Created
July 12, 2018 19:26
-
-
Save groony/fe17925effd8e24b2dd4b92a0c8424a0 to your computer and use it in GitHub Desktop.
reduce replicas
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 -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