Skip to main content

Overview

Easyalert automatically detects and processes HTTP Request Action webhooks from Splunk AppDynamics.

Requirements

  • Splunk AppDynamics account (SaaS or On-Premises)
  • Easyalert account and active tenant
  • Admin or Account Owner permissions in AppDynamics

Setup Instructions

1

Create Integration in Easyalert

  1. Go to Integrations page from left menu
  2. Click Add Integration button
  3. Select AppDynamics as Source Type
  4. Enter a name (e.g., AppDynamics 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 HTTP Request Template

Go to Alert & Respond → HTTP Request Templates → New
3

Configure Payload Template

Use this recommended payload:
4

Create Action

  1. Go to Alert & Respond → Actions → Create
  2. Action Type: HTTP Request
  3. Name: Easyalert Notification
  4. HTTP Request Template: Easyalert Webhook
  5. Click Save
5

Attach to Policy

  1. Go to Alert & Respond → Policies
  2. Edit or create a policy
  3. In Actions section:
    • On Policy Open - Warning → Easyalert Notification
    • On Policy Open - Critical → Easyalert Notification
    • On Policy Close → Easyalert Notification

Template Variables

AppDynamics uses Apache Velocity syntax (${variable}):

Field Mapping


Event Types and Status Mapping


Severity Mapping


Custom Field → Tag Conversion

All custom fields you add to the template are automatically captured as tags.

Example

Added to template:
In Easyalert:

Routing Examples

Escalation Routing:
Notification Rules:

Test


Troubleshooting

  1. Verify HTTP Request Template is configured correctly 2. Check that action is added to the policy 3. Verify health rule is enabled and triggering 4. Test template from AppDynamics UI
  1. Verify field is added to webhook payload template 2. Check field name spelling 3. View webhook samples in Easyalert
  1. Verify “On Policy Close” action is configured in policy 2. Check incident_id is consistent between open and close events 3. Ensure event_type includes POLICY_CLOSE events
  1. Ensure variables include node and tier 2. Some events may not have node-level data 3. Use tier as fallback when node is empty
  1. Test template with “Test” button in AppDynamics 2. Check variable syntax (Apache Velocity) 3. Ensure all referenced fields exist

Best Practices

Use incident_id for event correlation to properly group and resolve related alerts.
Include close/cancel events in your policy to automatically resolve incidents in Easyalert.
Include customer, team, environment in payload for escalation routing.
Monitor business transaction health for business-impact visibility.