Readd index.lifecycle.skip setting#128736
Merged
nielsbauman merged 8 commits intoelastic:mainfrom Jun 3, 2025
Merged
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.
Collaborator
|
Pinging @elastic/es-data-management (Team:Data Management) |
Collaborator
|
Hi @nielsbauman, I've created a changelog YAML for you. |
PeteGillinElastic
approved these changes
Jun 2, 2025
...lugin/core/src/main/java/org/elasticsearch/xpack/core/ilm/IndexLifecycleExplainResponse.java
Show resolved
Hide resolved
dakrone
approved these changes
Jun 2, 2025
Member
dakrone
left a comment
There was a problem hiding this comment.
LGTM also. This should be backported to 8.19 since we have instructions to backport pretty much everything there.
Collaborator
💔 Backport failed
You can use sqren/backport to manually backport by running |
nielsbauman
added a commit
to nielsbauman/elasticsearch
that referenced
this pull request
Jun 4, 2025
Preparation for backporting elastic#128736.
nielsbauman
added a commit
that referenced
this pull request
Jun 4, 2025
Preparation for backporting #128736.
Contributor
Author
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
nielsbauman
added a commit
to nielsbauman/elasticsearch
that referenced
this pull request
Jun 4, 2025
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
elasticsearchmachine
pushed a commit
that referenced
this pull request
Jun 4, 2025
pquentin
pushed a commit
to elastic/elasticsearch-specification
that referenced
this pull request
Jun 13, 2025
github-actions bot
pushed a commit
to elastic/elasticsearch-specification
that referenced
this pull request
Jun 13, 2025
Follow-up of elastic/elasticsearch#128736 (cherry picked from commit 630fd59)
pquentin
pushed a commit
to elastic/elasticsearch-specification
that referenced
this pull request
Jun 13, 2025
Follow-up of elastic/elasticsearch#128736 (cherry picked from commit 630fd59) Co-authored-by: Niels Bauman <33722607+nielsbauman@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We want to be able to skip specific indices in ILM again for #109206. This is essentially just a revert of #34823.