diff options
Diffstat (limited to 'app-admin/logstash-bin/files/logstash.logrotate')
-rw-r--r-- | app-admin/logstash-bin/files/logstash.logrotate | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app-admin/logstash-bin/files/logstash.logrotate b/app-admin/logstash-bin/files/logstash.logrotate new file mode 100644 index 00000000000..013c8ea921b --- /dev/null +++ b/app-admin/logstash-bin/files/logstash.logrotate @@ -0,0 +1,6 @@ +/var/log/logstash/*.log { + copytruncate + compress + missingok + notifempty +} |