rsyslog error 2159
Parser with the specified name was not found.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2158
No ruleset name as specified where one was needed.
This error happens if no ruleset is specified when a plugin needs one to function properly. This usually happens with omruleset, which needs to have the name of the ruleset to submit to. Note that in recent versions of rsyslog, omruleset has been superseded by the better “call” statement.
Some versions of mmnormalize also emit this error. In that case, what actually is missing is the normalization (sample) database.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2157
A required ruleset could not be found! Please check your configuration.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2154
We were instructed to create a new ruleset queue, but one already exists.
The user tries to specify multiple ruleset queues, which is impossible. The $rulesetcreatemainqueue parameter is given multiple times for the same ruleset. Remove all but one.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2153
Thread was forced to terminate by bShallShutdown, a state, not an error.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2152
Error initializing libnet, e.g. because not running as root.
This happens with omudpspoof, usually when privileges have been dropped, what is not possible with this module. See omudpspoof.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2147
Some problems with handling the Solaris door functionality.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2145
Error opening or reading the kernel log socket (primarily solaris).
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2144
Remote peer closed connection (information, no error).
The remote server terminated the connection. This is an informational message. It can be turned off by the XXXX configuration directive.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2143
Provided (raw) MSG is empty.
This occurs with omudpspoof. This module needs a template specifying the source system name (IP address) to be spoofed. However, that directive was not specified. Check the omudpspoof documentation for a working sample.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.