Skip to content

Instantly share code, notes, and snippets.

@kates
Created March 17, 2016 03:19
Show Gist options
  • Save kates/19585a18fc03861ad7c3 to your computer and use it in GitHub Desktop.
Save kates/19585a18fc03861ad7c3 to your computer and use it in GitHub Desktop.
elasticsearch unassigned
curl -X PUT http://localhost:9200/_settings -d '{ "number_of_replicas" :0 }'
curl -X PUT http://localhost:9200/_cluster/settings -d '{"transient" : {"cluster.routing.allocation.enable": true}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment