From: Eric Leblond Date: Mon, 18 Jan 2021 21:55:31 +0000 (+0100) Subject: doc: add dataset-clear command X-Git-Tag: suricata-7.0.0-rc1~472 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20973e9e6b2e0216e85f56a423e408845ae30b7d;p=thirdparty%2Fsuricata.git doc: add dataset-clear command Ticket: #5184 --- diff --git a/doc/userguide/rules/datasets.rst b/doc/userguide/rules/datasets.rst index 1dc31b1335..232b59c698 100644 --- a/doc/userguide/rules/datasets.rst +++ b/doc/userguide/rules/datasets.rst @@ -169,6 +169,21 @@ type data Data to remove in serialized form (base64 for string, hex notation for md5/sha256) +dataset-clear +~~~~~~~~~~~~~ + +Unix Socket command to remove all data from a set. On success, the removal becomes +active instantly. + +Syntax:: + + dataset-clear + +set name + Name of an already defined dataset +type + Data type: string, md5, sha256 + dataset-dump ~~~~~~~~~~~~