rsyslog 7.4.10 (v7-stable)
Download file name: rsyslog 7.4.10 (stable)
rsyslog 7.4.10 (stable)
sha256 hash: ab1d26da2bfd38db34dd991a9c5d93
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 7.4.10 File size: 2.92 MB
Changelog for 7.4.10 (v7-stable)
Version 7.4.10 [v7.4-stable] 2014-02-12
- bugfix: json templates are improperly created
Strings miss the terminating NUL character, which obviously can lead to all sorts of problems.
See also: https://github.com/rsyslog/rsyslog/issues/27
Thanks to Alain for the analysis and the patch. - ompgsql bugfix: improper handling of auto-backgrounding mode
If rsyslog was set to auto-background itself (default code behaviour, but many distros now turn it off for good reason), ompgsql could not properly connect. This could even lead to a segfault. The core reason was that a PG session handle was kept open over a fork, something that is explicitely forbidden in the PG API.
Thanks to Alain for the analysis and the patch.
Writing RSysLog Plugins in 2 Minutes
Need to connect RSysLog to some destination for which no plugin yet exists? Do you know a little bit of scripting or programming? Than this presentation is for you. It’s fast-path to writing rsyslog plugins very, very quickly.
Writing external output plugins for rsyslog
Want to make rsyslog talk to some not-yet-supported output? With v8 it’s extremly simple. This presentation contains everything you need to know about writing great plugins in ANY language (like perl or python).
rsyslog 8.1.5 (v8-devel) released
We have just released 8.1.5 of the v8-devel branch. This release offers some important bug fixes and an enhanced imfile. It now supports inotify and has no longer a fixed limit on the number of files that can be monitored. Note that inotify must be enabled. By default, the previous polling mode is used. For details see parameter “mode” in the doc: http://www.rsyslog.com/doc/
ChangeLog: http://www.rsyslog.com/changelog-for-8-1-5-v8-devel/
Download: http://www.rsyslog.com/rsyslog-8-1-5-v8-devel/
Feedback is *very much* appreciated.
Best regards, Florian Riedl
Changelog for 8.1.5 (v8-devel)
Version 8.1.5 [devel] 2014-01-24
- imfile now supports inotify (but must be explicitely turned on)
- imfile no longer has a limit on number of monitored files
- added ProcessInternalMessages global system parameter
This permits to inject rsyslog status messages into *another* main syslogd or the journal. - new dependency: liblogging-stdlog (for submitting to external logger)
- bugfix: imuxsock input parameters were not accepted due to copy&paste error. Thanks to Andy Goldstein for the fix.
rsyslog 8.1.5 (v8-devel)
Download file name: rsyslog 8.1.5 (devel)
rsyslog 8.1.5 (devel)
sha256 hash: 93a50eabdce4f5b66da2f07af36669
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 8.1.5 File size: 2.623 MB
rsyslog 7.4.9 (v7-stable) released
We have just released 7.4.9 of the v7-stable branch.
While we initially did not intend to do another v7.4 release, we got some important fixes which we wanted to be available for 7.4, so we decided to do one more release. Note that also a new feature is included. The “processInternalMessages” global parameter now permits to tell rsyslog to send it’s own error messages to another system logger. This is most beneficial for systemd-based systems, where this permits rsyslog messages to show up in the service status command (but note that this requires configuration).
More detailed information is available in the ChangeLog.
ChangeLog:
http://www.rsyslog.com/changelog-for-7-4-9-v7-stable/
Download:
http://www.rsyslog.com/rsyslog-7-4-9-v7-stable/
As always, feedback is appreciated.
Best regards,
Florian Riedl
rsyslog 7.4.9 (v7-stable)
Download file name: rsyslog 7.4.9 (stable)
rsyslog 7.4.9 (stable)
sha256 hash: 344c76d955c32045901b06fbf841cd
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 7.4.9 File size: 2.92 MB
Changelog for 7.4.9 (v7-stable)
Version 7.4.9 [v7.4-stable] 2014-01-22
- added ProcessInternalMessages global system parameter
This permits to inject rsyslog status messages into *another* main syslogd or the journal. - bugfix: imuxsock input parameters were not accepted due to copy&paste error. Thanks to Andy Goldstein for the fix.
- bugfix: potential double-free in RainerScript equal comparison happens if the left-hand operand is JSON object and the right-hand operand is a non-string that does not convert to a number (for example, it can be another JSON object, probably the only case that could happen in practice). This is very unlikely to be triggered.
- bugfix: some RainerScript Json(Variable)/string comparisons were wrong