File tree Expand file tree Collapse file tree
infrastructure/terraform/modules/eventpub Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ variable "enable_event_publishing_anomaly_detection" {
139139variable "event_publishing_anomaly_evaluation_periods" {
140140 type = number
141141 description = " Number of evaluation periods for the publishing anomaly alarm. Each period is defined by event_publishing_anomaly_period."
142- default = 2
142+ default = 3
143143}
144144
145145variable "event_publishing_anomaly_period" {
@@ -151,5 +151,5 @@ variable "event_publishing_anomaly_period" {
151151variable "event_publishing_anomaly_band_width" {
152152 type = number
153153 description = " The width of the anomaly detection band. Higher values (e.g. 4-6) reduce sensitivity and noise, lower values (e.g. 2-3) increase sensitivity. Recommended: 2-4."
154- default = 3
154+ default = 5
155155}
You can’t perform that action at this time.
0 commit comments