Skip to content

Commit

Permalink
Fix typo in expected header warning in update-by-query test (#92791)
Browse files Browse the repository at this point in the history
Relates to #92717 Resolves #92746
  • Loading branch information
dakrone authored Jan 10, 2023
1 parent 92f9d34 commit 9096f43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@

- do:
allowed_warnings:
- "index template [my-template2] has index patterns [simple-stream*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [my-template1] will take precedence during new index creation"
- "index template [my-template2] has index patterns [simple-stream*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [my-template2] will take precedence during new index creation"
indices.put_index_template:
name: my-template2
body:
Expand Down

0 comments on commit 9096f43

Please sign in to comment.