[rsyslog-notify] Forum Thread: Use both "TLS" and "non TLS" syslog - (Mode 'post')
noreply at adiscon.com
noreply at adiscon.com
Mon May 2 10:32:20 CEST 2016
User: uppsalanet
Forumlink: http://kb.monitorware.com/viewtopic.php?p=26514#p26514
Message:
----------
Does the stable version 8.18.0 support TLS and non TLS on the same listener
module(load="imtcp")?
How to achieve that?
Or should I just use module(load="imptcp") for non TSL and
module(load="imtcp") for TSL?
Is there any drawbacks regarding performance using
module(load="im[b:2s6hm35p]p[/b:2s6hm35p]tcp") for non TSL?
[code:2s6hm35p]
# For non TLS traffic
module(load="imptcp")
# For TLS traffic
module(load="imtcp" StreamDriver.mode="1"
StreamDriver.authmode="x509/name")
# Rsyslog Input Modules
input(type="imptcp" port="10514" ruleset="Inbound")
input(type="imtcp" port="1514" ruleset="tcp-tls")
# rsyslog RuleSets
ruleset(name="Inbound") {
action(type="omfile"
DynaFile="TmplMsg"
template="RSYSLOG_TraditionalFileFormat"
)
}
ruleset(name="tcp-tls") {
action(type="omfile"
DynaFile="TmplMsgTsl"
template="RSYSLOG_TraditionalFileFormat"
)
}
[/code:2s6hm35p]
More information about the rsyslog-notify
mailing list