Skip to content

Instantly share code, notes, and snippets.

View kalw's full-sized avatar

Regis A. Despres kalw

View GitHub Profile
@kalw
kalw / curl
Created October 8, 2013 09:56 — forked from stonith/curl
curl -XPUT localhost:9200/_template/logstash -d '
{
"template" : "logs-*",
"settings" : {
"index.analysis.analyzer.default.type": "simple",
"index.cache.field.type": "soft",
"index.compress.stored": true,
"index.merge.policy.max_merged_segment": "5g",
"index.query.default_field": "@message",
"index.refresh_interval": "5s",