I am trying to forward rsyslog with ;RSYSLOG_SyslogProtocol23Format
It works fine for an all log forward: *.* @@syslogserver.com:6789;RSYSLOG_SyslogProtocol23Format
But does anyone know how it can be implemented on specific rules?
if ($msg contains_i and so on)<br>
action(type="omfwd" target="syslogserver.com" port="6789" protocol="tcp"
action.resumeRetryCount="-1"
Cheers!