Hi,

I am new to rsyslog and trying to port working rsyslog 6 config on an older 
system that running rsyslog 5.


Below is the part of the config file from rsyslog version 6 but I need to 
configure similar setup on rsyslog version 5 system. I have checked here - 
https://www.rsyslog.com/doc/v5-stable/configuration/modules/idx_input.html but 
haven't found anything helpful. Any help would be appreciated.

rsyslog.conf (version 6)

### generic listeners
input(type="imudp" Port="514" Ruleset="remote")
input(type="imtcp" Port="514" Ruleset="remote")
### index=network sourcetype=cisco_syslog
input(type="imudp" Port="20002" Ruleset="cisco_syslog")
### index=pan_logs sourcetype=pan:log
input(type="imtcp" Port="20003" Ruleset="pan_logs")
# ssl
input(type="imudp" Port="1514" Ruleset="remoteSsl")



Thanks,

Jay

_______________________________________________
rsyslog mailing list
https://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