browbeat/elastic/templates
Joe Talerico 9ff9e35c12 Logging work
Right now Rsyslog->ES will log like:

  logstash-YYYY.MM.DD.HH

This creates a ton of indexes making search much harder. This commit
removes the .HH so we have:

  logstash-YYYY.MM.DD

This also patches the template to work with ES5

Change-Id: Iaef70f51601da504b769165e8593603adc484225
2018-05-21 11:46:51 -04:00
..
README.rst Add template for Elastic 2016-10-07 16:01:12 -04:00
browbeat-logstash-.json Logging work 2018-05-21 11:46:51 -04:00
browbeat-perfkit-.json Add template for Elastic 2016-10-07 16:01:12 -04:00
browbeat-rally-.json Add template for Elastic 2016-10-07 16:01:12 -04:00
browbeat-shaker-.json Enhance Shaker template 2017-01-18 13:17:52 -05:00

README.rst

ElasticSearch / Kibana Template

Template to instruct elasticSearch & Kibana to not processes some of our fields. For example, our UUIDs would turn into multiple strings due the default tokenizer's use of '-', '.', '/', etc. as token separators.