Skip to content

Commit 907f4fa

Browse files
jufajardinivictorjulien
authored andcommitted
doc/thresholding: minor fix for backoff subsection
1 parent c93e698 commit 907f4fa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/userguide/rules/thresholding.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ Syntax::
123123

124124
threshold: type backoff, track by_flow, count <C>, multiplier <M>;
125125

126-
``track``: backoff is only supported for ``by_flow``
127-
``count``: number of alerts before the first match generates an alert.
128-
``multiplier``: value to multiply ``count`` with each time the next value is reached
126+
* ``track``: backoff is only supported for ``by_flow``
127+
* ``count``: number of alerts before the first match generates an alert.
128+
* ``multiplier``: value to multiply ``count`` with each time the next value is reached
129129

130130
A count of 1 with a multiplier of 10 would generate alerts for matching packets::
131131

0 commit comments

Comments
 (0)