BigIP F5 LTM - TCP Syslog
The F5 LTM allows for the transmission of syslog messages using TCP connections via the use of the syslog-ng daemon.
Syntax
In order to configure TCP syslog the following command(s) are used,
bigpipe syslog include '"destination d_tcp { tcp(\"<SYSLOG IP>\" port(<PORT>));};log { source(local);\ destination(d_tcp);};"'
bigpipe save all
Confirmation
To confirm the configuration has been added use the following command.
bigpipe syslog list
Tags: TCP