Fix template name in mapping composition yml test (#58788)
The warning was copied from elsewhere and just needed to use the correct template and index name.
This commit is contained in:
parent
1c2a726731
commit
efa0686a6c
|
@ -236,7 +236,7 @@
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
allowed_warnings:
|
allowed_warnings:
|
||||||
- "index template [my-template] has index patterns [baz*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [my-template] will take precedence during new index creation"
|
- "index template [blue] has index patterns [purple-index] matching patterns from existing older templates [global] with patterns (global => [*]); this template [blue] will take precedence during new index creation"
|
||||||
indices.put_index_template:
|
indices.put_index_template:
|
||||||
name: blue
|
name: blue
|
||||||
body:
|
body:
|
||||||
|
|
Loading…
Reference in New Issue