From: Shivani Bhardwaj Date: Wed, 20 Feb 2019 10:17:01 +0000 (+0530) Subject: doc/unix-socket: Add missing commands and detail X-Git-Tag: suricata-5.0.0-beta1~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2483331a5d1bae838ee47b4b9ad441abf432de77;p=thirdparty%2Fsuricata.git doc/unix-socket: Add missing commands and detail Add missing commands and their corresponding details in unix-socket userguide. Closes redmine ticket #2800 --- diff --git a/doc/userguide/unix-socket.rst b/doc/userguide/unix-socket.rst index cdd77d22df..38a706beb7 100644 --- a/doc/userguide/unix-socket.rst +++ b/doc/userguide/unix-socket.rst @@ -78,6 +78,15 @@ The set of existing commands is the following: * memcap-set: update memcap value of an item specified * memcap-show: show memcap value of an item specified * memcap-list: list all memcap values available +* reload-rules: alias of ruleset-reload-rules +* register-tenant-handler: register a tenant handler with the specified mapping +* unregister-tenant-handler: unregister a tenant handler with the specified mapping +* register-tenant: register tenant with a particular ID and filename +* unregister-tenant: unregister tenant with a particular ID +* reload-tenant: reload a tenant with specified ID and filename +* add-hostbit: add hostbit on a host IP with a particular bit name and time of expiry +* remove-hostbit: remove hostbit on a host IP with specified bit name +* list-hostbit: list hostbit for a particular host IP You can access to these commands with the provided example script which is named ``suricatasc``. A typical session with ``suricatasc`` will looks like: