Skip to content

Commit

Permalink
Merge pull request #33 from raghuchinnannan/docs/squadcast-http-alerting
Browse files Browse the repository at this point in the history
Docs/squadcast http alerting
  • Loading branch information
jertel authored Jan 17, 2021
2 parents 271f153 + 8a3fa30 commit 84a9282
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/source/ruletypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2187,6 +2187,20 @@ Example usage::
http_post_headers:
authorization: Basic 123dr3234

Squadcast
~~~~~~~~~

Alerts can be sent to Squadcast using the `http post` method described above and Squadcast will process it and send Phone, SMS, Email and Push notifications to the relevant person(s) and let them take actions.

Configuration variables in rules YAML file::

alert: post
http_post_url: <ElastAlert Webhook URL copied from Squadcast dashboard>
http_post_static_payload:
Title: <Incident Title>
http_post_all_values: true

For more details, you can refer the `Squadcast documentation <https://support.squadcast.com/docs/elastalert>`_.

Alerter
~~~~~~~
Expand Down

0 comments on commit 84a9282

Please sign in to comment.