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.
rsyslog error 2303
We had a problem parsing JSON (or extra data).
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2291
Error in RELP processing.
If this message occurs:
imrelp: could not activate relp listner, code 10046
This means that the platform does not provide TLS auth support. In general, this means that GnuTLS is too old.
Here is the recommended solution:
Install a current version of GnuTLS on that system and rebuild librelp from source.
Alternatively you can try to use TLS in anonymous mode! Please note that this does not guard against man-in-the-middle attacks, it at least keeps message flow encrypted.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2224
(Input) module does not support input() statement.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.