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

Add support for forcemerge action in ILM policy hot phase #57642

Closed
cjcenizal opened this issue Feb 14, 2020 · 5 comments · Fixed by #77193
Closed

Add support for forcemerge action in ILM policy hot phase #57642

cjcenizal opened this issue Feb 14, 2020 · 5 comments · Fixed by #77193
Assignees
Labels
enhancement New value added to drive a business result Feature:ILM Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@cjcenizal
Copy link
Contributor

Elasticsearch introduced this capability into 7.7 via elastic/elasticsearch#52073. Note that the UI should only allow this action in the hot phase if the user has enabled rollover.

@cjcenizal cjcenizal added enhancement New value added to drive a business result Feature:ILM Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more labels Feb 14, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui (Team:Elasticsearch UI)

@clyfish
Copy link
Contributor

clyfish commented Jul 17, 2020

@cjcenizal
Any update?

@clyfish
Copy link
Contributor

clyfish commented Jul 17, 2020

elastic/elasticsearch#58289
elastic/elasticsearch#56377
readonly and shrink actions are also demanded to be in hot phase.

@yuliacech yuliacech self-assigned this Sep 7, 2020
@yuliacech
Copy link
Contributor

Hi @clyfish, just to confirm: all 3 actions forcemerge, readonly and shrink are only allowed in the hot phase, if the user enabled rollover, right?
Also, is there any dependency between readonly and shrink? And if there should a specific order of these actions in UI?

@cjcenizal
Copy link
Contributor Author

@yuliacech I think @clyfish is just pointing out that there are Elasticsearch issues tracking work to add support for readonly and shrink actions to the hot phase. Once that work is done, we can do work to support those options in the UI too, but I would consider that out of scope for this issue. For now, I think we should just implement the forcemerge action. From the docs:

To use the forcemerge action in the hot phase, the rollover action must be present. If no rollover action is configured, ILM will reject the policy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:ILM Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants