From 47bbd838bdaa200d89d8210a6a0ba9c322129bca Mon Sep 17 00:00:00 2001 From: Tom Bergfeld Date: Fri, 31 Oct 2008 14:47:30 +0100 Subject: restructured rsyslog.conf documentation Signed-off-by: Rainer Gerhards --- doc/features.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'doc/features.html') diff --git a/doc/features.html b/doc/features.html index d221eb77..89796a41 100644 --- a/doc/features.html +++ b/doc/features.html @@ -1,8 +1,8 @@ rsyslog features - +back

RSyslog - Features

This page lists both current features as well as those being considered for future versions of rsyslog. If you @@ -134,4 +134,15 @@ future of RFC 3195 in rsyslog.

To see when each feature was added, see the rsyslog change log (online only).

+ +

[manual index] +[rsyslog.conf] +[rsyslog site]

+

This documentation is part of the +rsyslog project.
+Copyright © 2008 by Rainer Gerhards and +Adiscon. Released under the GNU GPL +version 2 or higher.

+ + -- cgit From 5f44f8592761161921ceefffeedadbec2c308453 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 26 Nov 2008 11:21:29 +0100 Subject: improved doc a bit --- doc/features.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/features.html') diff --git a/doc/features.html b/doc/features.html index 89796a41..7a31a03b 100644 --- a/doc/features.html +++ b/doc/features.html @@ -116,6 +116,13 @@ submit feature requests there (or via our forums). If we like them but they look quite long-lived (aka "not soon to be implemented"), they will possibly be migrated to this list here and at some time moved back to the bugzilla tracker.

+

Note that we also maintain a +list of features that are looking for sponsors. +If you are interested in any of these features, or any other feature, you may consider sponsoring +the implementation. This is also a great way to show your commitment to the open source +community. Plus, it can be financially attractive: just think about how much less it may +be to sponsor a feature instead of purchasing a commercial implementation. Also, the benefit +of being recognised as a sponsor may even drive new customers to your business!

  • port it to more *nix variants (eg AIX and HP UX) - this needs volunteers with access to those machines and knowledge
  • -- cgit From 246962be65941c7994aa18e4f9327f239c62eb9e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 16 Dec 2008 11:35:58 +0100 Subject: preparing for 4.1.3 release --- doc/features.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/features.html') diff --git a/doc/features.html b/doc/features.html index 7a31a03b..336b31cc 100644 --- a/doc/features.html +++ b/doc/features.html @@ -101,7 +101,7 @@ arithmetic expressions in message filters

    World's first

    Rsyslog has an interesting number of "world's firsts" - things that were implemented for the first time ever in rsyslog. Some of them are still features not available elsewhere.
      -
    • world's first implementation of IETF I-D syslog-protocol (February 2006, version 1.12.2 and above)
    • world's first implementation of dynamic syslog on-the-wire compression (December 2006, version 1.13.0 and above)
    • world's first open-source implementation of a disk-queueing syslogd (January 2008, version 3.11.0 and above)
    • +
    • world's first implementation of IETF I-D syslog-protocol (February 2006, version 1.12.2 and above), now RFC5424
    • world's first implementation of dynamic syslog on-the-wire compression (December 2006, version 1.13.0 and above)
    • world's first open-source implementation of a disk-queueing syslogd (January 2008, version 3.11.0 and above)
    • world's first implementation of IETF I-D syslog-transport-tls (May 2008, version 3.19.0 and above)
    -- cgit From a66b69533e38fdc40a7832b99c36e4d25bba80b2 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 1 Apr 2009 14:41:32 +0200 Subject: begining touches for putting rsyslog on spaceships --- doc/features.html | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/features.html') diff --git a/doc/features.html b/doc/features.html index 336b31cc..501f3304 100644 --- a/doc/features.html +++ b/doc/features.html @@ -124,6 +124,7 @@ community. Plus, it can be financially attractive: just think about how much les be to sponsor a feature instead of purchasing a commercial implementation. Also, the benefit of being recognised as a sponsor may even drive new customers to your business!
      +
    • Finalize the DTN "planetary Internet" space ship mode output plugin
    • port it to more *nix variants (eg AIX and HP UX) - this needs volunteers with access to those machines and knowledge
    • pcre filtering - maybe (depending on feedback)  - -- cgit From 85c09e0c44c00be1cd91955b39fc6d0a17c72a98 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 2 Apr 2009 12:57:37 +0200 Subject: add csv support to feature sheet --- doc/features.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/features.html') diff --git a/doc/features.html b/doc/features.html index 501f3304..17a995bf 100644 --- a/doc/features.html +++ b/doc/features.html @@ -95,6 +95,9 @@ via custom plugins
    • an easy-to-write to plugin interface
    • ability to send SNMP trap messages
    • ability to filter out messages based on sequence of arrival
    • +
    • support for comma-seperated-values (CSV) output generation +(via the "csv" property replace option). The +CSV format supported is that from RFC 4180.
    • support for arbitrary complex boolean, string and arithmetic expressions in message filters
    -- cgit