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
@@ -23,6 +25,8 @@ create logsdb data stream with host.name as keyword:
23
25
index_patterns: ["logsdb"]
24
26
data_stream: {}
25
27
composed_of: ["logsdb-mappings"]
28
+
allowed_warnings:
29
+
- "index template [logsdb-index-template] has index patterns [logsdb] matching patterns from existing older templates [global] with patterns (global => [*]); this template [logsdb-index-template] will take precedence during new index creation"
26
30
27
31
- do:
28
32
indices.create_data_stream:
@@ -32,6 +36,8 @@ create logsdb data stream with host.name as keyword:
32
36
33
37
---
34
38
create logsdb data stream with host.name as keyword and timestamp as date:
@@ -57,6 +63,8 @@ create logsdb data stream with host.name as keyword and timestamp as date:
57
63
index_patterns: ["logsdb"]
58
64
data_stream: {}
59
65
composed_of: ["logsdb-mappings"]
66
+
allowed_warnings:
67
+
- "index template [logsdb-index-template] has index patterns [logsdb] matching patterns from existing older templates [global] with patterns (global => [*]); this template [logsdb-index-template] will take precedence during new index creation"
60
68
61
69
- do:
62
70
indices.create_data_stream:
@@ -66,6 +74,8 @@ create logsdb data stream with host.name as keyword and timestamp as date:
@@ -89,6 +99,8 @@ create logsdb data stream with host as keyword:
89
99
index_patterns: ["logsdb"]
90
100
data_stream: {}
91
101
composed_of: ["logsdb-mappings"]
102
+
allowed_warnings:
103
+
- "index template [logsdb-index-template] has index patterns [logsdb] matching patterns from existing older templates [global] with patterns (global => [*]); this template [logsdb-index-template] will take precedence during new index creation"
92
104
93
105
- do:
94
106
catch: bad_request
@@ -100,6 +112,8 @@ create logsdb data stream with host as keyword:
100
112
101
113
---
102
114
create logsdb data stream with host as text and multi fields:
@@ -130,6 +144,8 @@ create logsdb data stream with host as text and multi fields:
130
144
index_patterns: ["logsdb"]
131
145
data_stream: {}
132
146
composed_of: ["logsdb-mappings"]
147
+
allowed_warnings:
148
+
- "index template [logsdb-index-template] has index patterns [logsdb] matching patterns from existing older templates [global] with patterns (global => [*]); this template [logsdb-index-template] will take precedence during new index creation"
133
149
134
150
- do:
135
151
catch: bad_request
@@ -141,6 +157,8 @@ create logsdb data stream with host as text and multi fields:
reason: "Support for normalizer on keyword fields"
@@ -167,6 +185,8 @@ create logsdb data stream with host as text:
167
185
index_patterns: ["logsdb"]
168
186
data_stream: {}
169
187
composed_of: ["logsdb-mappings"]
188
+
allowed_warnings:
189
+
- "index template [logsdb-index-template] has index patterns [logsdb] matching patterns from existing older templates [global] with patterns (global => [*]); this template [logsdb-index-template] will take precedence during new index creation"
170
190
171
191
- do:
172
192
catch: bad_request
@@ -178,6 +198,8 @@ create logsdb data stream with host as text:
178
198
179
199
---
180
200
create logsdb data stream with host as text and name as double:
reason: "Support for normalizer on keyword fields"
@@ -207,6 +229,8 @@ create logsdb data stream with host as text and name as double:
207
229
index_patterns: ["logsdb"]
208
230
data_stream: {}
209
231
composed_of: ["logsdb-mappings"]
232
+
allowed_warnings:
233
+
- "index template [logsdb-index-template] has index patterns [logsdb] matching patterns from existing older templates [global] with patterns (global => [*]); this template [logsdb-index-template] will take precedence during new index creation"
210
234
211
235
- do:
212
236
catch: bad_request
@@ -218,6 +242,8 @@ create logsdb data stream with host as text and name as double:
218
242
219
243
---
220
244
create logsdb data stream with timestamp object mapping:
reason: "Support for normalizer on keyword fields"
@@ -249,6 +275,8 @@ create logsdb data stream with timestamp object mapping:
249
275
index_patterns: ["logsdb"]
250
276
data_stream: {}
251
277
composed_of: ["logsdb-mappings"]
278
+
allowed_warnings:
279
+
- "index template [logsdb-index-template] has index patterns [logsdb] matching patterns from existing older templates [global] with patterns (global => [*]); this template [logsdb-index-template] will take precedence during new index creation"
0 commit comments