Skip to content

Commit

Permalink
Steve fix (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Oct 24, 2024
1 parent 622db05 commit 1b53a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/eks/cloudwatch_log.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource "aws_cloudwatch_log_metric_filter" "web-500-errors" {
resource "aws_cloudwatch_log_metric_filter" "celery-error" {
count = var.cloudwatch_enabled ? 1 : 0
name = "celery-error"
pattern = "?\"ERROR/.*Worker\" ?\"ERROR/MainProcess\""
pattern = "%ERROR/.*Worker|ERROR/MainProcess%"
log_group_name = aws_cloudwatch_log_group.notification-canada-ca-eks-application-logs[0].name

metric_transformation {
Expand Down

0 comments on commit 1b53a48

Please sign in to comment.