Skip to content

Commit 5362b86

Browse files
committed
Using a consistent index template name to avoid undefined behavior (elastic#125624)
1 parent 9314b2f commit 5362b86

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
@@ -860,9 +860,9 @@ setup:
860860

861861
- do:
862862
allowed_warnings:
863-
- "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"
863+
- "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"
864864
indices.put_index_template:
865-
name: test-composable-1
865+
name: foo_index_template
866866
body:
867867
index_patterns:
868868
- foo*

0 commit comments

Comments
 (0)