diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-16 11:09:13 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-16 11:09:13 +0200 |
commit | 5fd3d8e59334fac9bb21062d66d83fce511c8af9 (patch) | |
tree | 5420652db61921e8dab1fc8a08b48882d6186ebc | |
parent | 10bfdbe86af9b81a738a9bf15ac6545383362a60 (diff) | |
download | rsyslog-5fd3d8e59334fac9bb21062d66d83fce511c8af9.tar.gz rsyslog-5fd3d8e59334fac9bb21062d66d83fce511c8af9.tar.bz2 rsyslog-5fd3d8e59334fac9bb21062d66d83fce511c8af9.zip |
doc: linking between mmrfc5424addhmac resources
-rw-r--r-- | doc/mmrfc5424addhmac.html | 6 | ||||
-rw-r--r-- | doc/rsyslog_conf_modules.html | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/mmrfc5424addhmac.html b/doc/mmrfc5424addhmac.html index 2e386d6f..a54908c4 100644 --- a/doc/mmrfc5424addhmac.html +++ b/doc/mmrfc5424addhmac.html @@ -65,6 +65,12 @@ the verification succeeds, otherwise the message was modified. of a verification tool, please simply email <a href="sales@adiscon.com">sales@adiscon.com</a> for a quote. +<p><b>See Also</b> +<ul> +<li><a href="http://www.rsyslog.com/how-to-add-a-hmac-to-rfc5424-structured-data-messages/">How to +add a HMAC to RFC5424 messages</a> +</ul> + <p><b>Caveats/Known Bugs:</b> <ul> <li>none diff --git a/doc/rsyslog_conf_modules.html b/doc/rsyslog_conf_modules.html index 18d6b8a1..858e4954 100644 --- a/doc/rsyslog_conf_modules.html +++ b/doc/rsyslog_conf_modules.html @@ -118,6 +118,8 @@ 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. +<li><a href="mmrfc5424addhmac.html">mmrfc5424addhmac</a> - custom module for adding HMACs to +rfc5424-formatted messages if not already present </ul> <a name="lm"></a><h2>String Generator Modules</h2> |