Merge "Add CaaS Logging REST API and CLI plugins"
[ta/caas-logging.git] / docker-build / elasticsearch / config / logrotate
1 /var/log/elasticsearch/*.log {
2     daily
3     rotate 50
4     size 50M
5     copytruncate
6     compress
7     delaycompress
8     missingok
9     notifempty
10     create 644 elasticsearch elasticsearch
11 }