From: Victor Julien Date: Sat, 5 Oct 2019 08:52:30 +0000 (+0200) Subject: doc/datasets: update example config to map X-Git-Tag: suricata-5.0.0~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4061bf5ceb28513759c97323d27236392a8ef38c;p=thirdparty%2Fsuricata.git doc/datasets: update example config to map --- diff --git a/doc/userguide/rules/datasets.rst b/doc/userguide/rules/datasets.rst index a32988ba67..99e5869a66 100644 --- a/doc/userguide/rules/datasets.rst +++ b/doc/userguide/rules/datasets.rst @@ -22,12 +22,12 @@ declared from the rule syntax. Example of sets for tracking unique values:: datasets: - - ua-seen: - type: string - state: ua-seen.lst - - dns-sha256-seen: - type: sha256 - state: dns-sha256-seen.lst + ua-seen: + type: string + state: ua-seen.lst + dns-sha256-seen: + type: sha256 + state: dns-sha256-seen.lst Rules to go with the above::