File tree Expand file tree Collapse file tree 1 file changed +22
-20
lines changed Expand file tree Collapse file tree 1 file changed +22
-20
lines changed Original file line number Diff line number Diff line change @@ -98,31 +98,33 @@ PUT _ml/data_frame/analytics/loganalytics
9898}
9999--------------------------------------------------
100100// CONSOLE
101- // TEST[skip: setup:setup_logdata]
101+ // TEST[setup:setup_logdata]
102102
103103The API returns the following result:
104104
105105[source,js]
106106----
107107{
108- "id": "loganalytics",
109- "source": {
110- "index": ["logdata"],
111- "query": {
112- "match_all": {}
113- }
114- },
115- "dest": {
116- "index": "logdata_out",
117- "results_field": "ml"
118- },
119- "analysis": {
120- "outlier_detection": {}
121- },
122- "model_memory_limit": "1gb",
123- "create_time" : 1562265491319,
124- "version" : "8.0.0"
108+ "id" : "loganalytics",
109+ "source" : {
110+ "index" : [
111+ "logdata"
112+ ],
113+ "query" : {
114+ "match_all" : { }
115+ }
116+ },
117+ "dest" : {
118+ "index" : "logdata_out",
119+ "results_field" : "ml"
120+ },
121+ "analysis" : {
122+ "outlier_detection" : { }
123+ },
124+ "model_memory_limit" : "1gb",
125+ "create_time" : 1562351429434,
126+ "version" : "7.3.0"
125127}
126128----
127- // TESTRESPONSE[s/1562265491319 /$body.$_path/]
128- // TESTRESPONSE[s/"version": "8.0 .0"/"version": $body.version/]
129+ // TESTRESPONSE[s/1562351429434 /$body.$_path/]
130+ // TESTRESPONSE[s/"version" : "7.3 .0"/"version" : $body.version/]
You can’t perform that action at this time.
0 commit comments