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/yamlRestTest/resources/rest-api-spec/test/indices.get_index_template/10_basic.yml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -109,16 +109,18 @@ setup:
109
109
- skip:
110
110
version: " - 8.7.99"
111
111
reason: "Data lifecycle in index templates was added after 8.7"
112
+
features: allowed_warnings
112
113
113
114
- do:
115
+
allowed_warnings:
116
+
- "index template [test-lifecycle] has index patterns [data-stream-with-lifecycle-*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [test-lifecycle] will take precedence during new index creation"
0 commit comments