748fb2be61
Elasticsearch5 changed some of the template structure. We also need to update the number of fields avaialble. Change-Id: I7de9fe8e41cb8663467249b1bcad603a214d1624
358 B
358 B
ElasticSearch / Kibana Template
to use v5 templates, set 'elastic5: true' in ansible/install/group_vars/all
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.