[TEST] Use 5.x compatible API in shrink tests
This commit is contained in:
parent
5b25b5d80a
commit
2da79f2b5e
|
@ -34,12 +34,12 @@
|
|||
id: "1"
|
||||
body: { "count": "1" }
|
||||
|
||||
# create template matching shrink tagret
|
||||
# create template matching shrink target
|
||||
- do:
|
||||
indices.put_template:
|
||||
name: tpl1
|
||||
body:
|
||||
index_patterns: targ*
|
||||
template: targ*
|
||||
mappings:
|
||||
test:
|
||||
properties:
|
||||
|
|
Loading…
Reference in New Issue