8632866417
two policies are added to handle short and long term indices. life of the indices can be configured using the 'elasticsearch.life' field at browbeat-config.yml file shortterm will have: 125 days longterm will have 2 years the policy and the policy based templates can be created using the 'es-template' install playbook. Change-Id: I0f4a4a9acc03092fd582ae4ff50f688850def953 |
||
---|---|---|
.. | ||
templates | ||
v5templates | ||
v7ilm_policy | ||
v7templates | ||
README.rst |
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