Skip to content

Commit 642e56e

Browse files
authored
[DOCS] Updates 7.3 version in data frame analytics API (#44027)
1 parent afdc3e8 commit 642e56e

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

docs/reference/ml/apis/put-dfanalytics.asciidoc

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff 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

103103
The 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/]

0 commit comments

Comments
 (0)