Flashduty Docs
中文EnglishRoadmapAPI官网控制台
中文EnglishRoadmapAPI官网控制台
  1. Alerts integration
  • Getting Started
    • Introduction
    • Quick start
    • FAQ
    • Product Comparison
  • Incidents
    • What is an Incident
    • View Incidents
    • Handle Incidents
    • Escalations and Assignments
    • Custom Fields
    • Custom Actions
    • Alert Noise Reduction
    • Past Incidents
    • Outlier Incidents
  • Configure Flashduty
    • Channels
    • Integrate Alerts
    • Alert Noise Reduction
    • Escalation Rules
    • Label Enrichment
    • Schedules
    • Templates
    • Service Calendars
    • Preferences
    • Alert Routing
    • Silence and Inhibition
    • Filters
    • Notification Bots
    • Alert Pipeline
  • Platform
    • Teams and Members
    • Permissions
    • Single Sign-On
    • Insights
  • Advanced Features
    • Referencing Variables
    • Dynamic Assignment
  • Integrations
    • Alerts integration
      • Standard Alert Integration
      • Email Integration
      • Nightingale/FlashCat Integration
      • Prometheus Integration
      • Grafana Integration
      • Zabbix Integration
      • Uptime Kuma Integration
      • Alibaba Cloud ARMS Integration
      • Alibaba Cloud Monitor CM Event Integration
      • Alibaba Cloud Monitor CM Metrics Integration
      • Alibaba Cloud SLS Integration
      • AWS CloudWatch Integration
      • Azure Monitor Integration
      • Baidu Cloud BCM Integration
      • Huawei Cloud CES Integration
      • Influxdata Integration
      • Open Falcon Integration
      • PagerDuty Integration
      • Tencent BlueKing Integration
      • Tencent Cloud CLS Integration
      • Tencent Cloud Monitor CM Integration
      • Tencent Cloud EventBridge
      • OceanBase Integration
      • Graylog Integration
      • Skywalking Integration
      • Sentry Integration
      • Jiankongbao Integration
      • AWS EventBridge Integration
      • Dynatrace Integration
      • Huawei Cloud LTS Integration
      • GCP Integration
      • Splunk Alert Events Integration
      • AppDynamics Alert Integration
      • SolarWinds Alert Events Integration
      • Volcengine CM Alert Events Integration
      • Volcengine CM Event Center Integration
      • Volcengine TLS Integration
      • OpManager Integration
      • Meraki Integration
      • Keep Integration
      • ElastAlert2 Alert Integration
      • StateCloud Alert Events
      • Guance Alert Events
      • Zilliz Alert Events
      • Huawei Cloud APM Alerts
      • zstack integration
    • Change integration
      • Standard Change Event
      • Jira Issue Events
    • IM integration
      • Feishu (Lark) Integration Guide
      • Dingtalk Integration
      • WeCom Integration
      • Slack Integration
      • Microsoft Teams Integration
    • Single Sign-On
      • Authing Integration
      • Keycloak Guide
      • OpenLDAP Guide
    • Webhooks
      • Alert webhook
      • Incident webhook
      • Costom action
  • Terms
    • Terms of Service
    • User Agreement/Privary Policy
    • SLA
    • Data Security
  1. Alerts integration

Volcengine TLS Integration

Sync Volcengine Log Service (TLS) alert events to Flashduty via webhook for automated alert noise reduction.

In Flashduty#


You can obtain an integration push URL through either of these two methods:

Using Private Integration#

Choose this method when you don't need to route alert events to different channels - it's simpler.
Expand
1.
Go to the Flashduty console, select Channel, and enter a channel's details page
2.
Select the Integrations tab, click Add Integration to enter the integration page
3.
Choose Volcengine TLS integration and click Save to generate a card
4.
Click the generated card to view the Push URL, copy it for later use, and you're done

Using Shared Integration#

Choose this method when you need to route alerts to different channels based on the alert event payload.
Expand
1.
Go to the Flashduty console, select Integration Center=>Alert Events to enter the integration selection page
2.
Select Volcengine TLS integration:
Integration Name: Define a name for this integration
3.
Configure the default route and select the corresponding channel (after the integration is created, you can go to Route to configure more routing rules)
4.
Click Save and copy the newly generated push URL for later use
5.
Done

In Volcengine#


I. Volcengine Log Service (TLS) Alert Push Configuration#

Step 1: Create FlashDuty Alert Channel#

1.
Log in to your Volcengine console, search for TLS Log Service product, and enter the corresponding product console
2.
Select Alert=>Notification Management from the left navigation bar
3.
Choose Webhook Alert Integration and click Create Webhook Alert Integration
drawing
4.
Fill in the information in the pop-up editor, enter FlashDuty as the name
5.
Select Custom Webhook as type and POST as request method
6.
Enter the Integration Push URL as the request URL (generated after saving the integration name on the current page)
7.
Keep the request headers as default and click Create
drawing

Step 2: Create Content Template#

1.
Return to the Notification Management page
2.
Select Content Templates and click Create Content Template
3.
Fill in the relevant information, enter FlashDuty as the template name
4.
Other channel content can be empty. In the Custom Webhook notification content, enter the following template:
{
	"AccountID":"{{AccountID}}",
	"ProjectName":"{{ProjectName}}",
	"AlarmTopicName":"{{AlarmTopicName}}",
	"Region":"{{Region}}",
	"Alarm":"{{Alarm}}",
	"AlarmID":"{{AlarmID}}",
	"Duration":"{{Duration}}",
	"Condition":"{{Condition}}",
	"HappenThreshold":"{{HappenThreshold}}",
	"Topics":"{{Topics|join:','}}", 
	"NotifyTimeUnix":"{{NotifyTimeUnix}}",
	"NotifyType":"{{NotifyType}}",
	"Severity":"{{Severity}}",
	"ConsecutiveAlertNums":"{{ConsecutiveAlertNums}}",
	"TriggerParams":{{toJson(TriggerParams)|safe}}, 
	"ExecuteQuery":{{toJson(ExecuteQuery)|safe}},
	"DetailUrl":"{{DetailUrl}}",
	"FireResultsCount":"{{FireResultsCount}}"
}
5.
Click Confirm to complete the content template creation
drawing

Step 3: Create Notification Group#

1.
Return to the Notification Management page
2.
Select Notification Groups and click Create Notification Group
3.
Fill in the relevant information, enter FlashDuty as the group name
4.
Configure notification rules and other settings as needed (skipped here)
5.
In notification channel configuration, keep Custom Webhook checked
6.
Select the FlashDuty channel created in Step 1 for Webhook
7.
Select the FlashDuty template created in Step 2 for Content Template
8.
Click Save after completing other configurations
drawing

Step 4: Configure Alert Policy#

1.
Select Alert=>Alert Policies from the left navigation bar
2.
Create a new or edit an existing alert policy
3.
Configure alert rules as needed (skipped here)
4.
Click Associate Notification Group in the Notification Group section
5.
In the pop-up selection box, choose the FlashDuty notification group created in Step 3, then click Associate
6.
Click Create/Save after configuring other settings
drawing

II. Status Mapping#

TLSFlashdutyStatus
CriticalCriticalCritical
WarningWarningWarning
InfoInfoInfo
修改于 2025-03-27 07:53:04
上一页
Volcengine CM Event Center Integration
下一页
OpManager Integration
Built with