logstash/pkg/logrotate.conf
Aaron Mildenstein e60f4d67bd Rotate .err and .stdout files too
As suggested in #1574, rotate the logstash.err and logstash.stdout
files also.

Fixes #4136
2015-11-04 17:29:02 +00:00

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
}