mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
This removes a redundant `lifecycle` field in the `PUT _lifecycle` request. Before we had ``` PUT _data_stream/logs-nginx/_lifecycle { "lifecycle": { "data_retention": "7d" } } ``` This changes the request to ``` PUT _data_stream/logs-nginx/_lifecycle { "data_retention": "7d" } ``` |
||
---|---|---|
.. | ||
delete-lifecycle.asciidoc | ||
dlm-api.asciidoc | ||
explain-data-lifecycle.asciidoc | ||
get-lifecycle.asciidoc | ||
put-lifecycle.asciidoc |