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
SOC 500 errors when querying remote heavynodes that are down/cluster red, add "skip_unavailable": true
"skip_unavailable": true
Current settings in sbin_jinja/so-elasticsearch-cluster-settings: so-elasticsearch-query _cluster/settings -d "{\"persistent\": {\"cluster\": {\"remote\": {\"{{ hostname }}\": {\"seeds\": [\"{{node_details.ip}}:9300\"]}}}}}" -XPUT
sbin_jinja/so-elasticsearch-cluster-settings
so-elasticsearch-query _cluster/settings -d "{\"persistent\": {\"cluster\": {\"remote\": {\"{{ hostname }}\": {\"seeds\": [\"{{node_details.ip}}:9300\"]}}}}}" -XPUT
Should be --> so-elasticsearch-query _cluster/settings -d "{\"persistent\": {\"cluster\": {\"remote\": {\"{{ hostname }}\": {\"skip_unavailable\": true,\"seeds\": [\"{{node_details.ip}}:9300\"]}}}}}" -XPUT
so-elasticsearch-query _cluster/settings -d "{\"persistent\": {\"cluster\": {\"remote\": {\"{{ hostname }}\": {\"skip_unavailable\": true,\"seeds\": [\"{{node_details.ip}}:9300\"]}}}}}" -XPUT
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SOC 500 errors when querying remote heavynodes that are down/cluster red, add
"skip_unavailable": true
Current settings in
sbin_jinja/so-elasticsearch-cluster-settings
:so-elasticsearch-query _cluster/settings -d "{\"persistent\": {\"cluster\": {\"remote\": {\"{{ hostname }}\": {\"seeds\": [\"{{node_details.ip}}:9300\"]}}}}}" -XPUT
Should be -->
so-elasticsearch-query _cluster/settings -d "{\"persistent\": {\"cluster\": {\"remote\": {\"{{ hostname }}\": {\"skip_unavailable\": true,\"seeds\": [\"{{node_details.ip}}:9300\"]}}}}}" -XPUT
The text was updated successfully, but these errors were encountered: