diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-09 18:18:47 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-09 18:18:47 +0200 |
commit | 91b736b1f04061ba516d159ae01a943a01706d9c (patch) | |
tree | 06bdf2c953f888b5cb0b36e0cf78a797177eceb7 /doc/rsyslog_conf_modules.html | |
parent | 2eb19f15a4e59f5bf34200f15a12be9d4ff8608f (diff) | |
download | rsyslog-91b736b1f04061ba516d159ae01a943a01706d9c.tar.gz rsyslog-91b736b1f04061ba516d159ae01a943a01706d9c.tar.bz2 rsyslog-91b736b1f04061ba516d159ae01a943a01706d9c.zip |
add minimal doc for contributed mmcount module
Diffstat (limited to 'doc/rsyslog_conf_modules.html')
-rw-r--r-- | doc/rsyslog_conf_modules.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/rsyslog_conf_modules.html b/doc/rsyslog_conf_modules.html index 18d6b8a1..c8c1c5d7 100644 --- a/doc/rsyslog_conf_modules.html +++ b/doc/rsyslog_conf_modules.html @@ -111,6 +111,7 @@ probably an excellent starting base for writing a new module. Currently, the fol modules exist inside the source tree: <ul> <li><a href="mmanon.html">mmanon</a> - used to anonymize log messages. +<li><a href="mmcount.html">mmcount</a> - message modification plugin which counts messages <li><a href="mmnormalize.html">mmnormalize</a> - used to normalize log messages. Note that this actually is a <b>generic</b> module. <li><a href="mmjsonparse.html">mmjsonparse</a> - used to interpret CEE/lumberjack |