Release Date: 2021-03-09 Build-IDs: Service 7.0.0.213, Client 7.0.0.297 Features Filter Engine: Add support to filter by IPv6 addresses. Eventlog Monitor V2: Added support to for LogPoint SIEM JSON Format. Eventlog Monitor V2: Added support for the following EventLog properties (if available): Providerguid, processed, threaded, version, opcode, eventtype, nxseverityvalue (required for Severity Mapping in LogPoint SIEM […]
rsyslog 8.28.0 (v8-stable) released
We have released rsyslog 8.28.0. This release features a lot of changes. Again, the most notable change is a way more robust, yet still experimental, support for Kafka output and input. In addition to this, there is a new build requirement for librelp 1.2.14 du to API requirements in imrelp and many changes/fixes for omfwd, […]
rsyslog 7.6.3 (v7-stable) released
This release offers a couple of bug-fixes and also supports better interaction with librelp 1.2.5, which in turn supports anonymous TLS on platforms like CENTOS/RHEL 6 where GnuTLS is too old and RELP TLS was completely disable previously. ChangeLog: http://www.rsyslog.com/changelog-for-7-6-3-v7-stable/ Download: http://www.rsyslog.com/downloads/download-v7-stable/ As always, feedback is appreciated. Best regards, Florian Riedl
Changelog for 7.6.3 (v7-stable)
Version 7.6.3 [v7.6-stable] 2014-03-27 add capability to override GnuTLS path in build process Thanks to Clayton Shotwell for the patch support for librelp 1.2.5 Support new return states of librelp 1.2.5 to emit better error messages. For obvious reasons, librelp 1.2.5 is now required. bugfix: ompipe used invalid default template This is a regression from […]
rsyslog 7.6.2 (v7-stable) released
This version introduces the support for librelp 1.2.4, thus it it fixes a problem with librelp in the last release. Note that now librelp 1.2.4 is required as we process it’s new error codes emitted when librelp does not support TLS. ChangeLog: http://www.rsyslog.com/changelog-for-7-6-2-v7-stable/ Download: http://www.rsyslog.com/downloads/download-v7-stable/ As always, feedback is appreciated. Best regards, Florian […]
Changelog for 7.6.2 (v7-stable)
Version 7.6.2 [v7.6-stable] 2014-03-17 support for librelp 1.2.4 This was necessary due to the problems with librelp 1.2.3 API stability. We now use the new native 1.2.4 APIs to learn about the state of librelp’s TLS support. For obvious reasons, librelp 1.2.4 is now required.
Changelog for 7.6.1 (v7-stable)
Version 7.6.1 [v7.6-stable] 2014-03-13 added “action.reportSuspension” action parameter This now permits to control handling on a per-action basis rather to the previous “global setting only”. “action resumed” message now also specifies module type which makes troubleshooting a bit easier. Note that we cannot output all the config details (like destination etc) as this would require […]
rsyslog 7.5.2 (v7-devel) released
This version provides performance enhancements for the RELP modules. It also provides a fix for a potential security issue in omelasticsearch. Please note that the security issue only exists in non-default configuration if the “errorfile” parameter was specified. As always, feedback is appreciated. Best regards, Florian Riedl
Changelog for 7.5.2 (v7-devel)
Version 7.5.2 [devel] 2013-07-04 librelp 1.1.4 is now required We use API extensions for better error reporting and higher performance. omrelp: use transactional mode to make imrelp emit bulk sends omrelp: add “windowSize” parameter to set custom RELP window size bugfix: double-free in omelasticsearch closes: http://bugzilla.adiscon.com/show_bug.cgi?id=461 a security advisory for this bug is available at: http://www.lsexperts.de/advisories/lse-2013-07-03.txt […]
Using TLS with RELP
In this guide, we want to describe how to setup rsyslog with a RELP connection which is to be secured with TLS. For this guide you need at least rsyslog 7.5.1 and librelp 1.1.3 as well as gnutls 2.10.0 or above. These need to be installed on the server as well on the clients. The […]