Skip to content

Instantly share code, notes, and snippets.

@kimchy
Created January 3, 2012 18:15
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save kimchy/1556146 to your computer and use it in GitHub Desktop.
Save kimchy/1556146 to your computer and use it in GitHub Desktop.
curl -XPUT 'http://localhost:9200/_template/template_logstash/' -d '
{
"template": "logstash-*",
"mappings": {
"_default_": {
"_source": { "compress": "true" },
"_all" : {"enabled" : false}
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment