We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd22dcc commit 71e3bc7Copy full SHA for 71e3bc7
rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/field_caps/40_time_series.yml
@@ -1,8 +1,8 @@
1
---
2
setup:
3
- skip:
4
- version: " - 8.0.99"
5
- reason: introduced in 8.1.0
+ version: " - 8.0.99, 8.7.00 - 8.9.99"
+ reason: introduced in 8.1.0, synthetic source shows up in the mapping in 8.10 and on, may trigger assert failures in mixed cluster tests
6
7
- do:
8
indices.create:
@@ -176,6 +176,8 @@ setup:
176
index: tsdb_index1,tsdb_index2
177
fields: [ "metricset", "non_tsdb_field", "k8s.pod.*" ]
178
179
+ - length: {indices: 2}
180
+
181
- match: {fields.metricset.keyword.searchable: true}
182
- match: {fields.metricset.keyword.aggregatable: true}
183
- is_false: fields.metricset.keyword.time_series_dimension
0 commit comments