summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-11-09 09:01:04 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-11-09 09:01:04 +0000
commit5702b0c2f79fd201aa1e6e4c1e5ff252eb1284d4 (patch)
treee6412e99074496d1fae2ca03b2de5e58215539e3
parent0c02fd440101bf7225cea03dc802715174be7e44 (diff)
downloadrsyslog-5702b0c2f79fd201aa1e6e4c1e5ff252eb1284d4.tar.gz
rsyslog-5702b0c2f79fd201aa1e6e4c1e5ff252eb1284d4.tar.xz
rsyslog-5702b0c2f79fd201aa1e6e4c1e5ff252eb1284d4.zip
reflected new status of syslog-protocol feature
-rw-r--r--doc/features.html86
-rw-r--r--doc/status.html80
2 files changed, 82 insertions, 84 deletions
diff --git a/doc/features.html b/doc/features.html
index 52ab5986..d5346025 100644
--- a/doc/features.html
+++ b/doc/features.html
@@ -1,44 +1,42 @@
-<html>
-<head>
-<title>rsyslog features</title>
-</head>
-<body>
-<h1>RSyslog - Features</h1>
-<p><b>This page lists both current features as well as those being considered
-for future versions of rsyslog.</b> If you think a feature is missing, drop
-<a href="mailto:rgerhards@adiscon.com">Rainer</a> a note. Rsyslog is a vital
-project. Features are added each few days. If you would like to keep up of what
-is going on, you can also subscribe to the <a href="http://lists.adiscon.net/mailman/listinfo/rsyslog">rsyslog mailing list</a>.
-</p>
-<h2>Current Features</h2>
-<ul>
-
- <li>native support for <a href="rsyslog_mysql.html">writing to MySQL databases</a><li>support for (plain) tcp
- based syslog - much better reliability<li>support for receiving messages via reliable <a href="http://www.monitorware.com/Common/en/glossary/rfc3195.php"> RFC 3195</a> delivery<li>control of log output format,
- including ability to present channel and priority as visible log data<li>good timestamp format control; at a minimum, ISO 8601/RFC 3339
- second-resolution UTC zone<li>ability to reformat message contents and work with substrings<li>support for
- log files larger than 2gb<li>support for file size limitation and automatic
- rollover command execution<li>support for running multiple rsyslogd
- instances on a single machine<li>support for <a href="rsyslog_stunnel.html">
- ssl-protected syslog</a> (via stunnel)<li>ability to filter on any part of
- the message, not just facility and severity<li>support for discarding
- messages based on filters<li>ability to execute shell scripts on received
- messages<li>control of whether the local hostname or the hostname of the
- origin of the data is shown as the hostname in the output<li>ability to
- preserve the original hostname in NAT environments and relay chains
- <li>ability to limit the allowed network senders<li>powerful BSD-style hostname and program name blocks for easy multi-host support<li> multi-threaded - currently experimental, does NOT work under BSD</ul>
-<p>&nbsp;</p>
-<h2>Upcoming Features</h2>
-<ul>
- <li>support for
- <a href="http://www.syslog.cc/ietf/drafts/draft-ietf-syslog-protocol-14.txt">
- syslog-protocol-14</a> compliant messages
- (pending, as IETF will change proposed format)<li>support for native SSL enryption of plain tcp syslog sessions
- <li>support for <a href="http://www.monitorware.com/Common/en/glossary/rfc3195.php">RFC 3195</a> as a sender - planned<li>pcre filtering - maybe (depending on feedback)&nbsp; - simple regex already
- partly added
- <li>solid multi-threading</ul>
-<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>
-</body>
-</html>
+<html>
+<head>
+<title>rsyslog features</title>
+</head>
+<body>
+<h1>RSyslog - Features</h1>
+<p><b>This page lists both current features as well as those being considered
+for future versions of rsyslog.</b> If you think a feature is missing, drop
+<a href="mailto:rgerhards@adiscon.com">Rainer</a> a note. Rsyslog is a vital
+project. Features are added each few days. If you would like to keep up of what
+is going on, you can also subscribe to the <a href="http://lists.adiscon.net/mailman/listinfo/rsyslog">rsyslog mailing list</a>.
+</p>
+<h2>Current Features</h2>
+<ul>
+
+ <li>native support for <a href="rsyslog_mysql.html">writing to MySQL databases</a><li>support for (plain) tcp
+ based syslog - much better reliability<li>support for receiving messages via reliable <a href="http://www.monitorware.com/Common/en/glossary/rfc3195.php"> RFC 3195</a> delivery<li>control of log output format,
+ including ability to present channel and priority as visible log data<li>good timestamp format control; at a minimum, ISO 8601/RFC 3339
+ second-resolution UTC zone<li>ability to reformat message contents and work with substrings<li>support for
+ log files larger than 2gb<li>support for file size limitation and automatic
+ rollover command execution<li>support for running multiple rsyslogd
+ instances on a single machine<li>support for <a href="rsyslog_stunnel.html">
+ ssl-protected syslog</a> (via stunnel)<li>ability to filter on any part of
+ the message, not just facility and severity<li>support for discarding
+ messages based on filters<li>ability to execute shell scripts on received
+ messages<li>control of whether the local hostname or the hostname of the
+ origin of the data is shown as the hostname in the output<li>ability to
+ preserve the original hostname in NAT environments and relay chains
+ <li>ability to limit the allowed network senders<li>powerful BSD-style hostname and program name blocks for easy multi-host support<li> multi-threaded - currently experimental, does NOT work under BSD</ul>
+<p>&nbsp;</p>
+<h2>Upcoming Features</h2>
+<ul>
+ <li>support for native SSL enryption of plain tcp syslog sessions
+ <li>pcre filtering - maybe (depending on feedback)&nbsp; - simple regex already
+ partly added
+ <li>solid multi-threading<li>support for <a href="http://www.monitorware.com/Common/en/glossary/rfc3195.php">RFC 3195</a> as a sender - planned<li>support for
+ <a href="http://www.syslog.cc/ietf/drafts/draft-ietf-syslog-protocol-15.txt">syslog-protocol-15</a> compliant messages (will not happen any time soon (if at all), for reason see <a href="http://www.mail-archive.com/syslog@lists.ietf.org/msg00094.html"> here</a>)</ul>
+<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>
+</body>
+</html>
diff --git a/doc/status.html b/doc/status.html
index c764f008..551ad9a0 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -1,40 +1,40 @@
-<html>
-<head>
-<title>rsyslog status page</title>
-</head>
-<body>
-<h2>rsyslog status page</h2>
-<p>This page reflects the status as of 2005-10-26.</p>
-<h2>Current Releases</h2>
-<p><b>development:</b> 1.12.0 - <a href="http://www.rsyslog.com/Article46.phtml">change log</a> -
-<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-23.phtml">download</a></p>
-<p><b>stable:</b> 1.0.2 - <a href="http://www.rsyslog.com/Article40.phtml">change log</a> -
-<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-20.phtml">download</a></p>
-<p>&nbsp;(<a href="version_naming.html">How are versions named?</a>)</p>
-<p><font color="#FF0000"><b>Do NOT use versions prior to 1.10.1 or 1.0.1,
-because they contain a SQL injection vulnerability</b></font> (<a href="http://www.rsyslog.com/Article35.phtml">read
-security advisory</a>).</p>
-<h2>Platforms</h2>
-<ul>
- <li>Linux [tested on Red Hat &amp; Debian]</li>
- <li>BSD [tested on
-FreeBSD and a quick Test on NetBSD, 0.8.4 only]</li>
-</ul>
-<h2>Additional information</h2>
-<p><b>Currently supported features are now listed on the <a href="features.html">rsyslog features page</a>.</b></p>
-<ul>
- <li>The rsyslog home page is <a href="http://www.rsyslog.com">www.rsyslog.com</a>.</li>
- <li>Mailing list info can be found at
- <a href="http://lists.adiscon.net/mailman/listinfo/rsyslog">http://lists.adiscon.com/rsyslog</a>.</li>
- <li>The change log can be found at
- <a href="http://www.rsyslog.com/Topic4.phtml">
- http://www.rsyslog.com/Topic4.phtml</a>. </li>
- <li>You may also find Rainer's <a href="http://rgerhards.blogspot.com/">
- syslog blog</a> an interesting read.</li>
-</ul>
-<p>The project was initiated in 2004 by
-<a href="http://www.adiscon.com/en/people/rainer-gerhards.php">Rainer Gerhards</a>
-and is currently being maintained by him. See the <a href="history.html">history
-page</a> for more background information.</p>
-</body>
-</html>
+<html>
+<head>
+<title>rsyslog status page</title>
+</head>
+<body>
+<h2>rsyslog status page</h2>
+<p>This page reflects the status as of 2005-10-26.</p>
+<h2>Current Releases</h2>
+<p><b>development:</b> 1.12.0 - <a href="http://www.rsyslog.com/Article47.phtml">change log</a> -
+<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-23.phtml">download</a></p>
+<p><b>stable:</b> 1.0.2 - <a href="http://www.rsyslog.com/Article40.phtml">change log</a> -
+<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-20.phtml">download</a></p>
+<p>&nbsp;(<a href="version_naming.html">How are versions named?</a>)</p>
+<p><font color="#FF0000"><b>Do NOT use versions prior to 1.10.1 or 1.0.1,
+because they contain a SQL injection vulnerability</b></font> (<a href="http://www.rsyslog.com/Article35.phtml">read
+security advisory</a>).</p>
+<h2>Platforms</h2>
+<ul>
+ <li>Linux [tested on Red Hat &amp; Debian]</li>
+ <li>BSD [tested on
+FreeBSD and a quick Test on NetBSD, 0.8.4 only]</li>
+</ul>
+<h2>Additional information</h2>
+<p><b>Currently supported features are now listed on the <a href="features.html">rsyslog features page</a>.</b></p>
+<ul>
+ <li>The rsyslog home page is <a href="http://www.rsyslog.com">www.rsyslog.com</a>.</li>
+ <li>Mailing list info can be found at
+ <a href="http://lists.adiscon.net/mailman/listinfo/rsyslog">http://lists.adiscon.com/rsyslog</a>.</li>
+ <li>The change log can be found at
+ <a href="http://www.rsyslog.com/Topic4.phtml">
+ http://www.rsyslog.com/Topic4.phtml</a>. </li>
+ <li>You may also find Rainer's <a href="http://rgerhards.blogspot.com/">
+ syslog blog</a> an interesting read.</li>
+</ul>
+<p>The project was initiated in 2004 by
+<a href="http://www.adiscon.com/en/people/rainer-gerhards.php">Rainer Gerhards</a>
+and is currently being maintained by him. See the <a href="history.html">history
+page</a> for more background information.</p>
+</body>
+</html>