mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
To avoid issues like: /etc/cron.daily/logrotate: gzip: stdin: file size changed while zipping This change is harmless and will prevent errors like this one
9 lines
156 B
Text
9 lines
156 B
Text
/var/log/logstash/*.log {
|
|
daily
|
|
rotate 7
|
|
copytruncate
|
|
compress
|
|
delaycompress
|
|
missingok
|
|
notifempty
|
|
}
|