mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
In this PR we remove unused code including relating to the global data retention with APIs implementation: - The transport action for updating, deleting and retrieving the global retention. - The `DataStreamGlobalRetention` from the cluster state (this should be bwc safe because we never exposed the APIs to add a data stream lifecycle to the cluster state). - Make unused privileges monitor and managing global retention a noop. - Remove cluster state update tasks. The kept `DataStreamGlobalRetentionResolver` considering it could hold and provide the global retention from the settings when we implement it. We just renamed it to DataStreamGlobalRetentionProvider for now to better match what it does. The factory retention settings should still work after this change. |
||
---|---|---|
.. | ||
logstash | ||
security | ||
watcher | ||
common-options.asciidoc | ||
common-parms.asciidoc | ||
cron-expressions.asciidoc | ||
defs.asciidoc | ||
index.asciidoc | ||
info.asciidoc | ||
rest-api-compatibility.asciidoc | ||
root.asciidoc | ||
security.asciidoc | ||
usage.asciidoc | ||
watcher.asciidoc |