File logrotate.d-elasticsearch of Package elasticsearch
1
/var/log/elasticsearch/*.log {
2
daily
3
rotate 14
4
copytruncate
5
compress
6
missingok
7
notifempty
8
}
9
/var/log/elasticsearch/*.log {
daily
rotate 14
copytruncate
compress
missingok
notifempty
}