elasticsearch/docs/reference/ilm
Lee Hinman e95cc14d13
Allow forcemerge in the hot phase for ILM policies (#52073)
* 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
2020-02-07 15:26:00 -07:00
..
apis [DOCS] Align with ILM API docs (#48705) 2020-01-22 20:44:19 -08:00
error-handling.asciidoc [DOCS] Correct several [source,console-result] snippets (#46930) 2019-09-20 11:23:15 -04:00
getting-started-ilm.asciidoc [DOCS] Edit ILM GS tutorial (#51513) 2020-02-04 15:37:45 -08:00
ilm-and-snapshots.asciidoc [DOCS] Split off ILM overview to a separate topic. (#51287) 2020-01-27 19:39:24 -08:00
ilm-with-existing-indices.asciidoc Stricter checks of setup and teardown in docs tests (#51430) 2020-01-28 17:53:57 +01:00
index.asciidoc [DOCS] Split off ILM overview to a separate topic. (#51287) 2020-01-27 19:39:24 -08:00
overview-ilm.asciidoc [DOCS] Split off ILM overview to a separate topic. (#51287) 2020-01-27 19:39:24 -08:00
policy-definitions.asciidoc Allow forcemerge in the hot phase for ILM policies (#52073) 2020-02-07 15:26:00 -07:00
set-up-lifecycle-policy.asciidoc Stricter checks of setup and teardown in docs tests (#51430) 2020-01-28 17:53:57 +01:00
start-stop-ilm.asciidoc [Docs] Fix sub-heading in start-stop-ilm.asciidoc (#51045) 2020-01-15 16:18:44 +01:00
update-lifecycle-policy.asciidoc [DOCS] [2 of 5] Change // CONSOLE comments to [source,console] (#46353) 2019-09-09 13:13:41 -04:00
using-policies-rollover.asciidoc Stricter checks of setup and teardown in docs tests (#51430) 2020-01-28 17:53:57 +01:00