Skip to content

Commit 4c949b0

Browse files
committed
Adjust allowed warnings in data stream yaml test. (elastic#62610)
1 parent 73d1927 commit 4c949b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/src/test/resources/rest-api-spec/test/security/authz/50_data_streams.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ setup:
6262
6363
- do:
6464
allowed_warnings:
65-
- "index template [my-template1] has index patterns [s*, create-doc-data-stream1, write-data-stream1] matching patterns from existing older templates [global] with patterns (global => [*]); this template [my-template1] will take precedence during new index creation"
65+
- "index template [my-template1] has index patterns [s*, easy-data-stream1, create-doc-data-stream1, write-data-stream1] matching patterns from existing older templates [global] with patterns (global => [*]); this template [my-template1] will take precedence during new index creation"
6666
indices.put_index_template:
6767
name: my-template1
6868
body:

0 commit comments

Comments
 (0)