Skip to content

Commit

Permalink
Log level should be capitalized
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed Aug 28, 2024
1 parent 120c18a commit 11d9f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spire/templates/shared-clickhouse/instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ Resources:
ClickhouseErrorsMetricFilter:
Type: AWS::Logs::MetricFilter
Properties:
FilterPattern: '{ $.level = "error" }'
FilterPattern: '{ $.level = "Error" }'
LogGroupName: !Ref ClickhouseErrorLogGroup
MetricTransformations:
- MetricName: !Sub clickhouse_errors_${EnvironmentTypeAbbreviation}
Expand Down

0 comments on commit 11d9f24

Please sign in to comment.