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 04359a6 commit 1a40777Copy full SHA for 1a40777
x-pack/plugin/src/test/resources/rest-api-spec/test/ml/data_frame_analytics_crud.yml
@@ -63,7 +63,7 @@ setup:
63
id: "simple-outlier-detection-with-query"
64
- match: { count: 1 }
65
- match: { data_frame_analytics.0.id: "simple-outlier-detection-with-query" }
66
- - match: { data_frame_analytics.0.source.index: "index-source" }
+ - match: { data_frame_analytics.0.source.index: ["index-source"] }
67
- match: { data_frame_analytics.0.source.query: {"term" : { "user" : "Kimchy"} } }
68
- match: { data_frame_analytics.0.dest.index: "index-dest" }
69
- match: { data_frame_analytics.0.analysis: {"outlier_detection":{}} }
0 commit comments