From 62d2a69f8a8db03e275a4fcc5b9ad097a7e2a500 Mon Sep 17 00:00:00 2001 From: Andreas Dolp Date: Tue, 2 Aug 2022 11:35:22 +0200 Subject: [PATCH] doc: fix doc syntax error in rate_filter example. (cherry picked from commit 228abb7da094523a07952d18c6899b4cf95e7129) --- doc/userguide/configuration/global-thresholds.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/userguide/configuration/global-thresholds.rst b/doc/userguide/configuration/global-thresholds.rst index f78f6c552b..1f1ab2193c 100644 --- a/doc/userguide/configuration/global-thresholds.rst +++ b/doc/userguide/configuration/global-thresholds.rst @@ -32,7 +32,7 @@ Rate filters allow changing of a rule action when a rule matches. Syntax:: - rate_filter: rate_filter gen_id , sig_id , track , \ + rate_filter gen_id , sig_id , track , \ count , seconds , new_action , timeout Example::