-
Notifications
You must be signed in to change notification settings - Fork 527
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
Switch built-in ILM rollover policies from max_size to max_primary_shard_size #11729
Conversation
This pull request does not have a backport label. Could you fix it @rodrigc? 🙏
NOTE: |
For reviewers: elastic/kibana#96545 |
I needed to remove the EOL markers that my editor added to the json files, otherwise |
Head branch was pushed to by a user without write access
I added a changelog entry to appease the |
How can I make the |
/run elasticsearch-ci/docs |
@rodrigc the docs CI only runs for Elastic employee PRs by default for security reasons. I've prodded it into action. |
Ah ok, thanks for clarification about the docs CI |
@rodrigc sorry, one more hurdle: commits need to be signed. Would you please sign your commit and force push to update the branch? You can find out how to sign commits at https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification, if you're unfamiliar with that. |
Remove EOL to appease elastic-package Signed-off-by: Craig Rodrigues <[email protected]>
Head branch was pushed to by a user without write access
OK, I followed the steps to have a verified commit |
/run elasticsearch-ci/docs |
🎉 thank you @rodrigc! |
Motivation/summary
In the Kibana UI, when looking at ILM policies related to apm-server, I see warnings:
Maximum index size is deprecated and will be removed in a future version. Use maximum primary shard size instead.
To avoid confusion for the end-user, I recommend that the same changes which were done in elasticsearch's default ILM policies be done for apm-server:
Related to:
Checklist
Related issues
Fixes: #11728