Skip to content

Commit

Permalink
EPBR-8100: Switch off cloudtrail insights
Browse files Browse the repository at this point in the history
In all environments
  • Loading branch information
al01010 committed Jan 13, 2025
1 parent 8435eaa commit 500d07a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions service-infrastructure/logging/cloudtrail.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,4 @@ resource "aws_cloudtrail" "this" {
is_multi_region_trail = true
cloud_watch_logs_group_arn = "${aws_cloudwatch_log_group.cloudtrail.arn}:*"
cloud_watch_logs_role_arn = aws_iam_role.cloudtrail.arn
insight_selector {
insight_type = "ApiErrorRateInsight"
}
insight_selector {
insight_type = "ApiCallRateInsight"
}
}

0 comments on commit 500d07a

Please sign in to comment.