]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: Update documentation for by_rule and by_both thresholds.
authorTodd Mortimer <todd@opennet.ca>
Mon, 30 Mar 2020 23:49:32 +0000 (23:49 +0000)
committerVictor Julien <victor@inliniac.net>
Tue, 7 Apr 2020 05:40:51 +0000 (07:40 +0200)
doc/userguide/configuration/global-thresholds.rst
doc/userguide/rules/thresholding.rst

index 017db8d5e839977738ed8ddcdbbcbd10631f7a19..ff070d13a4d10fcc93182b2ae03299b6c317eab2 100644 (file)
@@ -20,7 +20,7 @@ Syntax:
 ::
 
   threshold gen_id <gid>, sig_id <sid>, type <threshold|limit|both>, \
-    track <by_src|by_dst>, count <N>, seconds <T>
+    track <by_src|by_dst|by_rule|by_both>, count <N>, seconds <T>
 
 rate_filter
 ~~~~~~~~~~~
index 3d838593855b1e21e7d8023372886f22924e6b81..401f5736967cb4a03ea8f5bd201ac9e0bea6553e 100644 (file)
@@ -16,7 +16,7 @@ frequency. It has 3 modes: threshold, limit and both.
 
 Syntax::
 
-  threshold: type <threshold|limit|both>, track <by_src|by_dst>, count <N>, seconds <T>
+  threshold: type <threshold|limit|both>, track <by_src|by_dst|by_rule|by_both>, count <N>, seconds <T>
 
 type "threshold"
 ~~~~~~~~~~~~~~~~
@@ -97,7 +97,7 @@ again.
 
 Syntax::
 
-  detection_filter: track <by_src|by_dst>, count <N>, seconds <T>
+  detection_filter: track <by_src|by_dst|by_rule|by_both>, count <N>, seconds <T>
 
 Example::