I have a team with another SIEM - fed mostly by syslog feeds.
I would like to send them a feed of all the remote logging coming in.
Sure, I know I can do that with syslog_output, but here is the tricky(?) part.
Need to send via encrypted syslog over TCP.
My thought was to set rsyslog to listen on localhost, feed that with wazuh using syslog_output and then set rsyslog to forward all the "remote" date to the other SIEM vian the TCP connection.
Thoughts/comments? Seems reasonable, but maybe I am missing something or adding an extra step??
-Kat