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
}
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!