/var/log/logstash/*.log {
        daily
        rotate 7
        copytruncate
        compress
        missingok
        notifempty
}
