Skip to content

Commit

Permalink
update elastalert alarm config
Browse files Browse the repository at this point in the history
  • Loading branch information
Naresh committed Jul 2, 2020
1 parent 9fecd34 commit 8934886
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
13 changes: 2 additions & 11 deletions infra-rules/application_critical_uptime_monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,7 @@ match_enhancements:

# (Required)
# The alert is use when a match is found
alert:
- slack
alert: "elastalert_modules.slack_custom_alert.SlackCustomAlert"

alert_subject: "CSAD IT - Critical Instance Application Health Monitoring Alarm"
alert_text: "The Application {0} is unhealthy and reporting Downtime during {1}"
alert_text_type: alert_text_only
alert_text_args: ["instance-tag", "@timestamp"]


slack:
slack_webhook_url: "<slack-webhook>"
slack_webhook_url: ""
slack_title: "CSAD IT - Critical Instance Application Health Monitoring Alarm"
slack_title_link: "https://elk.it.logitech.com:5601/app/kibana#/dashboard/35aa4fd0-b0b3-11ea-833d-fde9206e58f3"
13 changes: 2 additions & 11 deletions infra-rules/application_uptime_non_critical_monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,7 @@ filter:

# (Required)
# The alert is use when a match is found
alert:
- slack
alert: "elastalert_modules.slack_custom_alert.SlackCustomAlert"

alert_subject: "CSAD IT - Non Critical Instance Application Health Monitoring Alarm"
alert_text: "The Application {0} is unhealthy and reporting Downtime during {1}"
alert_text_type: alert_text_only
alert_text_args: ["instance-tag", "@timestamp"]


slack:
slack_webhook_url: "<slack-webhook>"
slack_webhook_url: ""
slack_title: "CSAD IT - Non Critical Instance Application Health Monitoring Alarm"
slack_title_link: "https://elk.it.logitech.com:5601/app/kibana#/dashboard/35aa4fd0-b0b3-11ea-833d-fde9206e58f3"

0 comments on commit 8934886

Please sign in to comment.