summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-21 13:31:57 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-21 13:31:57 +0200
commit448f2eeea247fe4bf7bbbc982fb6df0f7a1b72f9 (patch)
treed89ceb1605c38eaddb511bbf82268448d9be8942 /doc
parent9ce9fbb28f7a7a1a0380cc272a90be077cd9c1bc (diff)
downloadrsyslog-448f2eeea247fe4bf7bbbc982fb6df0f7a1b72f9.tar.gz
rsyslog-448f2eeea247fe4bf7bbbc982fb6df0f7a1b72f9.tar.xz
rsyslog-448f2eeea247fe4bf7bbbc982fb6df0f7a1b72f9.zip
doc: clarified that pmlastmsg does not drop those messages
Diffstat (limited to 'doc')
-rw-r--r--doc/pmlastmsg.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/pmlastmsg.html b/doc/pmlastmsg.html
index 2abeac6a..247178c3 100644
--- a/doc/pmlastmsg.html
+++ b/doc/pmlastmsg.html
@@ -27,6 +27,11 @@ parser chain</a>. It processes all those messages that contain a PRI, then none
some spaces and then the exact text (case-insensitive) "last message repeated n times"
where n must be an integer. All other messages are left untouched.
+<p><b>Please note:</b> this parser module makes it possible that these messages
+are properly detected. It does <b>not</b> drop them. If you intend to drop those
+messages, you need to use the usual filter logic in combination with the discard
+action.
+
<p><b>Configuration Directives</b>:</p>
<p>There do not currently exist any configuration directives for this module.
<p><b>Examples:</b></p>