You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tf_stream_alert_monitoring Terraform module creates a set of Cloudwatch Metric Alarms for monitoring multiple pieces of the StreamAlert cluster(s). Ideally, this should emit alerts into the rule_processor which then would allow users to forward these to whichever output they want.
Desired Outcome
The ability to specify an SNS topic as an input source, and to write rules on operational alarms.
Depends On
#64 - SNS must be a supported source before this is possible, as Cloudwatch alarm actions only can be an Amazon EC2 action, an Auto Scaling action, or a notification sent to an Amazon SNS topic.
The text was updated successfully, but these errors were encountered:
Background
The
tf_stream_alert_monitoring
Terraform module creates a set of Cloudwatch Metric Alarms for monitoring multiple pieces of the StreamAlert cluster(s). Ideally, this should emit alerts into therule_processor
which then would allow users to forward these to whichever output they want.Desired Outcome
The ability to specify an SNS topic as an input source, and to write rules on operational alarms.
Depends On
#64 - SNS must be a supported source before this is possible, as Cloudwatch alarm actions only
can be an Amazon EC2 action, an Auto Scaling action, or a notification sent to an Amazon SNS topic.
The text was updated successfully, but these errors were encountered: