Improve this page

Back to AWS Terraform templates index <–

AWS Cloudwatch_log_metricfilter with Terraform

Aws_Cloudwatch_log_metricfilter by the Sogeti community.

Template Locations

Online documentation

Template reference
Service description

module "aws_cloudwatch_log_metric_filter" {
  metric_filter_name = "MyAppAccessCount"
  pattern            = "ERROR"
  loggroup_name      = "flowlogs"
}