Forum Discussion

Preet_pk's avatar
Preet_pk
Icon for Cirrus rankCirrus
May 01, 2023

How to check GTM DNS query historic logs in F5

Hi,

Is there any option to check GTM DNS query & response logs for last 30 days in F5.

1 Reply

  • That's dependent on your log rotation policies. Default is 8 days, so if you need archives currently and not set for it, the answer is no (unless you are also sending files off-box to a central log manager.) You can change to retain up to 100 days, but you'll need to watch file system size with a change that significant. Settings required:

    tmsh modify /sys db logrotate.logage value 30 # default is 8
    tmsh modify /sys log-rotate common-backlogs 30 # default is 24

    More details in knowledge article K13367