Skip to content

Instantly share code, notes, and snippets.

@sawanoboly
Created May 28, 2014 13:42
Show Gist options
  • Save sawanoboly/b2c7f26756ae7826dc52 to your computer and use it in GitHub Desktop.
Save sawanoboly/b2c7f26756ae7826dc52 to your computer and use it in GitHub Desktop.
curl -XPUT http://localhost:9200/_template/main_template?pretty -d ' {
"template" : "logstash-*",
"order" : 10,
"settings" : {
"index.number_of_replicas" : 0
},
"mappings" : {
"_default_" : {
"numeric_detection" : true
} }
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment