mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
This adds a `data_lifecycle` section to the _xpack/usage API, giving basic information about data lifecycles in the cluster. The data looks something like: ``` "data_lifecycle": { "available": true, "enabled": true, "lifecycle": { "count": 1, "default_rollover_used": true, "retention": { "minimum_millis": 360000, "maximum_millis": 360000, "average_millis": 360000.0 } } } ``` |
||
---|---|---|
.. | ||
common-options.asciidoc | ||
common-parms.asciidoc | ||
cron-expressions.asciidoc | ||
defs.asciidoc | ||
index.asciidoc | ||
info.asciidoc | ||
rest-api-compatibility.asciidoc | ||
usage.asciidoc |