[IRONSCALES] - Fix Cannot execute ILM policy delete step#138094
Merged
mohitjha-elastic merged 6 commits intoelastic:mainfrom Nov 24, 2025
Merged
[IRONSCALES] - Fix Cannot execute ILM policy delete step#138094mohitjha-elastic merged 6 commits intoelastic:mainfrom
mohitjha-elastic merged 6 commits intoelastic:mainfrom
Conversation
Collaborator
|
Pinging @elastic/es-security (Team:Security) |
Contributor
|
buildkite test this |
jeramysoucy
requested changes
Nov 19, 2025
There was a problem hiding this comment.
LGTM - Note: we usually would not grant the system user access to data indexes, but there is an exception for logs-* patterns (documented here).
Could you update the "kibana_system privileges" spreadsheet? I'll DM you a link. I'll DM @mohitjha-elastic to see how to proceed.
Contributor
|
@jeramysoucy |
jeramysoucy
approved these changes
Nov 20, 2025
jeramysoucy
left a comment
There was a problem hiding this comment.
Thank you for the details and for updating the spreadsheet!
Contributor
|
buildkite test this |
Contributor
|
buildkite test this please |
akshraj-crest
added a commit
to akshraj-crest/elasticsearch
that referenced
this pull request
Nov 24, 2025
) * Add ILM index for delete previlege * Add changelog entry --------- Co-authored-by: Mohit Jha <138874484+mohitjha-elastic@users.noreply.github.com> (cherry picked from commit 1ff2b5d)
akshraj-crest
added a commit
to akshraj-crest/elasticsearch
that referenced
this pull request
Nov 24, 2025
) * Add ILM index for delete previlege * Add changelog entry --------- Co-authored-by: Mohit Jha <138874484+mohitjha-elastic@users.noreply.github.com> (cherry picked from commit 1ff2b5d)
akshraj-crest
added a commit
to akshraj-crest/elasticsearch
that referenced
this pull request
Nov 24, 2025
) * Add ILM index for delete previlege * Add changelog entry --------- Co-authored-by: Mohit Jha <138874484+mohitjha-elastic@users.noreply.github.com> (cherry picked from commit 1ff2b5d)
akshraj-crest
added a commit
to akshraj-crest/elasticsearch
that referenced
this pull request
Nov 24, 2025
) * Add ILM index for delete previlege * Add changelog entry --------- Co-authored-by: Mohit Jha <138874484+mohitjha-elastic@users.noreply.github.com> (cherry picked from commit 1ff2b5d)
akshraj-crest
added a commit
to akshraj-crest/elasticsearch
that referenced
this pull request
Nov 24, 2025
) * Add ILM index for delete previlege * Add changelog entry --------- Co-authored-by: Mohit Jha <138874484+mohitjha-elastic@users.noreply.github.com> (cherry picked from commit 1ff2b5d)
akshraj-crest
added a commit
to akshraj-crest/elasticsearch
that referenced
this pull request
Nov 24, 2025
) * Add ILM index for delete previlege * Add changelog entry --------- Co-authored-by: Mohit Jha <138874484+mohitjha-elastic@users.noreply.github.com> (cherry picked from commit 1ff2b5d)
akshraj-crest
added a commit
to akshraj-crest/elasticsearch
that referenced
this pull request
Nov 24, 2025
) * Add ILM index for delete previlege * Add changelog entry --------- Co-authored-by: Mohit Jha <138874484+mohitjha-elastic@users.noreply.github.com> (cherry picked from commit 1ff2b5d)
mohitjha-elastic
added a commit
that referenced
this pull request
Nov 25, 2025
mohitjha-elastic
added a commit
that referenced
this pull request
Nov 25, 2025
mohitjha-elastic
added a commit
that referenced
this pull request
Nov 25, 2025
5 tasks
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.
PR Description:
This PR focuses on the short term solution which add the
logs-ironscales.incident-*indice under thekibana_systemrole with deletion privileges to prevent a failed deletion error when the index enters the deletion phase for the ILM lifecycle, in upcoming PR. As it ships transform pipeline too hence read, write permissions are also required.Current behavior:
It shows permission issue while deleting the index.
Closes - #138093
Relates - elastic/integrations#15982