summaryrefslogtreecommitdiffstats
path: root/doc/rsyslog_conf_modules.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-07-13 16:15:02 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-07-13 16:15:02 +0200
commit73ebadd5980f91079416a14ba6463d576ecb6207 (patch)
tree09d1b1a5aff124d037468295fdacb2214c007547 /doc/rsyslog_conf_modules.html
parent824a4b98d5fd96183aa2c0961df604fd5ef48915 (diff)
downloadrsyslog-73ebadd5980f91079416a14ba6463d576ecb6207.tar.gz
rsyslog-73ebadd5980f91079416a14ba6463d576ecb6207.tar.xz
rsyslog-73ebadd5980f91079416a14ba6463d576ecb6207.zip
added new parser modules
most importantly pmlastmsg, which handles the pathetic "last message repeated n times" messages that some syslogd's emit. Also some minor fixes, like wrong files names in make dist (for new files introduced after last release)
Diffstat (limited to 'doc/rsyslog_conf_modules.html')
-rw-r--r--doc/rsyslog_conf_modules.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/rsyslog_conf_modules.html b/doc/rsyslog_conf_modules.html
index 57146e88..ef83d2ec 100644
--- a/doc/rsyslog_conf_modules.html
+++ b/doc/rsyslog_conf_modules.html
@@ -72,8 +72,16 @@ messages. For details, please see the <a href="messageparser.html">rsyslog
message parser documentation</a>.
<p>The current modules are currently provided as part of rsyslog:
<ul>
-<li>pmrfc5424 - parses RFC5424-formatted messages (the new syslog standard)
-<li>pmrfc3164 - the traditional/legacy syslog parser
+<li>pmrfc5424[builtin] - rsyslog.rfc5424 -
+parses RFC5424-formatted messages (the new syslog standard)
+<li>pmrfc3164[builtin] - rsyslog.rfc3164 -
+the traditional/legacy syslog parser
+<li>pmrfc3164sd - rsyslog.rfc3164sd -
+a contributed module supporting RFC5424 structured data inside
+RFC3164 messages (not supported by the rsyslog team)
+<li><a href="pmlastmsg.html">pmlastmsg</a> - rsyslog.lastmsg -
+a parser module that handles the typically malformed "last messages
+repated n times" messages emitted by some syslogds.
</ul>
<a name="mm"></a><h2>Message Modification Modules</h2>