Skip to content

Instantly share code, notes, and snippets.

@inqueue
Last active April 27, 2017 15:03
Show Gist options
  • Save inqueue/b1fa1e913697c772736b35a75f54ea97 to your computer and use it in GitHub Desktop.
Save inqueue/b1fa1e913697c772736b35a75f54ea97 to your computer and use it in GitHub Desktop.
default ES index template
PUT _template/default
{
"order": 0,
"template": "*",
"settings": {
"index": {
"number_of_shards": "2",
"number_of_replicas": "1"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment