]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: async mode for redis eve output
authorfooinha <fooinha@gmail.com>
Thu, 23 Feb 2017 22:42:51 +0000 (22:42 +0000)
committerVictor Julien <victor@inliniac.net>
Thu, 20 Apr 2017 07:33:53 +0000 (09:33 +0200)
async: true ## if redis replies are read asynchronously

doc/userguide/configuration/suricata-yaml.rst
doc/userguide/install.rst
doc/userguide/output/eve/eve-json-output.rst

index 363114ef2e1c7d17fd2e32802cfae480dad66b0d..7505b9e9dc09b7aff9ff9ad4f9bf6c94640ad094 100644 (file)
@@ -267,6 +267,7 @@ integration with 3rd party tools like logstash.
       #redis:
       #  server: 127.0.0.1
       #  port: 6379
+      #  async: true ## if redis replies are read asynchronously
       #  mode: list ## possible values: list (default), channel
       #  key: suricata ## key or channel to use (default to suricata)
       # Redis pipelining set up. This will enable to only do a query every
index 20bd332e7fe3a20235b4c4afe7f06a1abef8a8a5..c4ac0cd75d1f29e3551441e3feb1b72321d75a20 100644 (file)
@@ -69,7 +69,7 @@ The following tools are required:
 
 For full features, also add:
 
-  libjansson, libnss, libgeoip, liblua5.1, libhiredis
+  libjansson, libnss, libgeoip, liblua5.1, libhiredis, libevent
 
 Ubuntu/Debian
 """""""""""""
@@ -85,7 +85,7 @@ Recommended::
     apt-get install libpcre3 libpcre3-dbg libpcre3-dev build-essential libpcap-dev   \
                     libnet1-dev libyaml-0-2 libyaml-dev pkg-config zlib1g zlib1g-dev \
                     libcap-ng-dev libcap-ng0 make libmagic-dev libjansson-dev        \
-                    libnss3-dev libgeoip-dev liblua5.1-dev libhiredis-dev
+                    libnss3-dev libgeoip-dev liblua5.1-dev libhiredis-dev libevent-dev
 
 Extra for iptables/nftables IPS integration::
 
index 60279470201d6bd9996f7888f448c1a6cfd9f084..84580e0c700b9765a323a2278dde7353456e046b 100644 (file)
@@ -24,6 +24,7 @@ The most common way to use this is through 'EVE', which is a firehose approach w
       #redis:
       #  server: 127.0.0.1
       #  port: 6379
+      #  async: true ## if redis replies are read asynchronously
       #  mode: list ## possible values: list (default), channel
       #  key: suricata ## key or channel to use (default to suricata)
       # Redis pipelining set up. This will enable to only do a query every
@@ -138,6 +139,7 @@ Output types::
       #redis:
       #  server: 127.0.0.1
       #  port: 6379
+      #  async: true ## if redis replies are read asynchronously
       #  mode: list ## possible values: list (default), channel
       #  key: suricata ## key or channel to use (default to suricata)
       # Redis pipelining set up. This will enable to only do a query every