rsyslog
Aug 30, 2008 - 12:49 AM

Donate!
Satisfied with rsyslog?

Donate and help keep
the project alive!

Rainer's Blog

Login




 


 Log in Problems?
 New User? Sign Up!

Online
There are 28 unlogged users and 0 registered users online.

You can log-in or register for a user account here.

Topic: Announcements

The new items published under this topic are as follows.

<   12345678910111213   >

rsyslog v3-stable/3.14.2 released
Hi all,

I have just released 3.14.2, an update to v3-stable. It is a purely bug-fixing release. Most importantly, it fixes a problem that caused imklog not to pull module symbols correctly from recent kernels. Also, a segfault caused by using expression-based filters is fixed. There are also some other fixes, see ChangeLog for details. This is a recommended update for all v3-stable branch users.

Changelog:

http://www.rsyslog.com/Article209.phtml

Download (now pointing to the info page so that you see the md5sum ;)):

http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-96.phtml

I hope this release is useful. As always, feedback is appreciated.

Rainer


Posted by  friedl  on  Friday, April 11, 2008 928
 Send this story to someone Printer-friendly page 

rsyslog 3.15.1 released
Hi all,

rsyslog 3.15.1 has been released. This is a refresh of the beta branch, providing new bug fixes. The beta branch currently features the RELP protocol and will be the next v3-stable once it has sufficiently matured.

Changelog:

http://www.rsyslog.com/Article210.phtml

Download:

http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-97.phtml


As always, feedback is appreaciated.

Florian Riedl


Posted by  friedl  on  Friday, April 11, 2008 808
 Send this story to someone Printer-friendly page 

rsyslog 3.17.0 released
Hi all,

rsyslog 3.17.0 has just been released. It is part of the development branch. The primary new feature is the ability to send email alerts based on syslog or file data. The action engine now has the ability to carry out an action only once within a configured interval and/or only during specific time frames. Option processing has been improved and a number of stability updates have been included. This is a recommended update for all users of the development version.

More information on the major new feature can be found here:

http://www.rsyslog.com/doc-ommail.html

The following is a sample code snippet that alerts the operator when disk problems are detected:

$ModLoad ommail
$ActionMailSMTPServer mail.example.net
$ActionMailFrom rsyslog@example.net
$ActionMailTo operator@example.net
$template mailSubject,"disk problem on %hostname%"
$template mailBody,"RSYSLOG Alert\r\nmsg='%msg%'"
$ActionMailSubject mailSubject
# make sure we receive a mail only once in six
# hours (21,600 seconds ;))
$ActionExecOnlyOnceEveryInterval 21600
# the if ... then ... mailBody mus be on one line!
if $msg contains 'hard disk fatal failure' then :ommail:;mailBody

Note that we now have the ability to limit an action to be executed only once inside a specific period. In the above sample, the email alert happens only if there was no other such alert within the past 6 hours - this is absolutely vital to prevent an accidental DoS on your mailbox ;) ... but it may also be handy with other actions (e.g. SNMP trap notification etc etc). It's implemented at the action engine level, so it will work with any action, even file or database writes.

Change Log:

http://www.rsyslog.com/Article207.phtml

Download:

http://www.rsyslog.com/Downloads-req-getit-lid-95.phtml

I would be most interested in feedback on the new email feature, including clever use cases. I am sure it can be quite useful (especially if you think about imfile...), but would really appreciate to hear from you (and prove this in practice)!

Thanks,
Rainer Gerhards


Posted by  friedl  on  Wednesday, April 09, 2008 859
 Send this story to someone Printer-friendly page 

First rsyslog v3 stable released - 3.14.1
Hi all,

I am glad to finally announce rsyslog 3.14.1, the first version of the v3 stable branch.

This version offers almost all features of the current development version to those in need of a stable branch. Among others, this includes support for multiple database backends, queued and offline operations, SNMP and text file support. It is a big step compared to the v2 stable branch. Users are advised to check the compatibility notes before the update. It's not strictly necessary, but will enable to use rsyslog in the most efficient and problem-free way.

Please note that development continues inside the v3 branch. The v3 stable branch will see future feature enhancements after they have sufficiently matured. The v2 stable branch is still supported. It is quite featureless (compared to v3) but extremely solid. So if you are (or need to be) ultra-conservative, you can still take the v2 route. Feature-wise v2 is a dead end and only bug fixes will be provided.

The general recommendation is that the v3 stable branch be used for regular production machines. The Fedora project will feature rsyslog v3 stable in its upcoming release 9.

Please note that I made a mistake two days ago: I accidently released 3.14.0 to the web, without it being actually ready. For this reason, I have renamed the release to 3.14.1. There will never be an official 3.14.0 release. If you happen to have it downloaded and installed, please accept my apologies. You should get 3.14.1 whenever you are ready.

Change Log:

http://www.rsyslog.com/Article205.phtml

Download:

http://www.rsyslog.com/Downloads-req-getit-lid-94.phtml

I hope this release is useful. As always, feedback is appreciated.

Best regards,
Rainer Gerhards


Posted by  rgerhards  on  Friday, April 04, 2008 833
 Send this story to someone Printer-friendly page 

rsyslog 3.15.0 released
Hi all,

yes, I know it's April, 1st. But this release is not related to it ;)

I have just released rsyslog 3.15.0, the release that finally provides initial RELP support. RELP provides superior reliability over plain tcp syslog, ensuring that no messages are lost. With plain TCP, this can happen if the remote server goes down. RELP protects from this by utilizing a full-duplex protocol where each message is acknowledged. RELP should also be safe to use with stunnel, where plain tcp syslog sometimes gets into trouble.

The core RELP protocol support is NOT part of rsyslog. It comes in the form of librelp, available at http://www.librelp.com . You need to install librelp before you try to compile rsyslog with RELP support. That should be fairly simple.

If you run into any troubles, please let me know - I am more than happy to help. I plan to do some more in-depth doc on the use cases soon.

Change Log:

http://www.rsyslog.com/Article203.phtml

Download:

http://www.rsyslog.com/Downloads-req-getit-lid-93.phtml

I hope this release is useful. Feedback is appreciated.

Rainer


Posted by  rgerhards  on  Wednesday, April 02, 2008 816
 Send this story to someone Printer-friendly page 

rsyslog 3.13.0-dev0 released
Hi all,

I have just release rsyslog 3.13.0-dev0, which will hopefully become the next stable release by mid-week.

It fixes two bugs, one is a potential segfault in the syslog/plain tcp receiver. The other one is removal of some debug instrumentation that accidently made it into 3.12.5. There is also a new ./configure option (--enable/disable-rsyslogd) which permits to build just specific plugins without the main binary. This has been added to support source-based packaging systems (like in FreeBSD). This is also a test for one potential new versioning scheme.

3.13.0-dev0 is recommended for all v3 branch users. Feedback on it is highly appreciated.

Changelog:

http://www.rsyslog.com/Article201.phtml

Download:

http://www.rsyslog.com/Downloads-req-getit-lid-92.phtml



Florian Riedl


Posted by  friedl  on  Monday, March 31, 2008 734
 Send this story to someone Printer-friendly page 

rsyslog 3.12.5 released
Hi All,

rsyslog 3.12.5 has just been released. It is mostly a bug-fixing and cleanup release. Some changed defaults make it easier to use advanced features. For example, high-precision timestamps are now enabled by default when writing log files and "last message repeated n times" processing, a typical trouble spot, is turned off by default. The documentation has been improved and the v2-backward compatibility layer has been completed. This version is a candidate to become the next stable release.

Changelog:

http://www.rsyslog.com/Article199.phtml

Download:

http://www.rsyslog.com/Downloads-req-getit-lid-91.phtml

I suggest to (re-) read ./doc/v3compatibility.html, which also talks about the new defaults. Also available online at:

http://www.rsyslog.com/doc-v3compatibility.html

Feedback on this release is appreciated. I hope it will be useful.

Rainer


Posted by  rgerhards  on  Friday, March 28, 2008 742
 Send this story to someone Printer-friendly page 

rsyslog 2.0.4 stable released
Hi all,

rsyslog 2.0.4, a stable release version, has been released today. It contains some bug fixes, the most important one is that FROMHOST was not properly set on internal messages. There are also two new properties ($HHOUR and $QHOUR) which can be used in dynamic log file generation. Rsyslog 2.0.4 is a recommended update for all users of the stable v2 branch.

Changelog:

http://www.rsyslog.com/Article197.phtml

Download:

http://www.rsyslog.com/Downloads-req-getit-lid-90.phtml



Florian Riedl


Posted by  friedl  on  Thursday, March 27, 2008 694
 Send this story to someone Printer-friendly page 

rsyslog 3.11.4 released
Hi all,

rsyslog 3.12.4 has been released today. Thanks to a changed default, it now offers much faster log file writing. Also, advanced flow control has now been added to all inputs, giving an even more reliable system. There are some other small enhancements (see change log). There are also a number of bug fixes, the most important one being a fix for a massive memory leak in imklog. It lost several hundred kilobytes on each hup. Rsyslog 3.12.4 is a recommended update for all v3 branch users.

Download:

http://www.rsyslog.com/Downloads-req-getit-lid-89.phtml

Changelog:

http://www.rsyslog.com/Article195.phtml

As always, feedback is appreciated.

Florian Riedl


Posted by  friedl  on  Tuesday, March 25, 2008 688
 Send this story to someone Printer-friendly page 

rsyslog 3.12.3 released
Hi all,

rsyslog 3.12.3 has been released today. It is primarily a bug-fixing release, but offers new, advanced flow control options. So far, only imfile utilizes these, but other modules will do so soon. The release contains important bug fixes, for example for a segfault on hup, improper framing for syslog/tcp communication and processing empty lines in the log file reader. Rsyslog 3.12.3 is a recommended update to all v3 branch users and users of 3.12.2 are urged to apply the update (some bugs where introduced in that release).

Download:

http://www.rsyslog.com/Downloads-req-getit-lid-88.phtml

Changelog:

http://www.rsyslog.com/Article193.phtml

As always, feedback is appreciated.

Florian Riedl


Posted by  friedl  on  Tuesday, March 18, 2008 739
 Send this story to someone Printer-friendly page 

<   12345678910111213   >

 Search
 
Google

 Last Forum Posts
 · Re: wrong format from windows event log ...
Yes, that's exactly also my intention: all events from several W2 ...
· Re: wrong format from windows event log ...
Glad to hear it's working. I wouldn't count on the RFCs for a who ...
· Re: wrong format from windows event log ...
Yup... that's a miracle, as we say here in Italy... if you tell t ...
· Re: wrong format from windows event log ...
Thx, I didn't very well my homework... sorry.I'll try this and co ...
· Re: wrong format from windows event log ...
Welcome back.The log entries your provided have not had the templ ...

 Top Contributors
 
Contributor Contribs
varmojfekoj 7
Michael Biebl 2
Michel Biebl 1
Peter Vrabec 1



:: Syndication: ::
Page created in 0.16462802887 seconds.