prowler-monitoring

dwp/prowler-monitoring/aws

Terraform Module HCL AWS

A collection of log metric filters and alarms to satisfy Prowler Monitoring checks

Install
module "prowler-monitoring" {
source = "dwp/prowler-monitoring/aws"
version = "2.0.9"
}
plain text: /constructs/tfmod-dwp-prowler-monitoring-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

AWS Prowler monitoring Terraform module Terraform module that creates a collection of AWS log metric filters and alarms to satisfy section 3 of the Prowler Monitoring checks. This modules uses the AWS metric filter alarm Terraform module. Usage ``hcl module "my_prowler_monitoring" { source = "dwp/prowler-monitoring/aws" log_group_name = "MyLogGroup" } ` Examples The following example creates a CloudWatch Log Group, SNS Topic and alarms to satisfy section 3 of the Prowler monitoring checks. If any of the alarms go into an "ALARM" state a notification will be sent to the SNS Topic. `hcl resource "aws_cloudwatch_log_group" "MyLogGroup" { name = "MyLogGroup" } resource "aws_sns_topic" "MyTopic" { name = "MyTopic" display_name = "My Topic" } module "my_prowler_monitoring" { source = "dwp/prowle

Inputs (3)
NameTypeDescriptionDefault
log_group_namestringThe name of the log group to associate the metric filter with required
metric_namespacestringThe destination namespace of the CloudWatch metric"Prowler/Monitoring"
alarm_action_arnslist(any)The list of actions to execute when this alarm transitions into an ALARM state f[]
Details
FrameworkTerraform Module
LanguageHCL
Version2.0.9
Cloud AWS
★ Stars4
Forks4
Total downloads32.5k
Inputs3
LicenseApache-2.0
Namespacedwp
Updated