d4381456fd
This allows users to supply an Elasticsearch Curator actions file to manage log retention [1]. Curator then runs on a cron job, which defaults to every day. A default curator actions file is provided, which can be customised by the end user if required. [1] https://www.elastic.co/guide/en/elasticsearch/client/curator/current/actionfile.html Change-Id: Ide9baea9190ae849e61b9d8b6cff3305bdcdd534
9 lines
282 B
Django/Jinja
9 lines
282 B
Django/Jinja
client:
|
|
hosts: [{% for host in groups['elasticsearch'] %}"{{ 'api' | kolla_address(host) }}"{% if not loop.last %},{% endif %}{% endfor %}]
|
|
port: {{ elasticsearch_port }}
|
|
timeout: 30
|
|
|
|
logging:
|
|
loglevel: INFO
|
|
logfile: /var/log/kolla/elasticsearch/elasticsearch-curator.log
|