MXS 173 Deprecate DBFW rule limit_queries

Replaced by throttle filter
This commit is contained in:
Niclas Antti
2018-05-24 14:17:00 +03:00
parent 8145e1fd46
commit 55e1a39cc3
2 changed files with 18 additions and 3 deletions

View File

@ -261,6 +261,8 @@ rule examplerule match regex '.*select.*from.*accounts.*'
#### `limit_queries`
This rule has been DEPRECATED. Please use the Throttle Filter instead.
The limit_queries rule expects three parameters. The first parameter is the
number of allowed queries during the time period. The second is the time period
in seconds and the third is the amount of time in seconds for which the rule is