Fix name of template in allowed warning for DS YML test (#58273)
The warning was present, but had the incorrect template name, leading to a test failure.
This commit is contained in:
parent
01043eb8aa
commit
d272646a55
|
@ -123,7 +123,7 @@
|
|||
|
||||
- do:
|
||||
allowed_warnings:
|
||||
- "index template [my-template] has index patterns [logs-*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [my-template] will take precedence during new index creation"
|
||||
- "index template [my-ds-rolluptemplate] has index patterns [logs-*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [my-ds-rolluptemplate] will take precedence during new index creation"
|
||||
indices.put_index_template:
|
||||
name: my-ds-rolluptemplate
|
||||
body:
|
||||
|
|
Loading…
Reference in New Issue