Skip to content

Commit 90a4f55

Browse files
authored
Fix ES HOW integration tests on master (#12872)
Disable datastreams and provide explicit index name to avoid automatically creation of datastreams in ES > 8.0. Same as in PR #12871
1 parent 3c6a476 commit 90a4f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/integration/fixtures/es_output_how_spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ config: |-
2727
}
2828
}
2929
output {
30-
elasticsearch {}
30+
elasticsearch { data_stream => "false" index => "logstash-integration-test" }
3131
}
3232
3333
input: how_sample.input

0 commit comments

Comments
 (0)