From 5362b86508fabdbbe9ddb9ed8a91077c1171b1e3 Mon Sep 17 00:00:00 2001 From: Keith Massey Date: Tue, 25 Mar 2025 18:00:27 -0500 Subject: [PATCH] Using a consistent index template name to avoid undefined behavior (#125624) --- .../rest-api-spec/test/ingest/80_ingest_simulate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/smoke-test-ingest-with-all-dependencies/src/yamlRestTest/resources/rest-api-spec/test/ingest/80_ingest_simulate.yml b/qa/smoke-test-ingest-with-all-dependencies/src/yamlRestTest/resources/rest-api-spec/test/ingest/80_ingest_simulate.yml index d4843fb152888..d602607bf7515 100644 --- a/qa/smoke-test-ingest-with-all-dependencies/src/yamlRestTest/resources/rest-api-spec/test/ingest/80_ingest_simulate.yml +++ b/qa/smoke-test-ingest-with-all-dependencies/src/yamlRestTest/resources/rest-api-spec/test/ingest/80_ingest_simulate.yml @@ -860,9 +860,9 @@ setup: - do: allowed_warnings: - - "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" + - "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" indices.put_index_template: - name: test-composable-1 + name: foo_index_template body: index_patterns: - foo*