mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 10:23:41 -04:00
* Allow forcemerge in the hot phase for ILM policies This commit changes the `forcemerge` action to also be allowed in the `hot` phase for policies. The forcemerge will occur after a rollover, and allows users to take advantage of higher disk speeds for performing the force merge (on a separate node type, for example). On caveat with this is that a `forcemerge` in the `hot` phase *MUST* be accompanied by a `rollover` action. ILM validates policies to ensure this is the case. Resolves #43165 * Use anyMatch instead of findAny in validation * Make randomTimeseriesLifecyclePolicy single-pass |
||
---|---|---|
.. | ||
apis | ||
error-handling.asciidoc | ||
getting-started-ilm.asciidoc | ||
ilm-and-snapshots.asciidoc | ||
ilm-with-existing-indices.asciidoc | ||
index.asciidoc | ||
overview-ilm.asciidoc | ||
policy-definitions.asciidoc | ||
set-up-lifecycle-policy.asciidoc | ||
start-stop-ilm.asciidoc | ||
update-lifecycle-policy.asciidoc | ||
using-policies-rollover.asciidoc |