OpenSearch/docs/reference/rest-api
Lee Hinman bf1a60130d
[7.x] Add telemetery for data streams (#59433) (#59454)
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 14:30:11 -06:00
..
common-parms.asciidoc [DOCS] Replace `datatype` with `data type` (#58972) (#59184) 2020-07-07 14:59:35 -04:00
cron-expressions.asciidoc [DOCS] Extract the cron docs from Watcher docs and add to the API conventions. (#56313) (#56651) 2020-05-12 16:36:18 -07:00
defs.asciidoc [7.x][DOCS] Moves analysis resources to PUT DFA API docs (#50793) 2020-01-09 16:21:35 +01:00
index.asciidoc Suppress searchable snapshots docs in releases (#58652) 2020-06-30 13:13:09 +01:00
info.asciidoc [7.x] Add telemetery for data streams (#59433) (#59454) 2020-07-13 14:30:11 -06:00
usage.asciidoc [7.x] Add telemetery for data streams (#59433) (#59454) 2020-07-13 14:30:11 -06:00