]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
threshold: improve comments of shipped threshold.config, add links to wiki.
authorVictor Julien <victor@inliniac.net>
Wed, 26 Sep 2012 09:42:53 +0000 (11:42 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 26 Sep 2012 13:22:14 +0000 (15:22 +0200)
threshold.config

index fadc486a2d80240246e168ed99f3b58e127835f5..4f0ac7cd106eca895fb4bbfbb06fd9027708db64 100644 (file)
@@ -4,10 +4,20 @@
 # Thresholding commands limit the number of times a particular event is logged
 # during a specified time interval.
 #
-# Please note that thresholding can also be set inside signature.
-#
 # The syntax is the following:
-# (threshold|suppress) gen_id gen_id, sig_id sig_id, type (limit|threshold|both), track (by_src|by_dst), count n seconds
+#
+# threshold gen_id <gen_id>, sig_id <sig_id>, type <limit|threshold|both>, track <by_src|by_dst>, count <n>, seconds <t>
+#
+# event_filter gen_id <gen_id>, sig_id <sig_id>, type <limit|threshold|both>, track <by_src|by_dst>, count <n>, seconds <t>
+#
+# suppress gen_id <gid>, sig_id <sid>
+# suppress gen_id <gid>, sig_id <sid>, track <by_src|by_dst>, ip <ip|subnet>
+#
+# The options are documented at https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Global-Thresholds
+#
+# Please note that thresholding can also be set inside a signature. The interaction between rule based thresholds
+# and global thresholds is documented here:
+# https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Global-Thresholds#Global-thresholds-vs-rule-thresholds
 
 # Limit to 10 alerts every 10 seconds for each source host
 #threshold gen_id 0, sig_id 0, type threshold, track by_src, count 10, seconds 10