Skip to content

Commit ba84dc7

Browse files
masseykeomricohenn
authored andcommitted
Using a consistent index template name to avoid undefined behavior (elastic#125624)
1 parent 804212f commit ba84dc7

File tree

1 file changed

+2
-2
lines changed
  • qa/smoke-test-ingest-with-all-dependencies/src/yamlRestTest/resources/rest-api-spec/test/ingest

1 file changed

+2
-2
lines changed

qa/smoke-test-ingest-with-all-dependencies/src/yamlRestTest/resources/rest-api-spec/test/ingest/80_ingest_simulate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -840,9 +840,9 @@ setup:
840840

841841
- do:
842842
allowed_warnings:
843-
- "index template [test-composable-1] has index patterns [foo*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [test-composable-1] will take precedence during new index creation"
843+
- "index template [foo_index_template] has index patterns [foo*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [foo_index_template] will take precedence during new index creation"
844844
indices.put_index_template:
845-
name: test-composable-1
845+
name: foo_index_template
846846
body:
847847
index_patterns:
848848
- foo*

0 commit comments

Comments
 (0)