diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-24 08:38:07 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-24 08:38:07 +0200 |
commit | f349429c9db9ea5b32e1b5c35be8023352c9b067 (patch) | |
tree | 60d54b39395dffa71f2f88924dc70f721829e7d1 | |
parent | ef056358c7ac70412e0429ab46cd74f261f7c38f (diff) | |
download | rsyslog-f349429c9db9ea5b32e1b5c35be8023352c9b067.tar.gz rsyslog-f349429c9db9ea5b32e1b5c35be8023352c9b067.tar.bz2 rsyslog-f349429c9db9ea5b32e1b5c35be8023352c9b067.zip |
doc: link new omelasticsearch doc to the module doc
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | doc/rsyslog_conf_modules.html | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,7 @@ --------------------------------------------------------------------------- Version 7.3.12 [devel] 2013-04-?? +- added doc for omelasticsearch + Thanks to Radu Gheorghe for the doc contribution. - bugfix: block size limit was not properly honored - bugfix: potential segfault in guardtime signature provider it could segfault if an error was reported by the GuardTime API, because diff --git a/doc/rsyslog_conf_modules.html b/doc/rsyslog_conf_modules.html index 554b20f4..2668bf2d 100644 --- a/doc/rsyslog_conf_modules.html +++ b/doc/rsyslog_conf_modules.html @@ -74,6 +74,7 @@ permits rsyslog to alert folks by mail if something important happens</li> <li><a href="omuxsock.html">omuxsock</a> - output module Unix domain sockets</li> <li><a href="omhdfs.html">omhdfs</a> - output module for Hadoop's HDFS file system</li> <li><a href="ommongodb.html">ommongodb</a> - output module for MongoDB</li> +<li><a href="omelasticsearch.html">omelasticsearch</a> - output module for ElasticSearch</li> </ul> <a name="pm"></a><h2>Parser Modules</h2> |