-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Readd index.lifecycle.skip
setting
#128736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
We want to be able to skip specific indices in ILM again for elastic#109206. This is essentially just a revert of elastic#34823.
Pinging @elastic/es-data-management (Team:Data Management) |
Hi @nielsbauman, I've created a changelog YAML for you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM.
...lugin/core/src/main/java/org/elasticsearch/xpack/core/ilm/IndexLifecycleExplainResponse.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM also. This should be backported to 8.19 since we have instructions to backport pretty much everything there.
💔 Backport failed
You can use sqren/backport to manually backport by running |
Preparation for backporting elastic#128736.
Preparation for backporting #128736.
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
We want to be able to skip specific indices in ILM again for elastic#109206. This is essentially just a revert of elastic#34823. (cherry picked from commit 269fbbc) # Conflicts: # server/src/main/java/org/elasticsearch/TransportVersions.java
We want to be able to skip specific indices in ILM again for #109206. This is essentially just a revert of #34823.