Skip to content

Instantly share code, notes, and snippets.

@fdv
Created December 1, 2017 15:37
Show Gist options
  • Save fdv/411b9a6901ec46f85879873f89f132d8 to your computer and use it in GitHub Desktop.
Save fdv/411b9a6901ec46f85879873f89f132d8 to your computer and use it in GitHub Desktop.
Persistent settings
curl -XPUT 'http://cluster:9200/_cluster/settings?master_timeout=12000s' -d '{
"persistent" : {
"cluster.routing.allocation.disk.threshold_enabled" : true,
"cluster.routing.allocation.disk.watermark.low" : "78%",
"cluster.routing.allocation.disk.watermark.high" : "79%"
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment