From 94e9d1379152504a7359b6fcbf5cc9822fad404f Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Thu, 29 Sep 2016 23:23:21 +0200 Subject: [PATCH] doc: add ruleset commands available in unix socket --- doc/userguide/unix-socket.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/userguide/unix-socket.rst b/doc/userguide/unix-socket.rst index be7546c7dd..5704e7323d 100644 --- a/doc/userguide/unix-socket.rst +++ b/doc/userguide/unix-socket.rst @@ -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: