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

[AutoOps] Add Email connector #574

Merged
merged 4 commits into from
Feb 25, 2025
Merged
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
39 changes: 24 additions & 15 deletions deploy-manage/monitor/autoops/ec-autoops-notifications-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,26 @@ To set up a filter, follow these steps:

The following connectors are available with AutoOps:

* [PagerDuty integration](#ec-autoops-pagerduty-integration)
* [Slack integration](#ec-autoops-slack-integration)
* [VictorOps integration](#ec-autoops-victorops-integration)
* [Opsgenie integration](#ec-autoops-opsgenie-integration)
* [Microsoft Teams Configuration integration](#ec-autoops-ms-configuration-integration)
* [Webhook integration](#ec-autoops-webhook-integration)

* [Email](#email)
* [PagerDuty](#ec-autoops-pagerduty)
* [Slack](#ec-autoops-slack)
* [VictorOps](#ec-autoops-victorops)
* [Opsgenie](#ec-autoops-opsgenie)
* [Microsoft Teams Configuration](#ec-autoops-ms-configuration)
* [Webhook](#ec-autoops-webhook)

### Email [email]

To set up notifications via email, follow these steps:

1. Add a new **Email** connector.
2. Add a list of emails.
You can add up to 40 emails for a single email connector, and opt in to get alerts also when events close.
4. To receive notifications, scroll down the **Notification** page and click **Add**.
5. Fill in the filter details.
6. Select the events that you want to send to this connector.

### PagerDuty integration [ec-autoops-pagerduty-integration]
### PagerDuty [ec-autoops-pagerduty]

The PagerDuty integration consists of the following parts:

Expand All @@ -76,7 +87,7 @@ The PagerDuty integration consists of the following parts:
4. Select the events that should be sent to this output.


### Slack integration [ec-autoops-slack-integration]
### Slack [ec-autoops-slack]

To set up a webhook to send AutoOps notifications to a Slack channel, go through the following steps.

Expand All @@ -92,7 +103,7 @@ To set up a webhook to send AutoOps notifications to a Slack channel, go through
10. Add the webhook URL when creating the endpoint.


### VictorOps integration [ec-autoops-victorops-integration]
### VictorOps [ec-autoops-victorops]

The VictorOps integration consists of the following parts:

Expand All @@ -109,7 +120,7 @@ The VictorOps integration consists of the following parts:
4. Select the events that should be sent to this output.


### Opsgenie integration [ec-autoops-opsgenie-integration]
### Opsgenie [ec-autoops-opsgenie]

The Opsgenie integration consists of the following parts:

Expand All @@ -131,7 +142,7 @@ The Opsgenie integration consists of the following parts:
6. Select events that should be sent to this output.


### Microsoft Teams Configuration integration [ec-autoops-ms-configuration-integration]
### Microsoft Teams Configuration [ec-autoops-ms-configuration]

To create an incoming webhook on your Microsoft Teams, follow [these instructions](https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook).

Expand All @@ -145,7 +156,7 @@ Save the URL displayed during the creation of the incoming webhook, as you will
4. Select events that should be sent to this output.


### Webhook integration [ec-autoops-webhook-integration]
### Webhook [ec-autoops-webhook]

A webhook enables an application to provide other applications with real-time information. A webhook is a user-defined HTTP callback (HTTP POST), which is triggered by specific events.

Expand Down Expand Up @@ -182,8 +193,6 @@ A webhook enables an application to provide other applications with real-time in
When the Endpoint settings have been completed, continue to set up the notification filter to define which events you’d like to be notified about.
::::



## Notifications report [ec-notification-report]

From the **Notifications** report, you can check all the notifications sent. The report lists all the events that were set up in the notification filters and provide their status.
Expand Down