2017-06-19 21:23:58 -04:00
|
|
|
[role="xpack"]
|
2017-04-04 18:26:39 -04:00
|
|
|
[[ml-get-datafeed-stats]]
|
2017-12-14 13:52:49 -05:00
|
|
|
=== Get {dfeed-cap} Statistics API
|
|
|
|
++++
|
|
|
|
<titleabbrev>Get {dfeed-cap} Statistics</titleabbrev>
|
|
|
|
++++
|
2017-04-04 18:26:39 -04:00
|
|
|
|
2018-01-15 11:44:08 -05:00
|
|
|
This API enables you to retrieve usage information for {dfeeds}.
|
2017-04-04 18:26:39 -04:00
|
|
|
|
2017-04-25 17:08:29 -04:00
|
|
|
|
2017-06-06 16:42:47 -04:00
|
|
|
==== Request
|
2017-04-04 18:26:39 -04:00
|
|
|
|
|
|
|
|
2017-08-09 11:30:21 -04:00
|
|
|
`GET _xpack/ml/datafeeds/<feed_id>/_stats` +
|
|
|
|
|
|
|
|
`GET _xpack/ml/datafeeds/<feed_id>,<feed_id>/_stats` +
|
|
|
|
|
|
|
|
`GET _xpack/ml/datafeeds/_stats` +
|
|
|
|
|
|
|
|
`GET _xpack/ml/datafeeds/_stats/_all` +
|
|
|
|
|
2017-04-04 18:26:39 -04:00
|
|
|
|
2017-04-25 17:08:29 -04:00
|
|
|
|
2017-06-06 16:42:47 -04:00
|
|
|
==== Description
|
2017-04-04 18:26:39 -04:00
|
|
|
|
2017-08-09 11:30:21 -04:00
|
|
|
You can get statistics for multiple {dfeeds} in a single API request by using a
|
|
|
|
comma-separated list of {dfeeds} or a wildcard expression. You can get
|
|
|
|
statistics for all {dfeeds} by using `_all`, by specifying `*` as the
|
|
|
|
`<feed_id>`, or by omitting the `<feed_id>`.
|
|
|
|
|
2017-05-02 15:45:42 -04:00
|
|
|
If the {dfeed} is stopped, the only information you receive is the
|
2017-04-10 11:59:27 -04:00
|
|
|
`datafeed_id` and the `state`.
|
|
|
|
|
2017-04-18 18:13:21 -04:00
|
|
|
|
2017-06-06 16:42:47 -04:00
|
|
|
==== Path Parameters
|
2017-04-04 18:26:39 -04:00
|
|
|
|
|
|
|
`feed_id`::
|
2017-08-09 11:30:21 -04:00
|
|
|
(string) Identifier for the {dfeed}. It can be a {dfeed} identifier or a
|
|
|
|
wildcard expression. If you do not specify one of these options, the API
|
|
|
|
returns statistics for all {dfeeds}.
|
2017-04-04 18:26:39 -04:00
|
|
|
|
2017-04-25 17:08:29 -04:00
|
|
|
|
2017-06-06 16:42:47 -04:00
|
|
|
==== Results
|
2017-04-04 18:26:39 -04:00
|
|
|
|
2017-04-11 21:52:47 -04:00
|
|
|
The API returns the following information:
|
2017-04-04 18:26:39 -04:00
|
|
|
|
2017-04-11 21:52:47 -04:00
|
|
|
`datafeeds`::
|
2017-05-02 15:45:42 -04:00
|
|
|
(array) An array of {dfeed} count objects.
|
|
|
|
For more information, see <<ml-datafeed-counts>>.
|
2017-04-04 18:26:39 -04:00
|
|
|
|
|
|
|
|
2017-06-06 16:42:47 -04:00
|
|
|
==== Authorization
|
2017-04-25 17:08:29 -04:00
|
|
|
|
|
|
|
You must have `monitor_ml`, `monitor`, `manage_ml`, or `manage` cluster
|
2017-06-19 21:23:58 -04:00
|
|
|
privileges to use this API. For more information, see
|
|
|
|
{xpack-ref}/security-privileges.html[Security Privileges].
|
2017-04-25 17:08:29 -04:00
|
|
|
|
|
|
|
|
2017-06-06 16:42:47 -04:00
|
|
|
==== Examples
|
2017-04-04 18:26:39 -04:00
|
|
|
|
2017-04-11 21:52:47 -04:00
|
|
|
The following example gets usage information for the
|
2017-05-02 15:45:42 -04:00
|
|
|
`datafeed-farequote` {dfeed}:
|
2017-04-11 21:52:47 -04:00
|
|
|
|
|
|
|
[source,js]
|
|
|
|
--------------------------------------------------
|
|
|
|
GET _xpack/ml/datafeeds/datafeed-farequote/_stats
|
|
|
|
--------------------------------------------------
|
|
|
|
// CONSOLE
|
|
|
|
// TEST[skip:todo]
|
|
|
|
|
|
|
|
The API returns the following results:
|
2017-04-21 11:23:27 -04:00
|
|
|
[source,js]
|
2017-04-04 18:26:39 -04:00
|
|
|
----
|
|
|
|
{
|
|
|
|
"count": 1,
|
2017-04-10 11:59:27 -04:00
|
|
|
"datafeeds": [
|
2017-04-04 18:26:39 -04:00
|
|
|
{
|
2017-04-10 11:59:27 -04:00
|
|
|
"datafeed_id": "datafeed-farequote",
|
|
|
|
"state": "started",
|
|
|
|
"node": {
|
2017-04-11 21:52:47 -04:00
|
|
|
"id": "IO_gxe2_S8mrzu7OpmK5Jw",
|
|
|
|
"name": "IO_gxe2",
|
|
|
|
"ephemeral_id": "KHMWPZoMToOzSsZY9lDDgQ",
|
2017-04-10 11:59:27 -04:00
|
|
|
"transport_address": "127.0.0.1:9300",
|
|
|
|
"attributes": {
|
2017-06-09 10:48:51 -04:00
|
|
|
"ml.enabled": "true"
|
2017-04-10 11:59:27 -04:00
|
|
|
}
|
2017-04-04 18:26:39 -04:00
|
|
|
},
|
2017-04-11 21:52:47 -04:00
|
|
|
"assignment_explanation": ""
|
2017-04-04 18:26:39 -04:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
----
|