MON-48: set the artificial_requests_count default value to 5

This commit is contained in:
Boris Rousseau 2018-03-02 14:50:25 +01:00
parent f85b57620a
commit 5797379a1b

View File

@ -60,6 +60,6 @@ variable "http_4xx_requests_threshold_warning" {
}
variable "artificial_requests_count" {
default = 0
default = 5
description = "Number of false requests used to mitigate false positive in case of low trafic"
}