rsyslog error 2355
Module does not emit more error messages as limit is reached.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2354
Sending msg via UDP failed.
This may have several causes. To differentiate between them, the OS error code (so-called “errno”) and the OS error description is given. Note that rsyslog does not know more about the error cause than shown in its message.
An example is (OS parts in red):
rsyslogd: omfwd: error 11 sending via udp: Resource temporarily unavailable
The message above most probably indicates that the system is out of UDP buffer space. But it may have different causes (e.g. out of sockets). If you can’t find an easy solution, you need to monitor your system.
Note that old versions (like 8.24) always failed to send messages close to or larger than 64KiB.
If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2353
RELP peer authentication failed.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2331
A cert (private) key is missing where one is required (e.g. TLS).
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2330
A cert is missing where one is required (e.g. TLS).
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2329
A CA cert is missing where one is required (e.g. TLS).
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2310
Mmnormalize: rulebase can not be found or otherwise invalid.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2309
Property name error (unknown name).
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2307
Deprecated functionality is used.
This is a warning message emitted when some deprecated config file commands are used. The actual message that accompanies this error code tells the details. Note that while the statement is deprecated, it continues to work. However, it may no longer work in later versions, so it generally is a good idea to replace it with it’s newer equivalent.
Examples in v7 are the discard action (~ indicator), which has been replaced by the (better) alternative “stop” statement as well as omruleset, which has been replaced by the (much better) “call” statement.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2304
BSD-style config blocks are no longer supported.
For more informations please follow this link.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.