Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document update, test code addition, etc. #132

Merged
merged 3 commits into from
May 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 20 additions & 17 deletions docs/source/elastalert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,36 @@ Several rule types with common monitoring paradigms are included with ElastAlert

Currently, we have support built in for these alert types:

- Alerta
- AWS SES
- AWS SNS
- Chatwork
- Command
- Datadog
- Debug
- Dingtalk
- Discord
- Email
- Exotel
- Gitter
- GoogleChat
- HTTP POST
- JIRA
- OpsGenie
- AWS SNS
- MS Teams
- Slack
- Line Notify
- Mattermost
- Telegram
- GoogleChat
- Microsoft Teams
- OpsGenie
- PagerDuty
- PagerTree
- Exotel
- Twilio
- Splunk On-Call (Formerly VictorOps)
- Gitter
- Squadcast
- ServiceNow
- Debug
- Slack
- Splunk On-Call (Formerly VictorOps)
- Stomp
- Alerta
- HTTP POST
- Line Notify
- Telegram
- TheHive
- Twilio
- Zabbix
- Discord
- Dingtalk
- Chatwork

Additional rule types and alerts can be easily imported or written. (See :ref:`Writing rule types <writingrules>` and :ref:`Writing alerts <writingalerts>`)

Expand Down
Loading