We have released rsyslog 8.20.0. This release brings a few new additions and requirements. Omrelp now has a configurable connection timeout and pmrfc3164 has a new option to allow slashes in the hostname. Apart from that, there is quite a set of bugfixes. Please note, to use rsyslog 8.20.0 it is required to update librelp […]
rsyslog 7.6.0 (v7-stable) released
This is the first release of rsyslog 7.6 in the v7-stable branch. Since 7.4 a lot of new functions have found their way into rsyslog. With 7.6 being the successor of the 7.5 development branch, everything that has been added there has now found its way into the stable version. The major additions consist of […]
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 […]
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.4.2 (v7-stable)
Version 7.4.2 [v7.4-stable] 2013-07-04 bugfix: in RFC5425 TLS, multiple wildcards in auth could cause segfault bugfix: RainerScript object required parameters were not properly checked – this clould result to segfaults on startup if parameters were missing. 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 PLEASE NOTE: This […]
rsyslog 7.4.2 (v7-stable) released
This is a maintenance release, consisting primarily of bug fixes. 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. ChangeLog: http://www.rsyslog.com/changelog-for-7-4-2-v7-stable/ Download: http://www.rsyslog.com/rsyslog-7-4-2-v7-stable/ As always, feedback is appreciated. Best regards, Florian Riedl
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 […]
Changelog for 7.5.1 (v7-devel)
Version 7.5.1 [devel] 2013-06-26 librelp 1.1.3 is required – older versions can lead to a segfault add mmfields, which among others supports easy parsing of CEF messages omrelp: * new parameter “compression.prioritystring” to control encryption parameters used by GnuTLS imrelp: * new parameter “compression.dhbits” to control the number of bits being used for Diffie-Hellman key […]
rsyslog 7.5.0 (v7-devel) released
This release opens the new 7.5 development branch. Most importantly, this version provides TLS protection for RELP (note that librelp 1.1.1 is required). More information can be found in this blogpost: http://blog.gerhards.net/2013/06/new-rsyslog-devel-branch-75.html ChangeLog: http://www.rsyslog.com/changelog-for-7-5-0-v7-devel/ Download: http://www.rsyslog.com/rsyslog-7-5-0-v7-devel/ As always, feedback is appreciated. Best regards, Florian Riedl
Changelog for 7.5.0 (v7-devel)
Version 7.5.0 [devel] 2013-06-11 imrelp: implement “ruleset” module parameter imrelp/omrelp: add TLS & compression (zip) support omrelp: add “rebindInterval” parameter add -S command line option to specify IP address to use for RELP client connections Thanks to Axel Rau for the patch.