]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
updated links to suricata.readthedocs.io
authorjason taylor <jtfas90@gmail.com>
Thu, 2 Nov 2017 12:33:54 +0000 (08:33 -0400)
committerVictor Julien <victor@inliniac.net>
Wed, 8 Nov 2017 14:28:02 +0000 (15:28 +0100)
Signed-off-by: jason taylor <jtfas90@gmail.com>
threshold.config

index 4f0ac7cd106eca895fb4bbfbb06fd9027708db64..9f498bffe1d89a45b70c2001c69c94d53b49cd4b 100644 (file)
 # 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
+# The options are documented at https://suricata.readthedocs.io/en/latest/configuration/global-thresholds.html
 #
 # 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
+# https://suricata.readthedocs.io/en/latest/configuration/global-thresholds.html#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