-
Notifications
You must be signed in to change notification settings - Fork 25.4k
[ExtraHop][Qualys GAV] - Fix Cannot execute ILM policy delete step #132387
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
base: main
Are you sure you want to change the base?
Conversation
Pinging @elastic/es-security (Team:Security) |
"logs-carbon_black_cloud.asset_vulnerability_summary-*", | ||
"logs-extrahop.investigation-*", | ||
"logs-qualys_gav.asset-*" |
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.
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, this makes sense
Hi @ShourieG , I do not think that I am qualified to review this, it looks like github has already selected the a team to review. My only comment is the wrong version. I removed the |
This PR focuses on the short term solution which add the
logs-extrahop.investigation-*
andlogs-qualys_gav.asset-*
indices under thekibana_system
role with deletion privileges to prevent a failed deletion error when the index enters the deletion phase for the ILM lifecycle, in upcoming PRs.Current behavior:
For Qualys GAV:
For ExtraHop:
Closes - #131825
Similar Issues : elastic/kibana#197390, #116982