Skip to content

Instantly share code, notes, and snippets.

@nmarukovich
Created April 21, 2019 15:09
Show Gist options
  • Save nmarukovich/85a14b026f1eebee9f6aa09e8710eb9f to your computer and use it in GitHub Desktop.
Save nmarukovich/85a14b026f1eebee9f6aa09e8710eb9f to your computer and use it in GitHub Desktop.
turn on shards allocation
curl -XPUT -H 'Content-Type: application/json' 'http://localhost:9200/_cluster/settings?pretty’ -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