-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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][Docs] Clarify how to change setup.ilm.pattern #24129
Conversation
Pinging @elastic/agent (Team:Agent) |
💚 Build Succeeded
Expand to view the summary
Build stats
Trends 🧪❕ Flaky test reportNo test was executed to be analysed. |
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.
Minor change to add to the one suggested by urso.
Otherwise, looks good. Thank you for adding this!
* ILM: Clarify docs about setup.ilm.pattern * address review comments (cherry picked from commit f3dda90)
* ILM: Clarify docs about setup.ilm.pattern * address review comments (cherry picked from commit f3dda90)
* ILM: Clarify docs about setup.ilm.pattern * address review comments (cherry picked from commit f3dda90) Co-authored-by: DeDe Morton <[email protected]>
…lastic#24396) * ILM: Clarify docs about setup.ilm.pattern * address review comments (cherry picked from commit 54903d8) Co-authored-by: DeDe Morton <[email protected]>
What does this PR do?
Clarify docs about
setup.ilm.pattern
to make it clear that just changing the pattern and reloading the policy is not enough for the new pattern to take effect.Why is it important?
To avoid misunderstandings about how to modify the ILM pattern.
Checklist
[ ] My code follows the style guidelines of this project[ ] I have commented my code, particularly in hard-to-understand areas[ ] I have made corresponding change to the default configuration files[ ] I have added tests that prove my fix is effective or that my feature works[ ] I have added an entry inCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues
setup.ilm.pattern
is not applied even withsetup.ilm.overwrite
set. #24111Screenshots
Before:
After (this PR):