rsyslog-doc
rsyslog-doc copied to clipboard
No sample /master/configuration/modules/imrelp.html
Promises a sample under "Caveats/Known Bugs" but there is no sample
@rgerhards TBH. I think rulesets are properly/enough explained at http://www.rsyslog.com/doc/v8-stable/concepts/multi_ruleset.html. IMHO just getting rid of "Sample:" would be enough for this issue. Otherwise, I could paste an example....it's up to you!
Update: Actually, I don't know what
Contrary to other inputs, the ruleset can only be bound to all listeners, not specific ones. This issue is resolved in the non-Legacy configuration format.
means.
@rgerhards For this doc, I think to solve the reported issue we can just remove the stray "Sample:" as @mostolog indicated:
There are further changes that could be done here, but I'm hoping to tackle that as part of other work.
@mostolog: Actually, I don't know what
Contrary to other inputs, the ruleset can only be bound to all listeners, not specific ones. This issue is resolved in the non-Legacy configuration format.
means.
This was an old comment, so it is likely that you've since deciphered the remark. I believe the note was meant to indicate that with the current/RainerScript/advanced format you can have multiple imrelp inputs, each with a different ruleset if you want. With the "obsolete legacy" format, you were limited to either the default ruleset for your inputs or a custom ruleset that applied to ALL inputs, not just one a particular input.
The plan appears to be to slowly prune coverage of the obsolete legacy format, so it's likely that work will help to remove the confusion over limitations like this one with the obsolete format.