You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: rest-api-spec/src/main/resources/rest-api-spec/test/indices.delete_index_template/10_basic.yml
+6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
setup:
2
+
- skip:
3
+
features: allowed_warnings
2
4
- do:
5
+
allowed_warnings:
6
+
- "index template [test_template_1] has index patterns [test-*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [test_template_1] will take precedence during new index creation"
3
7
indices.put_index_template:
4
8
name: test_template_1
5
9
body:
@@ -11,6 +15,8 @@ setup:
11
15
"priority": 50
12
16
13
17
- do:
18
+
allowed_warnings:
19
+
- "index template [test_template_2] has index patterns [test-*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [test_template_2] will take precedence during new index creation"
0 commit comments