Skip to content

Commit af8571b

Browse files
committed
[DOCS] Deprecate X-Pack-centric ML endpoints
1 parent 6dd0ecd commit af8571b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/en/stack/ml/api-quickref.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All {ml} endpoints have the following base:
66

77
[source,js]
88
----
9-
/_xpack/ml/
9+
/_ml/
1010
----
1111
// NOTCONSOLE
1212

docs/en/stack/ml/getting-started-next.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ For example, the following APIs retrieve information about the jobs and {dfeeds}
1919

2020
[source,js]
2121
--------------------------------------------------
22-
GET _xpack/ml/anomaly_detectors
22+
GET _ml/anomaly_detectors
2323
24-
GET _xpack/ml/datafeeds
24+
GET _ml/datafeeds
2525
--------------------------------------------------
2626
// CONSOLE
2727

docs/en/stack/ml/troubleshooting.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ indicate that {xpack} is enabled.
2828
* Errors when you click *Machine Learning* in {kib}.
2929
For example: `Jobs list could not be created` and `An internal server error occurred`.
3030
* Null pointer and remote transport exceptions when you run {ml} APIs such as
31-
`GET _xpack/ml/anomaly_detectors` and `GET _xpack/ml/datafeeds`.
31+
`GET _ml/anomaly_detectors` and `GET _ml/datafeeds`.
3232
* Errors in the log files on the master nodes.
3333
For example: `unable to install ml metadata upon startup`
3434

0 commit comments

Comments
 (0)