]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: add ruleset commands available in unix socket
authorEric Leblond <eric@regit.org>
Thu, 29 Sep 2016 21:23:21 +0000 (23:23 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 11 Dec 2017 08:21:32 +0000 (09:21 +0100)
doc/userguide/unix-socket.rst

index be7546c7dd4a72b10861cee7c51bec75e63b8f0e..5704e7323db63edc1913306fe239a9d0dd4e6973 100644 (file)
@@ -63,6 +63,11 @@ The set of existing commands is the following:
 * capture-mode: display capture system used
 * conf-get: get configuration item (see example below)
 * dump-counters: dump Suricata's performance counters
+* ruleset-reload-rules: reload ruleset and wait for completion
+* ruleset-reload-nonblocking: reload rulesat and proceed without waiting
+* ruleset-reload-time: return time of last reload
+* ruleset-stats: display the number of rules loaded and failed
+* ruleset-failed-rules: display the list of failed rules
 
 You can access to these commands with the provided example script which
 is named ``suricatasc``. A typical session with ``suricatasc`` will looks like: