diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-12 14:49:40 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-12 14:49:40 +0000 |
commit | 8eceb79ccdd1177a89c30a386916b64ef4df433b (patch) | |
tree | 230f17e5a7d2b788bb29747d89d9997e6bad50c5 /doc/features.html | |
parent | c73ab075e6185eb424df9c9e588de664c55a8d96 (diff) | |
download | rsyslog-8eceb79ccdd1177a89c30a386916b64ef4df433b.tar.gz rsyslog-8eceb79ccdd1177a89c30a386916b64ef4df433b.tar.bz2 rsyslog-8eceb79ccdd1177a89c30a386916b64ef4df433b.zip |
updated some trackers; changed tracking system
Diffstat (limited to 'doc/features.html')
-rw-r--r-- | doc/features.html | 34 |
1 files changed, 5 insertions, 29 deletions
diff --git a/doc/features.html b/doc/features.html index 2899cd76..c71194dc 100644 --- a/doc/features.html +++ b/doc/features.html @@ -53,36 +53,12 @@ is going on, you can also subscribe to the <a href="http://lists.adiscon.net/mai <p>The list below is something like a repository of ideas we'd like to implement. Features on this list are typically NOT scheduled for immediate inclusion. We maintain a -<a href="http://sourceforge.net/tracker/?group_id=123448&atid=696555">feature -request tracker at sourceforge.net</a>. This tracker has things typically within +<a href="http://bugzilla.adiscon.com/rsyslog-feature.html">feature +request tracker at our bugzilla</a>. This tracker has things typically within reach of implementation. Users are encouraged to 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 sourceforge tracker.</p> -<ul> - <li>create a plug-in-interface - we are very close to this. A neat interface is - already used internally for output modules and the MySQL module already - works as a plug-in. However, no interface definition is yet formally - published.<li>implement native email-functionality in - selector (probably best done as a plug-in)<li>port it to more *nix variants - (eg AIX and HP UX) - this needs volunteers with access to those machines and - knowledge<li>provide an on-disk queue for syslog messages; should be - combined with reliable delivery to the next hop<li>support for native SSL enryption of plain tcp syslog sessions. This will - most probably happen based on syslog-transport-tls.<li>even more enhanced multi-threading, - with a message queue for each action (when implementing this, search - for CHECKMULTIQUEUE comments in the source - they already contain hints of - what to look at). Some detail information on this can already be found in - <a href="http://rgerhards.blogspot.com/2007/08/syslog-worker-pools-future-hardware-and.html"> - Rainer's blog</a>.<li>pcre filtering - maybe (depending on feedback) - simple regex already - partly added. So far, this seems sufficient so that there is no urgent need - to do pcre<li>support for
<a href="http://www.monitorware.com/Common/en/glossary/rfc3195.php">RFC 3195</a>
as a sender - this is currently unlikely to happen, because there is no real - demand for it. Any work on RFC 3195 has been suspend until we see some real - interest in it. It is probably much better to use TCP-based syslog, - which is interoperable with a large number of applications. You may also - read my blog post on the future of liblogging, which contains interesting - information about the - <a href="http://rgerhards.blogspot.com/2007/09/where-is-liblogging-heading-to.html"> - future of RFC 3195 in rsyslog</a>.</ul> +(or via our forums). <b>Please note that rsyslog v2 is feature-complete. New +features will be implemented in the v3 branch only. </b>Version 3 already has a +number of very exciting additional features.</p> <p>To see when each feature was added, see the <a href="http://www.rsyslog.com/Topic4.phtml">rsyslog change log</a> (online only).</p> |