From d3dace903b0cbcdd0ce356d67e949f86efc32ca2 Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Wed, 13 May 2020 09:44:19 +0200 Subject: [PATCH] Fix allowed warning in data stream rest test. (#56630) (#56634) --- .../test/indices.data_stream/30_auto_create_data_stream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/indices.data_stream/30_auto_create_data_stream.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/indices.data_stream/30_auto_create_data_stream.yml index bd0e11cc85f..702a860cfe4 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/indices.data_stream/30_auto_create_data_stream.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/indices.data_stream/30_auto_create_data_stream.yml @@ -7,7 +7,7 @@ - do: allowed_warnings: - - "index template [test] has index patterns [test-*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [test] will take precedence during new index creation" + - "index template [generic_logs_template] has index patterns [logs-*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [generic_logs_template] will take precedence during new index creation" indices.put_index_template: name: generic_logs_template body: