diff --git a/EMEA_PROD/alerting/CD_HVD_PROD.tf b/EMEA_PROD/alerting/CD_HVD_PROD.tf index 5aeb86c0..08622589 100644 --- a/EMEA_PROD/alerting/CD_HVD_PROD.tf +++ b/EMEA_PROD/alerting/CD_HVD_PROD.tf @@ -2,6 +2,19 @@ data "dynatrace_management_zone" "CD_HVD_PROD"{ name="CD_HVD" } resource "dynatrace_alerting" "CD_HVD_PROD" { name = "CD_HVD PROD" management_zone = data.dynatrace_management_zone.CD_HVD_PROD.id + filters { + filter { + custom { + description { + enabled = true + # case_sensitive = false + negate = true + operator = "CONTAINS" + value = "Service method Insert into lock_table has a failure rate increase." + } + } + } + } rules { rule { delay_in_minutes = 0 diff --git a/NA_PROD/alerting/CD_HVD_PROD.tf b/NA_PROD/alerting/CD_HVD_PROD.tf index 5aeb86c0..08622589 100644 --- a/NA_PROD/alerting/CD_HVD_PROD.tf +++ b/NA_PROD/alerting/CD_HVD_PROD.tf @@ -2,6 +2,19 @@ data "dynatrace_management_zone" "CD_HVD_PROD"{ name="CD_HVD" } resource "dynatrace_alerting" "CD_HVD_PROD" { name = "CD_HVD PROD" management_zone = data.dynatrace_management_zone.CD_HVD_PROD.id + filters { + filter { + custom { + description { + enabled = true + # case_sensitive = false + negate = true + operator = "CONTAINS" + value = "Service method Insert into lock_table has a failure rate increase." + } + } + } + } rules { rule { delay_in_minutes = 0