diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-23 13:02:53 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-23 13:02:53 +0200 |
commit | 9cbfb83271493f4231df52deae618f6628f4b876 (patch) | |
tree | 5719621093ae68704d6f7c342fe8f0c532f3e77c | |
parent | 7393b57d81ff8c34a1f0d7d4e53c7f8b75b8ecdc (diff) | |
download | rsyslog-9cbfb83271493f4231df52deae618f6628f4b876.tar.gz rsyslog-9cbfb83271493f4231df52deae618f6628f4b876.tar.bz2 rsyslog-9cbfb83271493f4231df52deae618f6628f4b876.zip |
doc: link mmfields doc to rest of doc set
...forgotten in last commit ;)
-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 c8c1c5d7..b6b0748b 100644 --- a/doc/rsyslog_conf_modules.html +++ b/doc/rsyslog_conf_modules.html @@ -112,6 +112,8 @@ 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="mmfields.html">mmfields</a> - used to extract fields from +specially formatted messages (e.g. CEF) <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 |