Skip to content

Commit

Permalink
Fix typo in delete-by-query yaml test (#93094) (#93096)
Browse files Browse the repository at this point in the history
Resolves #93071
  • Loading branch information
dakrone committed Jan 19, 2023
1 parent 86cb165 commit 94ee53a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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 94ee53a

Please sign in to comment.