elasticsearch/docs/reference/rest-api
Lee Hinman d543c27223
Add telemetery for data streams (#59433)
This commit adds data stream info to the `/_xpack` and `/_xpack/usage` APIs. Currently the usage is
pretty minimal, returning only the number of data streams and the number of indices currently
abstracted by a data stream:

```
  ...
  "data_streams" : {
    "available" : true,
    "enabled" : true,
    "data_streams" : 3,
    "indices_count" : 17
  }
  ...
```
2020-07-13 12:12:22 -06:00
..
common-parms.asciidoc [DOCS] Replace datatype with data type (#58972) 2020-07-07 13:52:10 -04:00
cron-expressions.asciidoc [DOCS] Extract the cron docs from Watcher docs and add to the API conventions. (#56313) 2020-05-12 15:32:47 -07:00
defs.asciidoc [DOCS] Fine-tunes data frame analytics API docs formatting. (#50799) 2020-01-09 16:21:01 +01:00
index.asciidoc Suppress searchable snapshots docs in releases (#58652) 2020-06-30 12:24:35 +01:00
info.asciidoc Add telemetery for data streams (#59433) 2020-07-13 12:12:22 -06:00
usage.asciidoc Add telemetery for data streams (#59433) 2020-07-13 12:12:22 -06:00