Files
openstack-ansible-ops/elk_metrics_6x/roles/elastic_dependencies/templates/logrotate.j2
Kevin Carter 45df59ed7e move the bulk to templates into the new roles
This change will help with organization throughout the stack.

Change-Id: I2ad865db534ae1d377bbdecd4b421ee0fc802536
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-08-12 22:19:19 -05:00

13 lines
197 B
Django/Jinja

{{ elastic_log_rotate_path }}/*.log
{
copytruncate
weekly
missingok
rotate 2
compress
dateext
maxage 5
notifempty
nocreate
}