Get datafeeds | Elasticsearch API documentation (original) (raw)
Dismiss highlight Show more
Path parameters
- A numerical character string that uniquely identifies the datafeed.
Query parameters
- Specifies what to do when the request:
- Contains wildcard expressions and there are no datafeeds that match.
- Contains the
_all
string or no identifiers and there are no matches. - Contains wildcard expressions and there are only partial matches.
Iftrue
, the API returns an empty datafeeds array when there are no matches and the subset of results when there are partial matches. Iffalse
, the API returns a 404 status code when there are no matches or only partial matches.
- Comma-separated list of column names to display.
Supported values include:ae
(orassignment_explanation
): For started datafeeds only, contains messages relating to the selection of a node.bc
(orbuckets.count
,bucketsCount
): The number of buckets processed.id
: A numerical character string that uniquely identifies the datafeed.na
(ornode.address
,nodeAddress
): For started datafeeds only, the network address of the node where the datafeed is started.ne
(ornode.ephemeral_id
,nodeEphemeralId
): For started datafeeds only, the ephemeral ID of the node where the datafeed is started.ni
(ornode.id
,nodeId
): For started datafeeds only, the unique identifier of the node where the datafeed is started.nn
(ornode.name
,nodeName
): For started datafeeds only, the name of the node where the datafeed is started.sba
(orsearch.bucket_avg
,searchBucketAvg
): The average search time per bucket, in milliseconds.sc
(orsearch.count
,searchCount
): The number of searches run by the datafeed.seah
(orsearch.exp_avg_hour
,searchExpAvgHour
): The exponential average search time per hour, in milliseconds.st
(orsearch.time
,searchTime
): The total time the datafeed spent searching, in milliseconds.s
(orstate
): The status of the datafeed:starting
,started
,stopping
, orstopped
. Ifstarting
, the datafeed has been requested to start but has not yet started. Ifstarted
, the datafeed is actively receiving data. Ifstopping
, the datafeed has been requested to stop gracefully and is completing its final action. Ifstopped
, the datafeed is stopped and will not receive data until it is re-started.
- Comma-separated list of column names or column aliases used to sort the response.
Supported values include:ae
(orassignment_explanation
): For started datafeeds only, contains messages relating to the selection of a node.bc
(orbuckets.count
,bucketsCount
): The number of buckets processed.id
: A numerical character string that uniquely identifies the datafeed.na
(ornode.address
,nodeAddress
): For started datafeeds only, the network address of the node where the datafeed is started.ne
(ornode.ephemeral_id
,nodeEphemeralId
): For started datafeeds only, the ephemeral ID of the node where the datafeed is started.ni
(ornode.id
,nodeId
): For started datafeeds only, the unique identifier of the node where the datafeed is started.nn
(ornode.name
,nodeName
): For started datafeeds only, the name of the node where the datafeed is started.sba
(orsearch.bucket_avg
,searchBucketAvg
): The average search time per bucket, in milliseconds.sc
(orsearch.count
,searchCount
): The number of searches run by the datafeed.seah
(orsearch.exp_avg_hour
,searchExpAvgHour
): The exponential average search time per hour, in milliseconds.st
(orsearch.time
,searchTime
): The total time the datafeed spent searching, in milliseconds.s
(orstate
): The status of the datafeed:starting
,started
,stopping
, orstopped
. Ifstarting
, the datafeed has been requested to start but has not yet started. Ifstarted
, the datafeed is actively receiving data. Ifstopping
, the datafeed has been requested to stop gracefully and is completing its final action. Ifstopped
, the datafeed is stopped and will not receive data until it is re-started.
- The unit used to display time values.
Values arenanos
,micros
,ms
,s
,m
,h
, ord
.
Responses
- 200 application/json
Hide response attributes Show response attributes object- The datafeed identifier.
- Values are
started
,stopped
,starting
, orstopping
. - For started datafeeds only, contains messages relating to the selection of a node.
- The number of buckets processed.
- The number of searches run by the datafeed.
- The total time the datafeed spent searching, in milliseconds.
- The average search time per bucket, in milliseconds.
- The exponential average search time per hour, in milliseconds.
- The unique identifier of the assigned node. For started datafeeds only, this information pertains to the node upon which the datafeed is started.
- The name of the assigned node. For started datafeeds only, this information pertains to the node upon which the datafeed is started.
- The ephemeral identifier of the assigned node. For started datafeeds only, this information pertains to the node upon which the datafeed is started.
- The network address of the assigned node. For started datafeeds only, this information pertains to the node upon which the datafeed is started.