dubiety / terraform-aws-elasticsearch-cloudwatch-sns-alarms

terraform module that configures important alarms for AWS elasticsearch and send them to SNS topic
Apache License 2.0
30 stars 45 forks source link

Variables for name and description on a per-alarm basis #27

Open robwarren1 opened 1 year ago

robwarren1 commented 1 year ago

I'd like to request a feature enhancement to have variables made available for alarm_name and alarm_description on a per-alarm basis. Currently alarm_name_prefix and alarm_name_postfix are the only available modifications, which are applied across all alarms.

As a support operator, when I receive an alarm notification I want to be able to reference internal documentation related to mitigation from the alert description. This could be accomplished by including a link in the alarm description that is shown in the notification (Slack, email, SMS,etc). Having the ability to customize alarm names boosts the value of this further as we can include alarm codes that follow existing internal naming conventions.