Skip to content

Instantly share code, notes, and snippets.

View JacobHeidelbach's full-sized avatar
😃

Jacob Heidelbach JacobHeidelbach

😃
View GitHub Profile
@JacobHeidelbach
JacobHeidelbach / logstash
Last active August 29, 2015 14:14 — forked from mivano/logstash
{
"template": "logstash*",
"settings": {
"index.analysis.analyzer.default.stopwords": "_none_",
"index.number_of_replicas": "1",
"index.query.default_field": "renderedMessage",
"index.refresh_interval": "5s",
"index.number_of_shards": "4",
"index.store.compress.stored": "true",
"index.analysis.analyzer.default.type": "standard",