rsyslog 7.1.7 (v7-devel)
Download file name: rsyslog 7.1.7 (devel)
rsyslog 7.1.7 (devel)
sha256 hash: 353d69798bc25b68c3354949204d0cd8ac481fda2aedac98d0a49393ae6310e8
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 7.1.7 File size: 2.615 MB
rsyslog 7.1.6 (v7-devel) released
This version implements the input() and ruleset() statements, which finally permit a config file to be written in new style only. A sample can be found at
http://blog.gerhards.net/2012/09/rsyslogs-new-input-statement-quick-look.html
ChangeLog:
http://www.rsyslog.com/changelog-for-7-1-6-v7-devel/
Download:
http://www.rsyslog.com/rsyslog-7-1-6-v7-devel/
As always, feedback is appreciated.
Best regards,
Florian Riedl
rsyslog 7.1.6 (v7-devel)
Download file name: rsyslog 7.1.6 (devel)
rsyslog 7.1.6 (devel)
sha256 hash: d392c536d97e413e84dce6719351823214daf92bfe3d2665c11b073e81b71264
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 7.1.6 File size: 2.612 MB
Changelog for 7.1.6 (v7-devel)
Version 7.1.6 [devel] 2012-09-28
- implemented RainerScript input() statement, including support for it in major input plugins
- implemented RainerScript ruleset() statement
rsyslog 7.1.5 (v7-devel)
Download file name: rsyslog 7.1.5 (devel)
rsyslog 7.1.5 (devel)
sha256 hash: 09d7418b20e37e04bd465efc17eb54efaca91ccdf2df1d70cf752623ccd3fb81
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 7.1.5 File size: 2.481 MB
Changelog for 7.1.5 (v7-devel)
Version 7.1.5 [devel] 2012-09-26
- implemented RainerScript prifield() function
- implemented RainerScript field() function
- added new module imkmsg to process structured kernel log
Thanks to Milan Bartos for contributing this module - implemented basic RainerScript optimizer, which will speed up script
operations - bugfix: invalid free if function re_match() was incorrectly used
if the config file parser detected that param 2 was not constant, some
data fields were not initialized. The destructor did not care about that.
This bug happened only if rsyslog startup was unclean.
rsyslog 7.1.5 (v7-devel) released
The script engine has been enhanced with new functions and even better performance. There is also a new plugin (imkmsg), which offers support for structured kernel logs. Special thanks to Milan Bartos, who contributed this module. The 7.1.5 version completes the core of enhancements to support lumberjack structured logging (but of course there will be more enhancements in the future).
RPM files for 7.1.5 can be found at http://www.rsyslog.com/rhelcentos-rpms/
ChangeLog:
http://www.rsyslog.com/changelog-for-7-1-5-v7-devel/
Download:
http://www.rsyslog.com/rsyslog-7-1-5-v7-devel/
As always, feedback is appreciated.
Best regards,
Tim Eifler
Rsyslog Windows Agent 1.1b Released
Adiscon is proud to announce the 1.1b release of RSyslog Windows Agent. This is a minor release.
This release contains a bugfix for the Filterengine.
Build-IDs: Service 1.1.108, Client 1.1.119
Bugfixes |
|
Version 1.1 is a free download. Customers with existing 1.x keys can contact our Sales department for upgrade prices. If you have a valid Upgrade Insurance ID, you can request a free new key by sending your Upgrade Insurance ID to sales@adiscon.com. Please note that the download enables the free 30-day trial version if used without a key – so you can right now go ahead and evaluate it.
How to use authpriv on Solaris
Usually you can filter for a facility by a facility name. In the case of authpriv which I want to describe now, this is fairly easy:
authpriv.* /var/log/authprivlog
That will work just fine with rsyslog on any common Linux system.
But, when using Solaris, some things work similar and some work different. In the case of authpriv the name will not work. Thus you have to use a different way to filter for authpriv. Whilst the name will not work, the facility number works. So a possible filter looks like that:
if $syslogfacility == 10 then /var/log/authprivlog
Valid values would be 4 or 10 as described in RFC5424.
rsyslog 6.4.2 (v6-stable) released
We have just released 6.4.2 of the v6-stable branch. This is a pure bugfixing release. More information on the changes can be found in the ChangeLog.
ChangeLog:
http://www.rsyslog.com/changelog-for-6-4-2-v6-stable/
Download:
http://www.rsyslog.com/rsyslog-6-4-2-v6-stable/
As always, feedback is appreciated.
Best regards,
Florian Riedl
