07-Oct-2020 02:59
Hello,
I have a problem with the local logs on my bigip, indeed the audit logs have the full name of the equipment (host.local) but in my LTM logs I only have the short name (host). This created an edge effect on my log concentrator. I don't know how modify the prefix sent in the logs, can you guide me on the subject? Thanks in advance.
Cdlt.
Solved! Go to Solution.
13-Oct-2020 10:09
If you want all logs sent to your remote logging destination to be FQDN (mylab.local) you can try modifying syslog as follow:
# tmsh modify sys syslog include "options {use_fqdn(yes); keep_hostname(no); };"
13-Oct-2020 10:09
If you want all logs sent to your remote logging destination to be FQDN (mylab.local) you can try modifying syslog as follow:
# tmsh modify sys syslog include "options {use_fqdn(yes); keep_hostname(no); };"
14-Oct-2020 02:17
Hello,
Thank you very much ! it works perfectly.
Cdt.