-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Change reindex.remote.whitelist
from string to array in example
#109263
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
Conversation
Documentation preview: |
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-distributed (Team: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.
LGTM. This Cloud doc uses an array for this value and found some other internal tests that explicitly expect an array here.
(cherry picked from commit d12a318)
(cherry picked from commit d12a318)
(cherry picked from commit d12a318)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
According to @BasileMartin, the shape of the reindex.remote.whitelist is not allowed to be a string, it is only allowed to be a list
fixed example so it's an array
tested as valid in cloud env