Skip to content

Commit e786274

Browse files
committed
Addresses error in indices.simulate_index_template
400 illegal_argument_exception: request [/_index_template/_simulate_index/test] contains unrecognized parameters
1 parent 181fa6f commit e786274

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tests/indices/simulate_template.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,11 @@ teardown:
3333
properties:
3434
ct_field:
3535
type: keyword
36-
3736
- do:
3837
indices.simulate_index_template:
3938
name: test
4039
body:
41-
index_patterns: te*
42-
priority: 15
4340
template:
4441
aliases:
4542
test_alias: {}
46-
composed_of: ["ct"]
47-
48-
- match: {template.mappings.properties.ct_field.type: "keyword"}
49-
- match: {overlapping.0.name: existing_test}
50-
- match: {overlapping.0.index_patterns: ["te*"]}
43+
- match: { overlapping: [] }

0 commit comments

Comments
 (0)