doc: Update documentation for by_rule and by_both thresholds.

pull/4785/head
Todd Mortimer 5 years ago committed by Victor Julien
parent 944209592f
commit 6b4d32c6bb

@ -20,7 +20,7 @@ Syntax:
:: ::
threshold gen_id <gid>, sig_id <sid>, type <threshold|limit|both>, \ 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 rate_filter
~~~~~~~~~~~ ~~~~~~~~~~~

@ -16,7 +16,7 @@ frequency. It has 3 modes: threshold, limit and both.
Syntax:: 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" type "threshold"
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~
@ -97,7 +97,7 @@ again.
Syntax:: 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:: Example::

Loading…
Cancel
Save