Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/stack/ml/api-quickref.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All {ml} endpoints have the following base:

[source,js]
----
/_xpack/ml/
/_ml/
----
// NOTCONSOLE

Expand Down
4 changes: 2 additions & 2 deletions docs/en/stack/ml/getting-started-next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ For example, the following APIs retrieve information about the jobs and {dfeeds}

[source,js]
--------------------------------------------------
GET _xpack/ml/anomaly_detectors
GET _ml/anomaly_detectors

GET _xpack/ml/datafeeds
GET _ml/datafeeds
--------------------------------------------------
// CONSOLE

Expand Down
2 changes: 1 addition & 1 deletion docs/en/stack/ml/troubleshooting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ indicate that {xpack} is enabled.
* Errors when you click *Machine Learning* in {kib}.
For example: `Jobs list could not be created` and `An internal server error occurred`.
* Null pointer and remote transport exceptions when you run {ml} APIs such as
`GET _xpack/ml/anomaly_detectors` and `GET _xpack/ml/datafeeds`.
`GET _ml/anomaly_detectors` and `GET _ml/datafeeds`.
* Errors in the log files on the master nodes.
For example: `unable to install ml metadata upon startup`

Expand Down