Skip to content

Commit

Permalink
Fix warning typo for test failure (#106971) (#106976)
Browse files Browse the repository at this point in the history
This had the wrong index patterns, which led to test failures

Resolves #106965
  • Loading branch information
dakrone committed Apr 1, 2024
1 parent 6bb17f9 commit 09751b9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -543,7 +543,7 @@ setup:

- do:
allowed_warnings:
- "index template [my-template4] has index patterns [failure-data-stream1, failure-data-stream2] matching patterns from existing older templates [global] with patterns (global => [*]); this template [my-template4] will take precedence during new index creation"
- "index template [my-template4] has index patterns [failure-data-stream1] matching patterns from existing older templates [global] with patterns (global => [*]); this template [my-template4] will take precedence during new index creation"
indices.put_index_template:
name: my-template4
body:
Expand Down

0 comments on commit 09751b9

Please sign in to comment.