Skip to content
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

[Index Management] Disable support for some index actions #157945

Closed
alisonelizabeth opened this issue May 17, 2023 · 3 comments · Fixed by #161528
Closed

[Index Management] Disable support for some index actions #157945

alisonelizabeth opened this issue May 17, 2023 · 3 comments · Fixed by #161528
Assignees
Labels
Feature:Index Management Index and index templates UI Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@alisonelizabeth
Copy link
Contributor

In serverless, certain index actions will be blocked by Elasticsearch. We need to account for this in Index Management and not surface these actions.

This includes the following ES APIs:

  • /{index}/_cache/clear
  • /{index}/_flush
  • /{index}/_forcemerge
  • /{index}/_freeze
  • /{index}/_unfreeze
  • /{index}/_stats
  • /{index}/_close (internal access only)
  • /{index}/_refresh
Screen Shot 2023-05-16 at 8 04 19 PM
@alisonelizabeth alisonelizabeth added the Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more label May 17, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/platform-deployment-management (Team:Deployment Management)

@alisonelizabeth alisonelizabeth added the Feature:Index Management Index and index templates UI label May 17, 2023
@sabarasaba
Copy link
Member

@alisonelizabeth The Add lifecycle policy action comes from an extension I believe. Should those be disabled all together?

@yuliacech
Copy link
Contributor

@sabarasaba I think the actions that are added by ILM will not be visible if ILM is disabled. So we don't need to remove the extension service per se I believe but check that they are hidden correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Index Management Index and index templates UI Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
4 participants