We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10dbb06 commit 50d6a7eCopy full SHA for 50d6a7e
1 file changed
libbeat/outputs/elasticsearch/client_test.go
@@ -461,7 +461,7 @@ func TestBulkEncodeEvents(t *testing.T) {
461
config: common.MapStr{},
462
ilmConfig: common.NewConfig(),
463
events: []common.MapStr{{"message": "test"}},
464
- metas: []common.MapStr{common.MapStr{"index": "my-raw-index"}},
+ metas: []common.MapStr{common.MapStr{"raw_index": "my-raw-index"}},
465
},
466
"latest with ILM and to alias": {
467
version: version.GetDefaultVersion(),
0 commit comments