Kaltura logs eating the disk space

Hello,

I have an issue with Kaltura logs. After 5 days they eated very big disk space. What Can I do to prevent this in future ?

Regards

Looks as though logrotation is not properly configured…

Take a look at:
ll /etc/logrotate.d/kaltura_*
lrwxrwxrwx 1 root root 56 Feb 11 12:03 /etc/logrotate.d/kaltura_apache -> /opt/kaltura/app/configurations/logrotate/kaltura_apache
lrwxrwxrwx 1 root root 53 Feb 11 12:03 /etc/logrotate.d/kaltura_api -> /opt/kaltura/app/configurations/logrotate/kaltura_api
lrwxrwxrwx 1 root root 54 Feb 11 12:03 /etc/logrotate.d/kaltura_apps -> /opt/kaltura/app/configurations/logrotate/kaltura_apps
lrwxrwxrwx 1 root root 54 Feb 11 12:03 /etc/logrotate.d/kaltura_base -> /opt/kaltura/app/configurations/logrotate/kaltura_base
lrwxrwxrwx 1 root root 55 Feb 11 12:03 /etc/logrotate.d/kaltura_batch -> /opt/kaltura/app/configurations/logrotate/kaltura_batch
lrwxrwxrwx 1 root root 58 Jul 3 2015 /etc/logrotate.d/kaltura_populate -> /opt/kaltura/app/configurations/logrotate/kaltura_populate

do you have these symlinks pointing to /opt/kaltura/app/configurations/logrotate?
if not, you need to have them and also, make sure that the paths in these files are correct and that logrotate is actually executed, which should be triggered by /etc/cron.daily/logrotate