OpenSearch/docs/reference/ilm
Gordon Brown d39956c65c
Remove `indexing_complete` when removing policy (#36620)
Leaving `index.lifecycle.indexing_complete` in place when removing the
lifecycle policy from an index can cause confusion, as if a new policy
is associated with the policy, rollover will be silently skipped.
Removing that setting when removing the policy from an index makes
associating a new policy with the index more involved, but allows ILM to
fail loudly, rather than silently skipping operations which the user may
assume are being performed.

* Adjust order of checks in WaitForRolloverReadyStep

This allows ILM to error out properly for indices that have a valid
alias, but are not the write index, while still handling
`indexing_complete` on old-style aliases and rollover (that is, those
which only point to a single index at a time with no explicit write
index)
2018-12-19 12:11:30 -07:00
..
apis [ILM][DOCS] Update ILM API authorization docs (#36749) 2018-12-18 09:53:25 -08:00
error-handling.asciidoc [DOCS] Add beta warning to ILM pages. (#35571) 2018-11-16 10:49:55 -08:00
getting-started-ilm.asciidoc Align RolloverStep's name with other step names (#35655) 2018-11-16 17:42:48 -07:00
ilm-and-snapshots.asciidoc Add note about ILM and Snapshots (#36023) 2018-11-30 12:06:48 -07:00
index.asciidoc Add note about ILM and Snapshots (#36023) 2018-11-30 12:06:48 -07:00
policy-definitions.asciidoc [ILM] [DOCS] add general info about steps (#36081) 2018-12-06 10:41:55 -08:00
set-up-lifecycle-policy.asciidoc format numbered list (#36580) 2018-12-13 12:44:34 -08:00
start-stop-ilm.asciidoc [DOCS] Add beta warning to ILM pages. (#35571) 2018-11-16 10:49:55 -08:00
update-lifecycle-policy.asciidoc [TEST] ILM skip checking _ilm/explain response (#35830) 2018-11-25 17:19:17 -08:00
using-policies-rollover.asciidoc Remove `indexing_complete` when removing policy (#36620) 2018-12-19 12:11:30 -07:00