Created
December 27, 2017 19:34
-
-
Save jworl/ff0908da19403acd227583190e872d2b to your computer and use it in GitHub Desktop.
This file contains 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
# set the following cluster settings to prevent rebalancing | |
curl -XPUT 'localhost:9200/_cluster/settings?pretty' -H 'Content-Type: application/json' -d' | |
{ | |
"persistent": { | |
"cluster.routing.allocation.enable": "none" | |
} | |
} | |
' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment