Hi,

does rulesets work for relp? I am testing rsyslog 7.2.5. Looked at this
example:

http://www.rsyslog.com/rulesets-and-rsyslog-7-2/

but if I try using relp it doesn't work.

Example:

module(load="imrelp")
....
ruleset(name="remote") {

if $programname startswith 'mysql' then {
   action(type="omfile" DynaFile="dyn_app_logs")
   stop
   }

}
input(type="imrelp" port="20500" ruleset="remote")


If it should work, can I use templates defined outside the ruleset?

Thanks a log,
Xavi
_______________________________________________
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