mirror of
https://github.com/elastic/logstash.git
synced 2025-04-20 20:57:27 -04:00
As suggested in #1574, rotate the logstash.err and logstash.stdout files also. Fixes #4136
9 lines
207 B
Text
9 lines
207 B
Text
/var/log/logstash/*.log /var/log/logstash/*.err /var/log/logstash/*.stdout {
|
|
daily
|
|
rotate 7
|
|
copytruncate
|
|
compress
|
|
delaycompress
|
|
missingok
|
|
notifempty
|
|
}
|