Get data stream stats | Elasticsearch API documentation (original) (raw)
Dismiss highlight Show more
Path parameters
- Comma-separated list of data streams used to limit the request. Wildcard expressions (
*
) are supported. To target all data streams in a cluster, omit this parameter or use*
.
Query parameters
- Type of data stream that wildcard patterns can match. Supports comma-separated values, such as
open,hidden
.
Supported values include:all
: Match any data stream or index, including hidden ones.open
: Match open, non-hidden indices. Also matches any non-hidden data stream.closed
: Match closed, non-hidden indices. Also matches any non-hidden data stream. Data streams cannot be closed.hidden
: Match hidden data streams and hidden indices. Must be combined withopen
,closed
, orboth
.none
: Wildcard expressions are not accepted.
Responses
- 200 application/json
Hide response attributes Show response attributes object- Hide _shards attributes Show _shards attributes object
* Hide failures attributes Show failures attributes object
* Hide reason attributes Show reason attributes object
* The type of error
* A human-readable explanation of the error, in English.
* The server stack trace. Present only if theerror_trace=true
parameter was sent with the request. - Total number of backing indices for the selected data streams.
- Total number of selected data streams.
- Contains statistics for the selected data streams.
Hide data_streams attributes Show data_streams attributes object
* Current number of backing indices for the data stream.
* Time unit for milliseconds
* Total size, in bytes, of all shards for the data stream’s backing indices. - Total size, in bytes, of all shards for the selected data streams.
- Hide _shards attributes Show _shards attributes object