Notification Plugins
Configure notification channels to receive alerts from your clusters.
Supported Integrations
Slack Integration
Send alerts to Slack channels using incoming webhooks.
Step 1: Select Integration Type
Click Create First Channel (or Add Channel if you already have channels), then select Slack from the available integrations.

Step 2: Configure Connection
Fill in the connection details for your Slack webhook.

| Field | Description | Example |
|---|---|---|
| Internal Name | Unique identifier (no spaces) | prod-slack-alerts |
| Display Name | Friendly name | Production Slack Alerts |
| Description | Channel description | Sends critical alerts to... |
| Webhook URL | Slack incoming webhook URL | https://hooks.slack.com/services/... |
| Channel | Target channel | #alerts |
| Username | Bot display name (optional) | SRExpert Bot |
How to get Webhook URL: (Official Slack Documentation)
- Go to Slack API Apps
- Create new app or select existing
- Enable Incoming Webhooks
- Click Add New Webhook to Workspace
- Select channel and authorize
- Copy the webhook URL
Step 3: Set Filters
Configure which alerts should be sent to this channel.

| Filter | Description | Example |
|---|---|---|
| Severity Filters | Alert severities to include | CRITICAL, HIGH, MEDIUM, LOW, INFO |
| Cluster Filters | Specific clusters (comma-separated) | prod-cluster-1, prod-cluster-2 |
| Namespace Filters | Specific namespaces (comma-separated) | production, staging |
Leave filters empty to receive all alerts.
Step 4: Rate Limiting & Quiet Hours
Prevent alert fatigue by configuring rate limits and quiet periods.

| Setting | Description | Default |
|---|---|---|
| Max Notifications/Hour | Maximum alerts per hour | 60 |
| Quiet Hours | Suppress alerts during specific times | Disabled |
Click Create Channel to finish the setup.
Testing Your Integration
After configuring a notification channel:
- Find your channel in the list and click the … menu (Actions)
- Click Send Test to verify the configuration
- A test alert will be sent to your channel
- Check for the test message in your notification platform
























