rsyslog
Aug 30, 2008 - 12:48 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 1.11.1 released
Rsyslog 1.11.1 has just been released. The main new feature is support for BSD-style program and hostname blocks. This facilitates rsyslogd usage in multi-host environments and environments migrating from stock BSD syslogd. It is also helpful for any complex logging needs. The release contains some other minor feature enhancements as well bug fixes and stability updates.

Full details can be found in the change log at

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



Posted by  rgerhards  on  Wednesday, October 19, 2005 3040
 Send this story to someone Printer-friendly page 

File Missing in 1.11.0
Due to a problem with the build procedure, a file (rfc3195d.8) was missing in the download set. This has been corrected as of now. I am not releasing a new version. If you experience a problem during "make install", simply download the file once again. Thanks to Bennett Todd for finding this.

Rainer Gerhards


Posted by  rgerhards  on  Thursday, October 13, 2005 2531
 Send this story to someone Printer-friendly page 

rsyslog 1.11.0 released - with RFC 3195 support
Rsyslog 1.11.0 (development branch) has been released today. This version finally supports the RFC 3195 listener, bringing rsyslog even closer to its initial design goals. The listener supports full RAW and limited COOKED profiles (no relay operations). It is implemented as an optional stand-alone RFC3195-to-local-domain-socket forwarder (named rfc3195d). This allows it to be used with other syslogds, too.

The RFC 3195 listener is a major feature improvement for rsyslog. It is build on liblogging. It should be noted, however, that there still is much room for improvement in rfc3195d.

An implementation of the RFC 3195 sender is still due.

Rainer Gerhards


Posted by  rgerhards  on  Wednesday, October 12, 2005 3211
 Send this story to someone Printer-friendly page 

rsyslogd 1.10.2 released
I am glad to announce rsyslog 1.10.2, the regularly scheduled release. The main improvements are

  • ability to limit the systems rsyslogd accepts messages from
  • new comparison operations for the property-based filters

Of course, there are also some other new features as well as some bug fixes.

I recommend upgrading to 1.10.2 if you are running any release of the development branch. Full details can be found in the change log.


Posted by  rgerhards  on  Tuesday, September 27, 2005 6401
Read full article: 'rsyslogd 1.10.2 released' (1945 bytes more)  Send this story to someone Printer-friendly page 

rsyslog 1.10.1 released
I have just released rsyslog 1.10.1. This release is slightly unscheduled. It orginally should have been released in a few days with some more enhancements. However, we have discovered a SQL injection vulnerability in rsyslog and decided to release a fix for the development branch as soon as possible (thankfully the code was at an interim milestone, so it was easy to do).

The most important feature of 1.10.1 obviously is the fix for the SQL injection vulnerability. Besides that, it offers a fix in handling broken MySQL connections. Feature-wise, it adds the ability to execute scripts (and other programs) on message reception. Together with the new filtering engine, this can, for example, be used to generate email alerts on important events.

The change log can be found at http://www.rsyslog.com/Article36.phtml.

I hope this release is useful. Please expect the originally scheduled feature set some time next week. Among others, it will bring additional comparison operations for the new filter engine.

Rainer


Posted by  rgerhards  on  Friday, September 23, 2005 3721
 Send this story to someone Printer-friendly page 

rsyslog 1.10.0 released
I am proud to announce release 1.10.0, the first development release after 1.0.0 stable. Release 1.10.0 contains major new features, most importantly the ability to filter on any syslog message property, not just facility and priority. For example, it can now be filtered based on the content of the message itself (e.g. log to a different file if it contains the string "error"). Other new features include the ability to conditionally discard messages, regular expression support inside templates, performance improvements, and more.

Rainer Gerhards


Posted by  rgerhards  on  Tuesday, September 20, 2005 2749
 Send this story to someone Printer-friendly page 

rsyslog 1.0.0 released
I have just released rsyslog 1.0.0, the first (official) stable version of rsyslog. Feature-wise it is no difference to 0.9.8, it just has some minor doc changes plus a very little bug fix in the usage note.

From the release point of view, however, this release is a very important achivement. It provides a solid basis for those interested in running a stable release. The 1.0.0 codebase has been run for several weeks now without any error reports. It has also been reviewed, and all issues been ironed out. 1.0.0 creates the stable branch.

Please note that the stable branch will primarily receive fixes. The unstable branch (to be created soon) will have all the new cool features.

If you run any version of rsyslog, I recommend moving to 1.0.0.

I hope this release is helpful.

Rainer Gerhards


Posted by  rgerhards  on  Monday, September 12, 2005 3442
 Send this story to someone Printer-friendly page 

rsyslog 0.9.6 released
I am glad to announce that I have just released rsyslog 0.9.6. This release is focussed on streamlining towards the first final 1.0 release. The documentation has been greatly enhanced and changed to html format. It now includes an installation howto. Also, samples of system startup scripts have been added, hopefully facilitating deployment.

Visit the rsyslog status page for download and link to the change log:

http://www.rsyslog.com/Documentation-/status.html.phtml

There is one important change for existing rsyslogd users: the syntax of the -r option has been changed. It now accepts the port that rsyslogd should listen to. That, however, breaks existing scripts. They must be changed to use "-r 0", which mimics the previous behaviour. I am sorry for this inconsistency, but I thought it is better to keep the command line options consistent - and at the current time changing that interface is hopefully not such a big issue. If we'd do it much later, it might have been impossible. The new syntax also provides ample opportunity for future enhancement, which then can be kept consistent with the -t tcp listener command line option.

The next steps for rsyslog will be to look at the packaging and eventually some further minor clean-ups. I would also appreciate any feedback from practical use, especially if you should run a high-volume system. I now traget the 1.0 release for early September.

There is no need to upgrade to 0.9.6 if you are happy with what you currently run.

I hope the new release is helpful.

Rainer Gerhards


Posted by  rgerhards  on  Tuesday, August 09, 2005 2885
 Send this story to someone Printer-friendly page 

New syslog to MySQL Tutorial
I have written a new tutorial on how to store syslog messages in MySQL. The paper discusses the concepts, describes the actual steps necessary and talks about common pitfalls.

The paper is available in the documentation section, under the title of writing syslog messages to MySQL.


Posted by  rgerhards  on  Wednesday, August 03, 2005 2886
 Send this story to someone Printer-friendly page 

rsyslog 0.9.5 released
Rsyslog 0.9.5 supports multiple rsyslogd instances on a single machine. This can be useful for special, security-enhanced configurations. Release 0.9.5 also contains improved error message handling during startup and some bug fixes. If you are happy with version 0.9.4, there is no important reason to upgrade to this release.

For full details, see the rsyslog 0.9.5 change log.


Posted by  rgerhards  on  Monday, August 01, 2005 2604
 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.157550096512 seconds.