Mailing List Archive

rsyslog 5 config question
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.
Re: rsyslog 5 config question [ In reply to ]
start with
https://www.rsyslog.com/doc/v8-stable/configuration/index_directives.html

David Lang

On Sun, 2 Apr 2023, Jayesh H Kamdar via rsyslog wrote:

> Date: Sun, 2 Apr 2023 01:00:36 +0000
> From: Jayesh H Kamdar via rsyslog <rsyslog@lists.adiscon.com>
> To: "rsyslog@lists.adiscon.com" <rsyslog@lists.adiscon.com>
> Cc: Jayesh H Kamdar <jkamdar@mitre.org>
> Subject: [rsyslog] rsyslog 5 config question
>
> 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.
>
_______________________________________________
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.