-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[ILM] Add forcemerge action to hot phase with a rollover enabled #77193
Conversation
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
@elasticmachine merge upstream |
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.
Great work @yuliacech !
Tested locally and the changes are working as expected. I left some comments about how I think we can simplify typing and I would like to get your thoughts on these but do not view them as blocking for this work.
x-pack/plugins/index_lifecycle_management/__jest__/components/edit_policy.test.tsx
Outdated
Show resolved
Hide resolved
...index_lifecycle_management/public/application/sections/edit_policy/components/forcemerge.tsx
Outdated
Show resolved
Hide resolved
...index_lifecycle_management/public/application/sections/edit_policy/components/forcemerge.tsx
Outdated
Show resolved
Hide resolved
...index_lifecycle_management/public/application/sections/edit_policy/components/forcemerge.tsx
Outdated
Show resolved
Hide resolved
💚 Build SucceededBuild metrics@kbn/optimizer bundle module count
async chunks size
page load bundle size
History
To update your PR or re-run it, just comment with: |
…stic#77193) * [ILM] Add forcemerge action to hot phase with a rollover enabled * [ILM] Add PR suggestions Co-authored-by: Elastic Machine <[email protected]>
) (#77501) * [ILM] Add forcemerge action to hot phase with a rollover enabled * [ILM] Add PR suggestions Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
Summary
Fixes #57642.
This PR adds a forcemerge action to hot phase of index lifecycle policy when rollover is enabled. Forcemerge is now a separate component, that can be re-used in hot and warm phases.
Screenshot
TODO
Add codec option to forcemerge.