]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc/datasets: update example config to map
authorVictor Julien <victor@inliniac.net>
Sat, 5 Oct 2019 08:52:30 +0000 (10:52 +0200)
committerVictor Julien <victor@inliniac.net>
Sat, 5 Oct 2019 08:52:30 +0000 (10:52 +0200)
doc/userguide/rules/datasets.rst

index a32988ba679e1d23aaf2695d08f26813684285c3..99e5869a66dfa46c3e71620ab8edeac3dc00591b 100644 (file)
@@ -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::