rsyslog
Oct 14, 2008 - 06:06 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 26 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.

<   1234567891011121314   >

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 3543
 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 2986
 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 3001
 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 2702
 Send this story to someone Printer-friendly page 

2005-07-25 - version 0.9.4 - this release completes syslog/tcp support
Now, the tcp sender is implemented, allowing rsyslog to be used inside all parts of the relay chain. Please note that tcp/syslog allows to encrypt syslog traffic quite easily. Release 0.9.4 is a major step toward a stable 1.0 release of rsyslog. There are some other minor changes in rsyslog, mostly formatting changes in internally-generated messages.


Posted by  therget  on  Monday, July 25, 2005 1759
 Send this story to someone Printer-friendly page 

Tutorial on Encrypting Syslog Traffic - Feedback Requested
Hi all, I have just written a tutorial on encrypting syslog traffic. This is to be released as part of the 1.0 release of rsyslog. I would deeply appreciate if some of you could have a look at it and provide me some feedback. My intention is to make encrypted syslog much more popular than it is nowadays. Besides a syslogd capable of doing it easy, good documentation is needed. The question is where I have arrrive - and what can be improved. I also intend to ship the configuration files as part of the rsyslogd package. Please follow the link to the syslog encryption tutorial.


Posted by  rgerhards  on  Friday, July 22, 2005 1615
Read full article: 'Tutorial on Encrypting Syslog Traffic - Feedback Requested' (575 bytes more)  Send this story to someone Printer-friendly page 

2005-07-19 - version 0.9.3 - this is primarily a bug fixing release!
this is primarily a bug fixing release! It fixes a nasty bug where the TIMESTAMP was not properly decoded (just in some months). It also adds the capability to specify the destination port when forwarding messages to remote host. Lastly, a very experimental TCP sender is now included. However, the TCP sender can not yet be used in production, as it causes rsyslogd to hang during certain events, e.g. when connecting to the receiver. As the timestamp bug is a really bad one, all users are advised to upgrade to this version (but not yet use the TCP sender feature).


Posted by  therget  on  Tuesday, July 19, 2005 1477
 Send this story to someone Printer-friendly page 

2005-07-05 - version 0.9.2 - finally, the syslog/tcp receiver has arrived!
This is a big step forward for rsyslog. Now, it supports reliable message delivery via TCP. Our implementation is compatible with leading tools and devices like syslog-ng, Cisco PIX and MonitorWare under Windows. Note, however, the 0.9.2 release only supports receiving via TCP. Forwarding is not yet supported. So in a relay chain, rsyslog must be the last daemon to receive the message. Syslog/tcp support is activated via a simple command line switch without any need for complex configuration file changes!


Posted by  therget  on  Tuesday, July 05, 2005 1405
 Send this story to someone Printer-friendly page 

2005-06-28 - version 0.9.1 - some tweaks have been made
some tweaks in version 0.9.1 have been made so that it now compiles without source changes under FreeBSD. Also, the large file code had a potential bug, which has been fixed. Also some other minor clean-ups.


Posted by  therget  on  Tuesday, June 28, 2005 1496
 Send this story to someone Printer-friendly page 

2005-06-22 - version 0.9.0 now supports log files larger than 2gb
rsyslog version 0.9.0 now supports log files larger than 2gb (where supported by OS & file system) and the ability to specify the maximum size that a log file is allowed to grow. If it grows larger, a rotation script (or something similiar) can automatically be called from within rsyslog.


Posted by  therget  on  Wednesday, June 22, 2005 1212
 Send this story to someone Printer-friendly page 

<   1234567891011121314   >

 Search
 
Google

 Last Forum Posts
 · Log ip address instead of short hostname ...
I have rsyslog v. 3.18 installed on central rsyslog and remote rs ...
· Re: rsyslog running in compatibility mod ...
Please review http://www.rsyslog.com/doc-v3compatibility.htmlThe ...
· rsyslog running in compatibility mode he ...
WEll i am a bit stuck again....whenever i start rsyslog i get a m ...
· Re: reverse DNS lookups
I am sorry, that is currently not supported. However, a DNS cache ...
· Re: rsyslog startup script for debian ...
Thanks for the reply....yes it is a self compiled version i am us ...



:: Syndication: ::
Page created in 0.152719974518 seconds.