extend duration search in 'tracking center'

othmane el kheiar

New Member
Mar 3, 2023
20
1
3
Hi,

I recently found the maximum search date in 'tracking center' it's just a month.

Can you help me to extend this duration to 3 months or 6 months?

Thank you.
 

Attachments

  • P.jpg
    P.jpg
    402.4 KB · Views: 8
Hi,

I can't find logrotate config file to save more than 30 days in 'tracking center'

Can you help me to apply this configuration?
 
Can you help me to apply this configuration?
You didn't read the linked post, it's all in there ;)

You need to adapt the following file accordingly: /etc/logrotate.d/rsyslog

For example (rotate 12 and weekly):
Code:
/var/log/syslog
/var/log/mail.log
/var/log/kern.log
/var/log/auth.log
/var/log/user.log
/var/log/cron.log
{
    rotate 12
    weekly
    missingok
    notifempty
    compress
    delaycompress
    sharedscripts
    postrotate
        /usr/lib/rsyslog/rsyslog-rotate
    endscript
}