doc: new global threshold examples from Peter Manev.

pull/2302/head
Jason Ish 10 years ago committed by Victor Julien
parent 11eb8640dd
commit 8d47c13d2a

@ -37,7 +37,7 @@ Syntax:
suppress gen_id <gid>, sig_id <sid>
suppress gen_id <gid>, sig_id <sid>, track <by_src|by_dst>, ip <ip|subnet>
Example:
Examples:
::
@ -46,6 +46,12 @@ Example:
This will make sure the signature 2002087 will never match for src
host 209.132.180.67.
Other possibilities/examples::
suppress gen_id 1, sig_id 2003614, track by_src, ip 217.110.97.128/25
suppress gen_id 1, sig_id 2003614, track by_src, ip [192.168.0.0/16,10.0.0.0/8,172.16.0.0/12]
suppress gen_id 1, sig_id 2003614, track by_src, ip $HOME_NET
.. _global-thresholds-vs-rule-thresholds:
Global thresholds vs rule thresholds

Loading…
Cancel
Save