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 b25542f commit 8f72d38Copy full SHA for 8f72d38
x-pack/plugin/stack/src/yamlRestTest/resources/rest-api-spec/test/stack/10_basic.yml
@@ -284,19 +284,3 @@ setup:
284
data_stream.type: "synthetics"
285
data_stream.dataset: "dataset0"
286
data_stream.namespace: "namespace1"
287
-
288
----
289
-"Test wrong data_stream type - logs from 9.2.0":
290
- - requires:
291
- cluster_features: [ "gte_v9.1.99" ]
292
- reason: "failure store is enabled by default for log data streams since 9.2.0"
293
294
- - do:
295
- index:
296
- index: logs-dataset0-namespace1
297
- body:
298
- "@timestamp": "2020-01-01"
299
- data_stream.type: "metrics"
300
- data_stream.dataset: "dataset0"
301
- data_stream.namespace: "namespace1"
302
- - match: { failure_store: used }
0 commit comments