icon/x Created with Sketch.

Splunk Cookie Policy

We use our own and third-party cookies to provide you with a great online experience. We also use these cookies to improve our products and services, support our marketing campaigns, and advertise to you on our website and other websites. Some cookies may continue to collect information after you have left our website. Learn more (including how to update your settings) here.
Accept Cookie Policy

We are working on something new...

A Fresh New Splunkbase
We are designing a New Splunkbase to improve search and discoverability of apps. Check out our new and improved features like Categories and Collections. New Splunkbase is currently in preview mode, as it is under active development. We welcome you to navigate New Splunkbase and give us feedback.

Accept License Agreements

This app is provided by a third party and your right to use the app is in accordance with the license provided by that third-party licensor. Splunk is not responsible for any third-party apps and does not provide any warranty or support. If you have any questions, complaints or claims with respect to this app, please contact the licensor directly.

Thank You

Downloading Dynatrace Add-on for Splunk
SHA256 checksum (dynatrace-add-on-for-splunk_216.tgz) 9c34dc9a566f7dfa89fd5dc79c6017f3f735af84a9d2f403402d8992dc362d83 SHA256 checksum (dynatrace-add-on-for-splunk_215.tgz) afbdb3e3e5be2782d973a0d1a3b6524d2537044232af8537677de3beb7e2a384 SHA256 checksum (dynatrace-add-on-for-splunk_201.tgz) 63e77a018c8bc3dc6ad365390366de621293952a3ce5a6197ac5866a977e4dc8 SHA256 checksum (dynatrace-add-on-for-splunk_122.tgz) a2f777dab95bf136f794a50de83aa457b3066842ee4063b6080733a7d6ac0640 SHA256 checksum (dynatrace-add-on-for-splunk_12.tgz) 814a4a655f69d9c5bc62022a9c8c5eaa300f2e5b7a3b9ed95fe933e55e29a370 SHA256 checksum (dynatrace-add-on-for-splunk_112.tgz) fb2c5ba2eefe73ae7fb056cf21b4d625930142e47bd77191991aab29ff36cb79 SHA256 checksum (dynatrace-add-on-for-splunk_111.tgz) 8146fd21be09229b15b2efbae6fb847b45cc452652c632f2ed27dba6e90ecbce SHA256 checksum (dynatrace-add-on-for-splunk_110.tgz) 676e027257262dde1e27b890e96079552d7513b0ade6cbd8697b75e3e90be03c SHA256 checksum (dynatrace-add-on-for-splunk_105.tgz) 3e8e101e7a77eccdec23a9b05aeb58a2605754998266ae5e4ac4ca968a0f3cff SHA256 checksum (dynatrace-add-on-for-splunk_104.tgz) 29d9a4782d611d6fad7d5f8325638dfa252f67208a5cce1cfa81389d7bbc4423 SHA256 checksum (dynatrace-add-on-for-splunk_103.tgz) ecb99afcca1507a09709f7512e33ed609e94c0d7967f6c01124dc5e4c5719a67
To install your download
For instructions specific to your download, click the Details tab after closing this window.

Flag As Inappropriate

splunk

Dynatrace Add-on for Splunk

Splunk Labs
This app is NOT supported by Splunk. Please read about what that means for you here.
Overview
Details
The Dynatrace Add-on for Splunk works together with the Dynatrace App for Splunk and provides a set of powerful dashboards and saved searches to visualize Dynatrace data in Splunk.

Because Splunk has both historical and realtime data, this app allows you to apply predictive analytics to your APM data, correlate Dynatrace data with all of your other Splunk data (wire data, logs, server data, infrastructure data, etc.) and mine application performance monitoring data using Search Processing Language (SPL). The app collects data using Dynatrace's REST APIs.

Dynatrace Add-On for Splunk

What's Needed?

  • Downloads

    • Dynatrace App for Splunk
    • Dynatrace Add-on for Splunk
  • Dynatrace Information Required

    • Dynatrace API tenanat URL
    • Dynatrace API Authorization Token

Dynatrace Performance Metrics

Installation

  • The installation consists of installing both the Dynatrace Add-on for Splunk and the Dynatrace App for Splunk.
    • The Add-on is responsible for executing the rest API calls and collecting the data from Dynatrace
    • The App provides a collection of dashboards and saved searches.

To install, navigate to Apps --> Manage Apps and select the “Install app from File” button. Specify the location of the file you downloaded and install it.

Configuration

  • The Dynatrace Add-on for Splunk contains four distinct input types.

    • Timeseries Metrics: a pre-defined collection of Dynatrace metrics that feed the App's dashboards as well as ITSI’s APM Module (Note: by default the Dynatrace App for Splunk assumes all data is written to a "dynatrace" index)
    • Entity: Selectively choose which entities to collect data for (Applications, Services, Hosts, Processes &/or Process Groups)
    • Problem: Details about problems that Dynatrace detects within a given environment
    • Timeseries Single Metric: Any single timeseries metric that Dynatrace tracks
  • Each input requires you to specify the following:

    • Input Name
    • Pollling interval
    • Splunk Index to use
    • Dynatrace account URL
    • Dynatrace API authorization token

Create a new Input for the data you wish to collect via the Inputs menu -> Create New Input option.

Start Searching

Once the Dynatrace Add-on for Splunk is installed and configured you can execute searches using:

sourcetype="dynatrace:*"

Release Notes

Version 2.1.6
July 29, 2024
  • Changed entity_details to pull all data from optional fields.
  • Fixed synthetic test bug
  • Refactored code for organization

Full change log:
https://github.com/dconnett-splunk/splunk-add-on-for-dynatrace/compare/v2.1.5...v2.1.6

Version 2.1.5
March 12, 2024

V2 API is now located under two input types
1. Dynatrace API Version 2
2. Dynatrace Timeseries Metrics API v2

Once you create an API Version 2 Input, you can select which endpoint you want to collect from.

  • Added support for SyntheticTestsV2 and SyntheticExecutionsV2
  • Added unit, dimensions, dimensions and dimension map to MetricsV2
  • Added EntityV2 details
  • Added support for MetricSelectors in MetricsV2

Added support for custom certificate verification add your RootCA certificate to $SPLUNK_HOME/etc/apps/$DynatraceAddOn/local/cert.pem

Bugs fixed: * Missing data for paged results * Fixed issue where Dynatrace Collection Interval for metricsV2 would always pull 2 hours of data, regardless of time set by user.
* This will reduce data usage drastically for metrics * Proxy settings not respected for v2 Endpoints. * Timezone calculations inconsistent use of UTC vs local.

Version 2.0.1
April 25, 2023

Changes for 2.0
Added Support for Dynatrace APIv2 for the following Endpoints: * Metrics * Entities * Events * Problems * Synthetic Locations

Known Issues:
Entities do not contain all information

Version 1.2.2
July 14, 2021

*WARNING READ BEFORE UPGRADING to 1.2.x*
We are changed the way the Dynatrace Add-on for Splunk stores credentials in 1.2.x. It now uses a centralized storage methodology.

If upgrading from versions previous to 1.2, you will need to reconfigure all of your inputs after upgrading to this release.

Step 1: Navigate to "Dynatrace Add-on" -> "Configuration" -> "Add Account" (Add your Dynatrace tenant and token here)
Step 2: Navigate to "Dynatrace Add-on" -> "Inputs"
Step 3: For each input click "Actions" -> "Edit" -> Select your new Dynatrace Account defined in Step 1.

Changes for 1.2.2
Added knowledge objects from the Dynatrace App
Added compatibility for the Splunk APM Content Pack

Version 1.2
April 23, 2021

*WARNING READ BEFORE UPGRADING to 1.2*
We are changing the way the Dynatrace Add-on for Splunk stores credentials in this build. It now uses a centralized storage methodology.

You will need to reconfigure all of your inputs after upgrading to this release.

Step 1: Navigate to "Dynatrace Add-on" -> "Configuration" -> "Add Account" (Add your Dynatrace tenant and token here)
Step 2: Navigate to "Dynatrace Add-on" -> "Inputs"
Step 3: For each input click "Actions" -> "Edit" -> Select your new Dynatrace Account defined in Step 1.

Version 1.1.2
Aug. 24, 2020

Removed indexes.conf for cloud certification.

Version 1.1.1
Aug. 21, 2020

Resolved file permissions.

Version 1.1.0
March 30, 2020
  1. This is the first release with Python3 support for Splunk v8.x and beyond. It will continue to work with Python2 as well.
Version 1.0.5
Oct. 30, 2018

-Updated eventtypes.conf that was creating incorrect entities in ITSI.

Version 1.0.4
Aug. 6, 2018

Added ability to disable SSL certificate verification (for Dynatrace Managed environments using self-signed certificates)
Corrected Add-on display name in Splunk

Version 1.0.3
July 26, 2018

Added TA version header
Added mandatory HTTPS for API calls
If you are running a previous version you will need to reconfigure your Dynatrace tenant input.


Subscribe Share

Are you a developer?

As a Splunkbase app developer, you will have access to all Splunk development resources and receive a 10GB license to build an app that will help solve use cases for customers all over the world. Splunkbase has 1000+ apps from Splunk, our partners and our community. Find an app for most any data source and user need, or simply create your own with help from our developer portal.

Follow Us:
Splunk, Splunk>,Turn Data Into Doing, Data-to-Everything, and D2E are trademarks or registered trademarks of Splunk LLC in the United States and other countries. All other brand names,product names,or trademarks belong to their respective owners.