![Joe Talerico](/assets/img/avatar_default.png)
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
ElasticSearch Configuration for Browbeat
+ templates/
Will contain Elasticsearch templates to account for things like the Browbeat UUID. These Templates will be installed if you run through our Elasticsearch installer. If you already have a Elasticsearch Host, you can install them by running the following:
$ cd ../ansible
$ vi install/group_vars/all.yml
# Update your es_ip
$ ansible-playbook -i hosts install/es-template.yml