~ubuntu-branches/ubuntu/lucid/rsyslog/lucid-updates

« back to all changes in this revision

Viewing changes to doc/features.html

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-06-23 12:12:43 UTC
  • mfrom: (1.1.11 upstream) (3.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20090623121243-d2fejarzidywnn17
Tags: 4.2.0-1
* New upstream release of the now stable v4 branch.
  - Fix warnings when /etc/rsyslog.d/ is empty. Closes: #530228
* debian/patches/imudp_multiple_udp_sockets.patch
  - Removed, merged upstream.
* debian/rsyslog.default
  - Set default compat mode to '4'.
* debian/rsyslog.logcheck.ignore.server
  - Update logcheck rules files to also ignore rsyslogd and imklog stop
    messages.
* debian/control
  - Bump Standards-Version to 3.8.2. No further changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
2
<html><head><title>rsyslog features</title>
3
 
 
4
3
</head>
5
4
<body>
 
5
<a href="rsyslog_conf.html">back</a>
6
6
<h1>RSyslog - Features</h1>
7
7
<p><b>This page lists both current features as well as
8
8
those being considered for future versions of rsyslog.</b> If you
95
95
<li> an easy-to-write to plugin interface</li>
96
96
<li> ability to send SNMP trap messages</li>
97
97
<li> ability to filter out messages based on sequence of arrival</li>
 
98
<li>support for comma-seperated-values (CSV) output generation
 
99
(via the "csv" property replace option). The
 
100
CSV format supported is that from RFC 4180.</li>
98
101
<li>support for arbitrary complex boolean, string and
99
102
arithmetic expressions in message filters</li>
100
103
</ul>
101
104
<h2>World's first</h2>
102
105
Rsyslog has an interesting number of "world's firsts" - things that
103
106
were implemented for the first time ever in rsyslog. Some of them are still features not available elsewhere.<br><ul>
104
 
<li>world's first implementation of IETF I-D syslog-protocol (February 2006, version 1.12.2 and above)</li><li>world's first implementation of dynamic syslog on-the-wire compression (December 2006, version 1.13.0 and above)</li><li>world's first open-source implementation of a disk-queueing syslogd (January 2008, version 3.11.0 and above)</li>
 
107
<li>world's first implementation of IETF I-D syslog-protocol (February 2006, version 1.12.2 and above), now RFC5424</li><li>world's first implementation of dynamic syslog on-the-wire compression (December 2006, version 1.13.0 and above)</li><li>world's first open-source implementation of a disk-queueing syslogd (January 2008, version 3.11.0 and above)</li>
105
108
<li>world's first implementation of IETF I-D
106
109
syslog-transport-tls (May 2008, version 3.19.0 and above)</li>
107
110
</ul>
116
119
they look quite long-lived (aka "not soon to be implemented"), they
117
120
will possibly be migrated to this list here and at some time moved back
118
121
to the bugzilla tracker.</p>
 
122
<p><b>Note that we also maintain a
 
123
<a href="http://www.rsyslog.com/sponsor_feature">list of features that are looking for sponsors</a>.
 
124
If you are interested in any of these features, or any other feature, you may consider sponsoring
 
125
the implementation. This is also a great way to show your commitment to the open source
 
126
community. Plus, it can be financially attractive: just think about how much less it may
 
127
be to sponsor a feature instead of purchasing a commercial implementation. Also, the benefit
 
128
of being recognised as a sponsor may even drive new customers to your business!</b>
119
129
<ul>
 
130
<li>Finalize the DTN "planetary Internet" space ship mode output plugin
120
131
<li>port it to more *nix variants (eg AIX and HP UX) - this
121
132
needs volunteers with access to those machines and knowledge </li>
122
133
<li>pcre filtering - maybe (depending on feedback)&nbsp; -
134
145
<p>To see when each feature was added, see the
135
146
<a href="http://www.rsyslog.com/Topic4.phtml">rsyslog
136
147
change log</a> (online only).</p>
 
148
 
 
149
<p>[<a href="manual.html">manual index</a>]
 
150
[<a href="rsyslog_conf.html">rsyslog.conf</a>]
 
151
[<a href="http://www.rsyslog.com/">rsyslog site</a>]</p>
 
152
<p><font size="2">This documentation is part of the
 
153
<a href="http://www.rsyslog.com/">rsyslog</a> project.<br>
 
154
Copyright &copy; 2008 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a> and
 
155
<a href="http://www.adiscon.com/">Adiscon</a>. Released under the GNU GPL
 
156
version 2 or higher.</font></p>
 
157
 
137
158
</body></html>
 
159