Skip to content

Instantly share code, notes, and snippets.

@lloydkevin
Last active January 9, 2017 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lloydkevin/039914871e952172fb51a56acf08d1d1 to your computer and use it in GitHub Desktop.
Save lloydkevin/039914871e952172fb51a56acf08d1d1 to your computer and use it in GitHub Desktop.
Elasticsearch Default Single Node health (number_of_replicas: 0)
put _template/default
{
"template": "*",
"settings": {
"index": {
"number_of_replicas": "0"
}
}
}
put /*/_settings/
{
"index" : {
"number_of_replicas" : 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment