Forum Discussion
tbriscoe_90614
Aug 11, 2017Nimbostratus
Viprion F5 sending logs to Qradar need the slot number removed
when sending the log to qradar it comes up in the format of slot/hostname
<132>Aug 11 15:27:37 slot1/testf502 warning tmm[11723]: 01260026:4: No shared ciphers between SSL peers 185.181.102....
DR_A__18839
Oct 30, 2018Historic F5 Account
I think what you want is this:
tmsh modify sys syslog clustered-host-slot disabled
And possibly:
tmsh modify sys syslog clustered-message-slot enabled
Some example usage and output, for easy reference:
[root@Viprion:/S1-green-P:Active:Standalone] config tmsh list sys syslog all-properties|grep cluster
clustered-host-slot enabled
clustered-message-slot disabled
[root@Viprion:/S1-green-P:Active:Standalone] config tail -2 /var/log/ltm
Jan 11 14:53:04 slot1/Viprion info audit_forwarder: audit_forwarder started.
Jan 11 14:53:03 slot3/Viprion info audit_forwarder: audit_forwarder started.
[root@Viprion:/S1-green-P:Active:Standalone] config tmsh modify sys syslog clustered-host-slot disabled
[root@Viprion:/S1-green-P:Active:Standalone] config tail -2 /var/log/ltm
Jan 11 14:53:59 Viprion info audit_forwarder: audit_forwarder started.
Jan 11 14:54:01 Viprion info audit_forwarder: audit_forwarder started.
[root@Viprion:/S1-green-P:Active:Standalone] config tmsh modify sys syslog clustered-message-slot enabled
[root@Viprion:/S1-green-P:Active:Standalone] config tail -2 /var/log/ltm
Jan 11 14:54:21 Viprion info slot1 audit_forwarder: audit_forwarder started.
Jan 11 14:54:23 Viprion info slot3 audit_forwarder: audit_forwarder started.
[root@Viprion:/S1-green-P:Active:Standalone] config tmsh modify sys syslog clustered-host-slot enabled
[root@Viprion:/S1-green-P:Active:Standalone] config tail -2 /var/log/ltm
Jan 11 14:54:37 slot1/Viprion info slot1 audit_forwarder: audit_forwarder started.
Jan 11 14:54:39 slot3/Viprion info slot3 audit_forwarder: audit_forwarder started.
[root@Viprion:/S1-green-P:Active:Standalone] config tmsh modify sys syslog clustered-message-slot disabled
I know these have existed since at least v12.
- PhillyPDXmike_1Apr 15, 2019Nimbostratus
tmsh modify sys syslog clustered-host-slot disabled successfully removed the slot from the syslog message for numerous vCMP guest clusters running 13.1.1.4 (BIGIP-13.1.1.4-0.0.4.iso).
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects