summaryrefslogtreecommitdiffstats
path: root/doc/rsyslog_conf_modules.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-03-03 19:03:33 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-03-03 19:03:33 +0100
commit960ab307503fd1726a61770fa45971e96fac32c9 (patch)
treef26b703b75fd8f12ba449e0fa710742d5b83f314 /doc/rsyslog_conf_modules.html
parentedc57d9f8fe97d7068d05cb6d96b0765321fef91 (diff)
downloadrsyslog-960ab307503fd1726a61770fa45971e96fac32c9.tar.gz
rsyslog-960ab307503fd1726a61770fa45971e96fac32c9.tar.bz2
rsyslog-960ab307503fd1726a61770fa45971e96fac32c9.zip
mmanon: add capability to configure replacement character
Diffstat (limited to 'doc/rsyslog_conf_modules.html')
-rw-r--r--doc/rsyslog_conf_modules.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/rsyslog_conf_modules.html b/doc/rsyslog_conf_modules.html
index 4a688352..554b20f4 100644
--- a/doc/rsyslog_conf_modules.html
+++ b/doc/rsyslog_conf_modules.html
@@ -101,16 +101,14 @@ They can be implemented using either the output module or the parser module inte
From the rsyslog core's point of view, they actually are output or parser modules, it is their
implementation that makes them special.
<p>Currently, there exists only a limited set of such modules, but new ones could be written with
-the methods the engine provides. They could be used, for example, to:
-<ul>
-<li>anonymize message content
-<li>add dynamically computed content to message (fields)
-</ul>
+the methods the engine provides. They could be used, for example, to
+add dynamically computed content to message (fields).
<p>Message modification modules are usually written for one specific task and thus
usually are not generic enough to be reused. However, existing module's code is
probably an excellent starting base for writing a new module. Currently, the following
modules exist inside the source tree:
<ul>
+<li><a href="mmanon.html">mmanon</a> - used to anonymize log 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