Influxdata Integration
Sync Influxdata alert events to Flashduty via webhook to achieve automated alert noise reduction.
In Flashduty
You can obtain an integration push URL through either of these two methods:
Using Private Integration
Choose this simpler option when you don't need to route alert events to different channels.
Expand
- Go to the Flashduty console, select Channel, and enter a channel's details page
- Select the Integrations tab, click Add Integration to enter the integration page
- Choose Influxdata integration, click Save to generate a card
- Click the generated card to view the push URL, copy it for later use, and you're done
Using Shared Integration
Choose this option when you need to route alerts to different channels based on the alert event payload.
Expand
- Go to the Flashduty console, select Integration Center=>Alert Events to enter the integration selection page
- Select Influxdata integration:
- Integration Name: Define a name for this integration
- Configure the default route and select the corresponding channel (after the integration is created, you can go to
Route
to configure more routing rules) - Click Save and copy the newly generated push URL for later use
- Done
In Influxdata
Supports Influxdata versions 1.x ~ 2.x, with different configurations for each version as detailed below.
I. Influxdata Configuration
Version 2.x
Step 1: Create Alert Channel
- Log in to your
Influxdata
console and navigate to theAlerts > Notification Endpoints
page. - Click
Create
to create an alert notification channel. - Select
HTTP
forDestination
and enterFlashDuty
forName
. - Choose
POST
forHTTP Method
and enter the integration push URL.

Step 2: Use the Channel Created in Step 1 in Notification Rules
- Log in to your
Influxdata
console and navigate to theAlerts > Notification Rules
page. - Click
Create
to create an alert notification rule. - Configure
About
andConditions
as needed. - Select
FlashDuty
created in Step 1 forMessage
.

- Done.
Version 1.x
- Log in to your
Influxdata
console and navigate to theAlerting > Alert Rules
page - Click on the alert rule you want to synchronize events for, enter the
Alert Rule Builder
page to start editing the rule - In the
Alert Handlers
section, selectAdd Another Handler
, choosepost
type, and enter the integration push URL inHTTP endpoint
as shown below:

- Click the
Save Rule
button to save. Wait for event triggering. If the latest event time is displayed in the integration list, the configuration is successful and events are being received - Done
II. Status Mapping
Mapping relationship between Influxdata alert events and Flashduty alert severity:
Influxdata | Flashduty | Status |
---|---|---|
CRITICAL | Critical | Critical |
WARNING | Warning | Warning |
INFO | Info | Info |
unknow | Info | Info |
修改于 2025-03-27 07:50:13