22-May-2020 06:10
23-May-2020 16:13
You can send log to external syslog with HSL.
For example:
when CLIENT_ACCEPTED {
set my_hsl [HSL::open -publisher /Common/LOGPUB_SYSLOG]
HSL::send $my_hsl ""New TCP connection from [IP::client_addr]:[TCP::client_port] to [IP::local_addr]:[TCP::local_port]"
}