Created
October 13, 2013 04:50
-
-
Save is/6958321 to your computer and use it in GitHub Desktop.
Decommission bigmem10 from bigmem ES cluster.
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
| #!/bin/sh | |
| curl -XPUT localhost:9200/_cluster/settings -d '{ | |
| "transient" : { | |
| "cluster.routing.allocation.exclude._ip" : "10.30.42.84" | |
| } | |
| }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment