Skip to content

Instantly share code, notes, and snippets.

@esamattis
Forked from drawks/gist:1556373
Created March 12, 2014 09:39
Show Gist options
  • Save esamattis/9503761 to your computer and use it in GitHub Desktop.
Save esamattis/9503761 to your computer and use it in GitHub Desktop.
curl -XPUT 'http://localhost:9200/_template/template_logstash/' -d '
{
"template": "logstash-*",
"mappings": {
"_default_": {
"_all" : {"enabled" : false}
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment