We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
elastic/elasticsearch#55291 introduces a way to specify the node names we want to exclude: POST /_cluster/voting_config_exclusions?node_names=.... .
POST /_cluster/voting_config_exclusions?node_names=....
We can rely on it starting 7.8.0, and we must use it starting 8.0.0.
Relates #1986.
The text was updated successfully, but these errors were encountered:
pebrc
Successfully merging a pull request may close this issue.
elastic/elasticsearch#55291 introduces a way to specify the node names we want to exclude:
POST /_cluster/voting_config_exclusions?node_names=....
.We can rely on it starting 7.8.0, and we must use it starting 8.0.0.
Relates #1986.
The text was updated successfully, but these errors were encountered: