browbeat/elastic
Masco 8632866417 add ilm policies to handle the life of the es indices
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
2023-09-07 15:29:11 +05:30
..
templates ES 7 update 2020-04-20 12:43:17 +05:30
v5templates ES 7 update 2020-04-20 12:43:17 +05:30
v7ilm_policy add ilm policies to handle the life of the es indices 2023-09-07 15:29:11 +05:30
v7templates add ilm policies to handle the life of the es indices 2023-09-07 15:29:11 +05:30
README.rst Add template for Elastic 2016-10-07 16:01:12 -04:00

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