The Dynatrace Event Source for Signals allows users to create events in FireHydrant from alerts sent from Dynatrace. Alert Rules can be configured to scan the payload body of Dynatrace events and ensure the right teams are notified of events they care about.

In Dynatrace, you can customize the payload and subsequently you can use the Generic Webhook event source or create a Custom Event Source. FireHydrant does provide an out-of-box transposer with some defaults.

Basic Configuration

  1. In FireHydrant, go to Signals > Event Sources and copy the ingest URL for Dynatrace.
  2. Follow Dynatrace's instructions for setting up a custom integration for problem notifications.
    1. Set the URL you copied above in step 1 as the webhook URL.
    2. FireHydrant assumes you will use the example JSON payload provided in their docs:
      {
        "ImpactedEntities": {ImpactedEntities},
        "ImpactedEntity": "{ImpactedEntity}",
        "PID": "{PID}",
        "ProblemDetailsHTML": "{ProblemDetailsHTML}",
        "ProblemDetailsJSON": {ProblemDetailsJSON},
        "ProblemID": "{ProblemID}",
        "ProblemImpact": "{ProblemImpact}",
        "ProblemTitle": "{ProblemTitle}",
        "Problem URL": "https://example.com",
        "State": "{State}",
        "Tags": "{Tags}"
      }
      
  3. You can test the connection with Send test notification, and you should see an event reflected in the FireHydrant Event Log.

Field Mappings

FireHydrant's Dynatrace transposer will map the following fields to FireHydrant's Events Data Model.

Dynatrace ParameterFireHydrant Parameter
ProblemIDidempotency_key
ProblemTitlesummary
ProblemDetailsHTMLbody
Problem URLlinks['Dynatrace Link']
Statestatus - Open when State is "Open" otherwise closed