Hello, I am trying to define a rsyslog configuration that uses 2 TCP ports (1 plain text and 1 TLS encryption secured). Is this the correct approach to 1) load "imtcp" module once with "StreamDriver" settings 2) specify 2 rulesets (e.g. ruleset(name="plaintcp") { action(type="omfile" file="path/to/file") } & another ruleset named as "tlsencrypt" for TLS) 3) Bind corresponding ruleset to the TCP ports input(type="imtcp" port="514" ruleset="plaintext") input(type="imtcp" port="6514" ruleset="tlsencrypt")
Thanks, Patrick _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.