Skip to content

Instantly share code, notes, and snippets.

View c4pone's full-sized avatar

Florian Kirchner c4pone

View GitHub Profile
@c4pone
c4pone / logstash-template.json
Last active May 23, 2016 15:36 — forked from deverton/logstash-template.json
Logstash Elasticsearch Template
{
"template": "logstash-*",
"settings" : {
"number_of_shards" : 1,
"number_of_replicas" : 0,
"index" : {
"query" : { "default_field" : "@message" },
"store" : { "compress" : { "stored" : true, "tv": true } }
}
},