Skip to content

Instantly share code, notes, and snippets.

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