Hi Geeks,

My rsyslog server need to send logs to two different servers from same
directory. Problem is certificate (.pem file) is different for both
receiving servers. How can i achieve that.
To send one server, I am doing like this.

$DefaultNetstreamDriver gtls
$DefaultNetstreamDriverCAFile /etc/pki/rsyslog/collector.pem
$ActionSendStreamDriverAuthMode anon
$ActionSendStreamDriverMode 1


$template msgonly,"%msg%\n"
module(load="imfile" PollingInterval="10")

input(type="imfile" File="/opt/adap/out/*.log" Tag="")

*.*     @@172.20.16.45:5170;msgonly


Regards
Asif
_______________________________________________
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.

Reply via email to