Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created May 15, 2018 10:12
Show Gist options
  • Save v-thomp4/d85558771526e9ec8642a26f14418d1e to your computer and use it in GitHub Desktop.
Save v-thomp4/d85558771526e9ec8642a26f14418d1e to your computer and use it in GitHub Desktop.
Elasticsearch: change cluster health from yellow to green
curl -H 'Content-Type: application/json' -XPUT 'http://localhost:9200/_settings' -d '
{
"index" : {
"number_of_replicas" : 0
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment