Skip to content

Instantly share code, notes, and snippets.

@kimchy
Created January 19, 2012 15:11
Show Gist options
  • Select an option

  • Save kimchy/1640527 to your computer and use it in GitHub Desktop.

Select an option

Save kimchy/1640527 to your computer and use it in GitHub Desktop.
curl -XPUT localhost:9200/_template/logstash -d '{
"template" : "logstash-*"
"mappings" : {
"vlive-access" : {
"properties" : {
"@fields" : {
"properties" : {
"agent" : {
"type" : "string",
"index" : "not_analyzed"
}
}
}
}
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment