ef02b53e0e
This work will help Elastic/Kibana from processing our UUID's into multiple strings. Before this work, Kibana would display parts of our UUID since they contained '-'. If the user installs ELK from Browbeat they will have these templates installed for them. If the user wants to install these templates into a existing Elasticsearch they can with the es-template.yml Change-Id: I04165c50dfac9cbd1f05b4bcd2ac78fbdb4da0a2
15 lines
495 B
ReStructuredText
15 lines
495 B
ReStructuredText
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
|
|
|