Skip to content

Instantly share code, notes, and snippets.

@kszarek
Last active October 22, 2015 10:30
Show Gist options
  • Select an option

  • Save kszarek/687b1b454b36106f7adf to your computer and use it in GitHub Desktop.

Select an option

Save kszarek/687b1b454b36106f7adf to your computer and use it in GitHub Desktop.
ES Rolling restart
curl -XPUT localhost:9200/_cluster/settings -d '{"transient":{"cluster.routing.allocation.enable": "none"}}'
/etc/init.d/elasticsearch restart
sleep 15
curl -XPUT localhost:9200/_cluster/settings -d '{"transient":{"cluster.routing.allocation.enable": "all"}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment