-
Notifications
You must be signed in to change notification settings - Fork 24.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
[DOCS] disable the ILM history store on full cluster restore #88515
Conversation
Pinging @elastic/es-docs (Team:Docs) |
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.
looks good, but on line 435 we need to add it to the list of settings to re-enable after the restore has completed
Crikey! Good spot. I missed that even though I ctrl-f-ed for "start ILM" 😭 |
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.
LGTM, thanks!
@elasticmachine update branch |
💔 Backport failedThe backport operation could not be completed due to the following error:
You can use sqren/backport to manually backport by running |
…#88515) (cherry picked from commit 261f184) Signed-off-by: Andrei Dan <[email protected]>
…#91920) (cherry picked from commit 261f184) Signed-off-by: Andrei Dan <[email protected]>
When restoring a full cluster there might be issues with the snapshot containing the
ilm-history data stream and, even though deleted from the elasticsearch cluster and ILM stopped, the history
data stream reappearing due to late processing of ILM history events.
This documents disabling the history index so that the data stream is not recreated and restoring
the snapshot doesn't fail due to the data stream already being present in the cluster.