mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 14:17:58 -04:00
8 lines
134 B
Text
8 lines
134 B
Text
/var/log/logstash/*.log {
|
|
daily
|
|
rotate 7
|
|
copytruncate
|
|
compress
|
|
missingok
|
|
notifempty
|
|
}
|