Skip to main content

Overview

Easyalert automatically detects and processes Problem Notification webhooks from Dynatrace.

Requirements

  • Dynatrace account (SaaS or Managed)
  • Easyalert account and active tenant
  • Access to Settings > Integration > Problem notifications in Dynatrace

Setup Instructions

1

Create Integration in Easyalert

  1. Go to Integrations page from left menu
  2. Click Add Integration button
  3. Select Dynatrace as Source Type
  4. Enter a name (e.g., Dynatrace Production)
  5. Click Create to save
  6. Copy the generated Webhook URL
Example: https://api.easyalert.io/api/v1/webhooks/ingest/wh_abc123...
2

Create Webhook in Dynatrace

Go to Settings → Integration → Problem notifications → Add notification
3

Configure Payload Template

Use this recommended payload:
IMPORTANT: {ImpactedEntities}, {ProblemStartTime}, {ProblemEndTime} must NOT be in quotes!
4

Test the Integration

Use the Send test notification button in Dynatrace

Placeholder Variables


Field Mapping


State and Severity Mapping

Status Mapping

Severity Mapping


Custom Field → Tag Conversion

All custom fields and tags from {Tags} placeholder are automatically captured as tags.

Dynatrace Tags

{Tags} placeholder brings entity tags:
In Easyalert:

Custom Field Example

Added to template:
In Easyalert:

Routing Examples

Escalation Routing:
Notification Rules:

Impact Types

Dynatrace categorizes problem impact: Impact is captured as a tag for routing.

Test

Recovery Test


Alerting Profile Integration

Configure which problems trigger notifications:
  1. Go to Settings → Alerting → Alerting profiles
  2. Create or edit a profile
  3. Define severity and scope rules
  4. Link to your webhook notification
This allows fine-grained control over which problems reach Easyalert.

Troubleshooting

  1. Verify webhook URL in Dynatrace settings 2. Test with “Send test notification” button 3. Check Dynatrace notification logs 4. Verify SSL/TLS settings if using HTTPS 5. Is notification enabled?
  1. Verify field is added to template 2. Check field name spelling 3. View webhook samples in Easyalert
  1. Ensure {ImpactedEntities} is NOT in quotes 2. Ensure {ProblemStartTime} is NOT in quotes 3. Ensure {ProblemEndTime} is NOT in quotes 4. Validate JSON syntax
  1. Ensure State field is in payload 2. Check that RESOLVED state is being sent 3. Verify PID matches between OPEN and RESOLVED
  1. Include {ImpactedEntityNames} in payload 2. Check that problem has entity association 3. Use {ImpactedEntities} for detailed JSON

Best Practices

Filter which problems send notifications to avoid noise from low-priority issues.
Always include {ProblemURL} so responders can quickly access Dynatrace for details.
Use Dynatrace tags (environment, team, service) for better routing in Easyalert.
Include customer, team, environment in payload for escalation routing.
Tune Dynatrace’s automatic problem detection to reduce false positives before they reach Easyalert.