Created
May 15, 2018 10:12
-
-
Save v-thomp4/d85558771526e9ec8642a26f14418d1e to your computer and use it in GitHub Desktop.
Elasticsearch: change cluster health from yellow to green
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
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