From b7e3a5b4cdeaa47d8e1b1abd24234fa20948d074 Mon Sep 17 00:00:00 2001 From: Andrew Dryga Date: Tue, 19 Dec 2023 15:33:13 -0600 Subject: [PATCH] Remove token timeouts filter for incidents --- terraform/modules/google-cloud-ops/main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/terraform/modules/google-cloud-ops/main.tf b/terraform/modules/google-cloud-ops/main.tf index 7cb152ed3..bea9464a1 100644 --- a/terraform/modules/google-cloud-ops/main.tf +++ b/terraform/modules/google-cloud-ops/main.tf @@ -315,7 +315,6 @@ resource "google_monitoring_alert_policy" "genservers_crash_policy" { condition_matched_log { filter = <<-EOT resource.type="gce_instance" - -"Can not fetch list of nodes or access token" severity>=ERROR EOT }