File tree 3 files changed +17
-66
lines changed
3 files changed +17
-66
lines changed Original file line number Diff line number Diff line change @@ -33,21 +33,7 @@ teardown:
33
33
properties :
34
34
ct_field :
35
35
type : keyword
36
-
37
36
- do :
38
- indices.simulate_template :
39
- body :
40
- index_patterns : te*
41
- priority : 15
42
- template :
43
- settings :
44
- index.blocks.write : true
45
- aliases :
46
- test_alias : {}
47
- composed_of : ["ct"]
48
-
49
- - match : {template.settings.index.blocks.write: "true"}
50
- - match : {template.mappings.properties.ct_field.type: "keyword"}
51
- - match : {overlapping.0.name: existing_test}
52
- - match : {overlapping.0.index_patterns: ["te*"]}
53
- - is_true : template.aliases.test_alias
37
+ indices.simulate_index_template :
38
+ name : test
39
+ - match : { overlapping: [] }
Original file line number Diff line number Diff line change 1
1
---
2
2
requires :
3
3
serverless : true
4
- stack : false
4
+ stack : true
5
5
---
6
6
teardown :
7
7
- do :
@@ -33,11 +33,21 @@ teardown:
33
33
properties :
34
34
ct_field :
35
35
type : keyword
36
+
36
37
- do :
37
- indices.simulate_index_template :
38
- name : test
38
+ indices.simulate_template :
39
39
body :
40
+ index_patterns : te*
41
+ priority : 15
40
42
template :
43
+ settings :
44
+ index.blocks.write : true
41
45
aliases :
42
46
test_alias : {}
43
- - match : { overlapping: [] }
47
+ composed_of : ["ct"]
48
+
49
+ - match : {template.settings.index.blocks.write: "true"}
50
+ - match : {template.mappings.properties.ct_field.type: "keyword"}
51
+ - match : {overlapping.0.name: existing_test}
52
+ - match : {overlapping.0.index_patterns: ["te*"]}
53
+ - is_true : template.aliases.test_alias
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments