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

AppDynamics Alert Integration

Sync AppDynamics alerts 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 alerts 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 Integration tab, click Add Integration, and enter the integration page
3.
Choose AppDynamics 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 payload information.
Expand
1.
Go to the Flashduty console, select Integration Center=>Alerts, and enter the integration selection page
2.
Select AppDynamics 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 AppDynamics#


I. AppDynamics Alert Push Configuration#

Step 1: Configure FlashDuty Alert Channel#

1.
Log in to your AppDynamics console
2.
Find Alert Respond, select HTTP Request Templates, and click New to create an alert channel
drawing
3.
In the template configuration, enter FlashDuty as the Name
4.
In the Request URL section, select POST as the Method, and enter the integration push URL in Raw URL (enter the integration name on this page, and the URL will be generated after saving)
drawing
5.
In the Payload section, select application/json as MIME Type and UTF-8 as Payload Encoding
6.
Paste the following content in the Payload text box:
{
	"policy_name":"${policy.name}",
	"message": "${latestEvent.eventMessage}",
	"application_name": "${latestEvent.application.name}",
	"link": "${latestEvent.deepLink}",
	"incident_id": "${latestEvent.incident.id}",
	"details": {
		"event_id": "${latestEvent.id}",
		"event_name": "${latestEvent.displayName}",
		"event_time": "${latestEvent.eventTime}",
		"event_type": "${latestEvent.eventType}",
		"health_rule_name":"${latestEvent.healthRule.name}",
		"node_name": "${latestEvent.node.name}",
		"severity": "${latestEvent.severity}"
	}
}
drawing
Special Note (Optional Configuration)
Configuration: Custom Templating Variables
drawing
If you need to configure Custom Templating Variables, you can refer to the following JSON template. Here, custom_variables is a fixed format, and the variables within custom_variables are custom Variables. The names defined on the page should match the variable names referenced in the JSON template.
{
	"policy_name":"${policy.name}",
	"message": "${latestEvent.eventMessage}",
	"application_name": "${latestEvent.application.name}",
	"link": "${latestEvent.deepLink}",
	"incident_id": "${latestEvent.incident.id}",
	"details": {
		"event_id": "${latestEvent.id}",
		"event_name": "${latestEvent.displayName}",
		"event_time": "${latestEvent.eventTime}",
		"event_type": "${latestEvent.eventType}",
		"health_rule_name":"${latestEvent.healthRule.name}",
		"event_type_key": "${latestEvent.eventTypeKey}",
		"node_name": "${latestEvent.node.name}",
		"severity": "${latestEvent.severity}"
	},
	"custom_variables":{
		"host":"${host}"
	}
}
7.
In the Response Handling Criteria section, set the Failure Criteria status code to 400 and the Success Criteria status code to 201
drawing
8.
Click Save to complete

Step 2: Create Action#

1.
Select Actions in the left navigation bar, choose the application type you want to create for, and click Create
2.
In the Create Action popup, select Make an HTTP Request and click OK
drawing
3.
In the Create HTTP Action popup, enter a Name, select FlashDuty created in Step 1 as the HTTP Request Template, and click SAVE
drawing

Step 3: Use the Action Created in Step 2 in Alert Policies#

1.
Select Policies in the left navigation bar
2.
Create or edit existing policies (configure alert rules as needed, alert rule configuration is omitted here)
3.
In the Actions section of the policy configuration page, click add and select the Action created in Step 2
drawing
4.
After completing other configurations, click Save to finish

II. Status Mapping#

AppDynamicsFlashdutyStatus
ERRORCriticalCritical
WARNWarningWarning
INFOInfoInfo
修改于 2025-03-27 07:52:08
上一页
Splunk Alert Events Integration
下一页
SolarWinds Alert Events Integration
Built with