Last active
June 15, 2016 11:38
-
-
Save markuskont/27ab783f126fde36c58112dc7e0c6b69 to your computer and use it in GitHub Desktop.
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 -ssk -XPUT localhost:9200/_cluster/settings -d '{ | |
"transient" :{ | |
"cluster.routing.allocation.exclude._name" : "node-8-es-01,node-9-es-01" | |
} | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment