Sync Dynatrace alert events to Flashduty via webhook to achieve automated alert noise reduction.
You can obtain an integration push URL through either of these two methods:
Choose this simpler option when you don't need to route alert events to different channels.
Choose this option when you need to route alerts to different channels based on the alert event's payload information.
Route to configure more routing rules)Apps in the left navigation bar and find Settings in the Manage area
Integration and select Problem notifications
Add notification
Notification type, select Custom IntegrationDisplay name with FlashDutyWebhook URL, enter the integration push URL (generated after saving the integration name on the current page)Call webhook if problem is closed enabled
Custom payload, enter the following content:{
"State":"{State}",
"PID":"{PID}",
"ProblemTitle":"{ProblemTitle}",
"ProblemImpact":"{ProblemImpact}",
"ProblemDetails":"{ProblemDetailsText}",
"ProblemURL":"{ProblemURL}",
"ProblemSeverity":"{ProblemSeverity}",
"ImpactedEntityNames":"{ImpactedEntityNames}",
"Tags":"{Tags}"
}
Save changes to complete the setup| Dynatrace | Flashduty | Status |
|---|---|---|
| AVAILABILITY | Critical | critical |
| ERROR | Warning | warning |
| PERFORMANCE | Info | info |
| RESOURCE_CONTENTION | Info | info |
| CUSTOM_ALERT | Info | info |