We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab5142 commit 06e7774Copy full SHA for 06e7774
1 file changed
infrastructure/modules/container-apps/alerts.tf
@@ -22,7 +22,7 @@ resource "azurerm_monitor_scheduled_query_rules_alert_v2" "five_hundred_error_al
22
operator = "GreaterThan"
23
query = <<-QUERY
24
ContainerAppConsoleLogs_CL
25
- | where Log_s contains "500"
+ | where Log contains "[ERROR]"
26
QUERY
27
threshold = 0
28
time_aggregation_method = "Count"
0 commit comments