[ML][DOCS] Correct path for get-stats for all jobs/datafeeds (elastic/x-pack-elasticsearch#4280)
Original commit: elastic/x-pack-elasticsearch@dfb7166f95
This commit is contained in:
parent
637301beca
commit
3d8c438403
|
@ -17,7 +17,7 @@ This API enables you to retrieve usage information for {dfeeds}.
|
|||
|
||||
`GET _xpack/ml/datafeeds/_stats` +
|
||||
|
||||
`GET _xpack/ml/datafeeds/_stats/_all` +
|
||||
`GET _xpack/ml/datafeeds/_all/_stats` +
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ This API enables you to retrieve usage information for jobs.
|
|||
|
||||
`GET _xpack/ml/anomaly_detectors/_stats` +
|
||||
|
||||
`GET _xpack/ml/anomaly_detectors/_stats/_all` +
|
||||
`GET _xpack/ml/anomaly_detectors/_all/_stats` +
|
||||
|
||||
|
||||
===== Description
|
||||
|
|
Loading…
Reference in New Issue