-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
Default gateway.auto_import_dangling_indices to false #58898
Default gateway.auto_import_dangling_indices to false #58898
Conversation
Part of elastic#48366. Now that there is a dedicated API for dangling indices, the auto-import behaviour can default to off.
Pinging @elastic/es-distributed (:Distributed/Distributed) |
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.
Code changes LGTM, but I think this needs an entry in the breaking changes docs too.
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.
Oh wait, the breaking changes docs for 7.9 don't exist in master
so this LGTM for 8.0 and the docs can be added for the back port.
@DaveCTurner Thanks for the reminder about the breaking changes doc 👍 |
Part of elastic#48366. Now that there is a dedicated API for dangling indices, the auto-import behaviour can default to off.
Part of #48366. Now that there is a dedicated API for dangling indices,
the auto-import behaviour can default to off.
Docs will be updated in #58751.