-
Couldn't load subscription status.
- Fork 621
Description
The PR #1440 introduces two new transition conditions in Index State Management (ISM):
-
no_alias(boolean):
Enables transitions based on whether the index is currently associated with any alias.true: transition only if the index has no aliasesfalse: transition only if the index has one or more aliases
-
min_state_age(stringduration, e.g.,"7d"):
Allows a transition to happen only after the index has spent the specified time in its current ISM state.
Changes are required in ISM documentation to add details about these new conditions.
Related PR: opensearch-project/index-management#1440
Target Release: 3.2
- Request a change to existing documentation
- Add new documentation
- Report a technical problem with the documentation
- Other
Tell us about your request. Provide a summary of the request.
Version: 3.2 and above
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.