diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-01 18:22:32 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-01 18:22:32 +0100 |
commit | 581a11a103ff9ad08ab2f08eae7d9a5911d09116 (patch) | |
tree | 25627a9794c30e147ce2a51de44804671ef89a39 /doc/rsyslog_conf_modules.html | |
parent | dca7537f9445cd3399c77902ed559e7eb76e4419 (diff) | |
download | rsyslog-581a11a103ff9ad08ab2f08eae7d9a5911d09116.tar.gz rsyslog-581a11a103ff9ad08ab2f08eae7d9a5911d09116.tar.bz2 rsyslog-581a11a103ff9ad08ab2f08eae7d9a5911d09116.zip |
doc: add module doc for mmjsonparse
Diffstat (limited to 'doc/rsyslog_conf_modules.html')
-rw-r--r-- | doc/rsyslog_conf_modules.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/rsyslog_conf_modules.html b/doc/rsyslog_conf_modules.html index cbd60faf..73d6c689 100644 --- a/doc/rsyslog_conf_modules.html +++ b/doc/rsyslog_conf_modules.html @@ -111,6 +111,8 @@ modules exist inside the source tree: <ul> <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 +enabled structured log messages. <li><a href="mmsnmptrapd.html">mmsnmptrapd</a> - uses information provided by snmptrapd inside the tag to correct the original sender system and priority of messages. Implemented via the output module interface. |