- 
                Notifications
    
You must be signed in to change notification settings  - Fork 25.6k
 
[Cyera] - Fix Cannot execute ILM policy delete step #134894
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
[Cyera] - Fix Cannot execute ILM policy delete step #134894
Conversation
| 
          
 💚 CLA has been signed  | 
    
          ℹ️ Important: Docs version tagging👋 Thanks for updating the docs! Just a friendly reminder that our docs are now cumulative. This means all 9.x versions are documented on the same page and published off of the main branch, instead of creating separate pages for each minor version. We use applies_to tags to mark version-specific features and changes. Expand for a quick overviewWhen to use applies_to tags:✅ At the page level to indicate which products/deployments the content applies to (mandatory) What NOT to do:❌ Don't remove or replace information that applies to an older version 🤔 Need help?
  | 
    
| 
           Pinging @elastic/es-security (Team:Security)  | 
    
| 
           /test  | 
    
| 
           @muskan-agarwal26 please sign all the CLA agreements  | 
    
| 
           @elastic/kibana-security, need approval on this so we can proceed with the integration flow on our end  | 
    
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
| 
           @ShourieG , I have signed the CLA agreement.  | 
    
d394d13    to
    7b45175      
    Compare
  
    | 
           /test  | 
    
| 
           @elasticsearchmachine test this please  | 
    
| 
           @elena-shostak, any reason why the ci-tests are stuck atm ?  | 
    
| 
           /ci  | 
    
| 
           /test  | 
    
| 
           @muskan-agarwal26, can you resolve the merge conflicts and update the branch. It should resolve the ci issues.  | 
    
…n-agarwal26/elasticsearch into cyera-add_ilm_delete_index
| 
           @ShourieG , resolved the merged conflicts!  | 
    
| 
           @elasticsearchmachine test this please  | 
    
| 
           @elasticsearchmachine test this please  | 
    
          💚 All backports created successfully
 Questions ?Please refer to the Backport tool documentation  | 
    
This PR focuses on the short term solution which add the logs-cyera.classification-*, logs-cyera.issue-* and logs-cyera.datastore-* indices under the kibana_system role 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. --------- Co-authored-by: muskan-crest <[email protected]> Co-authored-by: elasticsearchmachine <[email protected]> Co-authored-by: Elena Shostak <[email protected]> Co-authored-by: Shourie Ganguly <[email protected]> (cherry picked from commit e31eb4b)
This PR focuses on the short term solution which add the logs-cyera.classification-*, logs-cyera.issue-* and logs-cyera.datastore-* indices under the kibana_system role 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. --------- Co-authored-by: muskan-crest <[email protected]> Co-authored-by: elasticsearchmachine <[email protected]> Co-authored-by: Elena Shostak <[email protected]> Co-authored-by: Shourie Ganguly <[email protected]> (cherry picked from commit e31eb4b)
PR Description:
This PR focuses on the short term solution which add the
logs-cyera.classification-*,logs-cyera.issue-*andlogs-cyera.datastore-*indices 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 - elastic/kibana#235998