LogoLogo
Ops IntelligenceAsset IntelligenceObservabilityRobotic Data
  • Introduction
  • How it Works
  • Getting Started
  • Glossary
  • Implementer Guide
    • cfxDimensions Installation
      • Hardware and Software
      • cfxDimenions on VMware vSphere
        • Post cfxDimensions VM Installation
      • SSL Certificates Installation
      • cfxDimensions Setup & Install
        • Known Issues
      • cfxDimensions High Availability
        • GlusterFS Operations
        • Minio Operations
        • MariaDB Operations
      • cfxDimensions Start, Stop order
      • Macaw CLI
        • macaw CLI Installation
          • macaw CLI v2.1.17
        • macaw setup
        • macaw infra
        • macaw platform
        • macaw user
        • macaw application
        • macaw status
        • macaw services
        • macaw clambda
        • macaw techsupport
        • macaw backup
        • macaw restore
        • macaw reset
      • Release Notes
        • cfxDimensions v2.0.3
        • cfxDimensions v2.1.17
        • cfxDimensions v2.2.20
    • cfxDimensions Backup & Restore
    • cfxOIA Installation
    • cfxOIA Application Services
    • cfxOIA Release Notes
      • cfxOIA v5.1.5
      • cfxOIA v5.1.5.2
      • cfxOIA v5.1.5.3
      • cfxOIA v6.0.0
      • cfxOIA v6.1.0
  • KEY FEATURES GUIDE
    • Incident Management
      • Incidents Overview
      • Create Incident
      • Incident States
      • Accessing Incident
        • Stack
        • Alerts
        • Metrics & Logs
        • Insights
        • Collaboration
        • Diagnostics
        • Remediation
        • Attachments
        • Activities
      • Incident Actions
    • Alert Management
      • Alerts Overview
      • Alert Analytics
      • Alert States
      • Alert Sources
    • Advanced Alert Configuration
      • Alert Mappings
      • Alert Enrichment
      • Alert Correlation & Suppression
        • Creating and Updating Correlation Policies
        • Creating and Updating Suppression Policies
        • Correlation Recommendations
    • ML Driven Operations
    • Data Exploration
    • RDA (Robotic Data Automation)
      • Accessing UI
      • Sources Addition and Configuration
      • Check Connectivity
      • Proxy Settings
      • Explore
        • Bots
        • Pipelines
        • Schedules
        • Jobs
    • Analytics
  • UI & PORTAL FEATURES GUIDE
    • Filters Management
    • Customizing Table Views
    • Exporting Data
  • Administrator Guide
    • User Roles & RBAC
    • Collaboration
    • Projects
      • How to add Project
      • Configure Project
        • Stacks
        • Incidents
        • Alerts
        • Messages
          • Message Endpoints
            • Rest Data Consumer
            • Kafka Message Consumer
            • ServiceNow SaaS
            • Webhook with Basic Authentication
          • Message Mappings
        • Teams
        • Datasources
        • Resolution Codes
  • INTEGRATIONS GUIDE
    • Integrations Overview
    • Featured Integrations
      • AppDynamics
      • Dynatrace
      • Microsoft Teams
      • NetApp Cluster Mode
      • NetApp 7 Mode
      • Prometheus
      • ServiceNow
      • Slack
      • Splunk Enterprise
      • VMware vCenter
      • Zabbix
      • NodePing
      • Nagios XI
      • Check MK
      • VMware vRealize Operations
      • PRTG Network Monitor
      • Grafana
      • AWS Cloudwatch
      • ManageEngine OpManager
      • PagerDuty
Powered by GitBook
On this page
  • Prerequisites:
  • Enabling API access on Dynatrace SaaS portal:
  • Configure Dynatrace Alert Notifications using Webhook:
  1. INTEGRATIONS GUIDE
  2. Featured Integrations

Dynatrace

PreviousAppDynamicsNextMicrosoft Teams

Last updated 3 years ago

Prerequisites:

The following are pre-requisites for creating Dynatrace as a Datasource. It is used for Alert Notifications from Dynatrace and collecting Host/Application Configuration and Metrics & Logs on-demand.

1) Dynatrace SaaS Account

2) An API Key (Created on Dynatrace SaaS portal)

3) One or more Hosts or Applications or Databases being monitored by Dynatrace

Enabling API access on Dynatrace SaaS portal:

Step 1: Login to https://<instance-name>.live.dynatrace.com using your credentials

Step 2: Go to ‘Settings’ → ‘Integration’ → ‘Dynatrace API’

Step 3: Click on ‘Generate Token’, Enter a Name under ‘Token name’

Step 4: Enable below permissions for the API access

  • Access problem and event feed, metrics, and topology

  • Read log contents

  • Read synthetic monitors, location and nodes

  • Read configuration

  • Log import

  • Read audit logs

Configure Dynatrace Alert Notifications using Webhook:

Step 1: Login to https://<instance-name>.live.dynatrace.com using your credentials

Step 2: Go to ‘Settings’ → ‘Integration’ → ‘Problem notifications’

Step 3: Click on ‘Setup notifications’

Step 4: Click on ‘Custom Integration’ (Webhook)

Step 5: Enter the ‘Webhook Name’

Step 6: Copy & Paste the Webhook URL that was generated for Dynatrace alerts under OIA Administration in the previous section

Step 7: Select ‘Accept any SSL certificate’ option “ONLY” if you want to ignore self-signed certificate warning. (Caution: It is highly recommended to install CA signed certificate on cfxDimensions platform and do not select this option for security reasons)

Step 8: Click on ‘Create basic authorization header’ to add Username & Password for the Webhook (Please refer previous section)

Step 9: Under ‘Custom Payload’, Enter the below Alert fields.

{
"ImpactedEntity":"{ImpactedEntity}",
"EntityID":"{PID}",
"State":"{State}",
"Details":{ProblemDetailsJSON},
"DetailedText":"{ProblemDetailsText}",
"ProblemID":"{ProblemID}",
"ProblemTitle":"{ProblemTitle}",
"Severity":"{ProblemSeverity}",
"ImpactType":"{ProblemImpact}",
"URL":"{ProblemURL}",
"Tags":"{Tags}"
}

Step 10: Select ‘Alerting Profile’

Step 11: Click on ‘Send test notification’ to verify it is able to send a ‘Test Alert’ successfully to cfxDimensions platform.

Step 12: Click on ‘Save’ to commit the Webhook notification settings.

Prerequisites: Click here for to create a Webhook URL for Dynatrace alert notifications in CloudFabrix AIOps platform.

Alert Sources