Created
December 1, 2017 15:37
-
-
Save fdv/411b9a6901ec46f85879873f89f132d8 to your computer and use it in GitHub Desktop.
Persistent settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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