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 7.1.4 (v7-devel) released
This version implements the “missing bits” for full JSON handling: json support inside variable evaluation, the string concatenation operator and copying of full json trees in variable assignment. Most importantly, the json structure is now also persisted across disk-queues. The release also contains a number of bug fixes.
ChangeLog:
http://www.rsyslog.com/changelog-for-7-1-4-v7-devel/
Download:
http://www.rsyslog.com/rsyslog-7-1-4-v7-devel/
As always, feedback is appreciated.
Best regards,
Florian Riedl
Changelog for 7.1.4 (v7-devel)
Version 7.1.4 [devel] 2012-09-19
- implemented ability for CEE-based properties to be stored in disk queues
- implemented string concatenation in expressions via &-operator
- implemented json subtree copy in variable assignment
- implemented full JSON support for variable manipulation
- introduced “subtree”-type templates
- bugfix: omfile action did not respect “template” parameter
… and used default template in all cases - bugfix: MsgDup() did not copy CEE structure
This function was called at various places, most importantly during “last messages repeated n times” processing and omruleset. If CEE(JSON) data was present, it was lost as part of the copy process. - bugfix: debug output indicated improper queue type
rsyslog 7.1.3 (v7-devel) released
This is the first rsyslog version that supports variable modification inside rsyslog.conf. For details on that feature Continue reading “rsyslog 7.1.3 (v7-devel) released”
rsyslog 7.1.3 (v7-devel)
Download file name: rsyslog 7.1.3 (devel)
rsyslog 7.1.3 (devel)
sha256 hash: 43b2da70c570776963155bbde9537ef8d85369240e687969720ba47223e2f1c1
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 7.1.3 File size: 2.587 MB
Changelog for 7.1.3 (v7-devel)
Version 7.1.3 [devel] 2012-09-17
- introduced “set” and “unset” config statements
- bugfix: missing support for escape sequences in RainerScript only \’ was supported. Now the usual set is supported. Note that v5 used \x as escape where x was any character (e.g. “\n” meant “n” and NOT LF). This also means there is some incompatibility to v5 for well-know sequences. Better break it now than later.
- bugfix: invalid property name in property-filter could cause abort if action chaining (& operator) was used
http://bugzilla.adiscon.com/show_bug.cgi?id=355
Thanks to pilou@gmx.com for the bug report