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 Splunk Add-on for AppDynamics
SHA256 checksum (splunk-add-on-for-appdynamics_201.tgz) 150272791402076718c92f6270aafd61a353e58fec297890b44fd784dbef2bb2 SHA256 checksum (splunk-add-on-for-appdynamics_190.tgz) 350113ec2182eae840c18ea550b747b7770d18e118132b869779e3e66b0b074b SHA256 checksum (splunk-add-on-for-appdynamics_181.tgz) 1c204cea24451dae9f2f7967fd4bd53fc590d50acd7d9c60ed96cbf6c9decfc0 SHA256 checksum (splunk-add-on-for-appdynamics_180.tgz) 9add87bef0505bc94980366fcbdc04191f29e9312fac87b9d22d0cccaa9fd75e SHA256 checksum (splunk-add-on-for-appdynamics_175.tgz) 1392382ae6e06c3ad398d6a55a41e6ee14744459a3e70ed7646f07aa38da8564 SHA256 checksum (splunk-add-on-for-appdynamics_171.tgz) d00206543bbfabe09e3ce07463cc42cab40205823463ee95f2f7b274c0ac684c SHA256 checksum (splunk-add-on-for-appdynamics_170.tgz) 9ac13070d248a0175dccfdcdda05f00a79bab0db6f0bc4316b201fe2be5d8aac SHA256 checksum (splunk-add-on-for-appdynamics_160.tgz) e90cfdccfe07ed31a6518426aa08d4b77d3a9032febb4079220968d0c5a39b12 SHA256 checksum (splunk-add-on-for-appdynamics_156.tgz) 198fc2b3d6863ed986c93edc7564b1679d6c081d523fdbd28165c19bb9ce7b89 SHA256 checksum (splunk-add-on-for-appdynamics_155.tgz) 50358ad17a909fe02aa84552be12a44d18ef172b3e1ccdfbdd9f93ec465a7f2b SHA256 checksum (splunk-add-on-for-appdynamics_154.tgz) c6a313dcba4b7b1bce126c70b2bc4c21212d138e98271ca0116d3c9e7ae4ba09 SHA256 checksum (splunk-add-on-for-appdynamics_153.tgz) 5ac0df01ddb370b452367016333ba0945fa2fc9934a5afa67111e647fb1ed78c
To install your download
For instructions specific to your download, click the Details tab after closing this window.

Flag As Inappropriate

splunk

Splunk Add-on for AppDynamics

Splunk Labs
This app is NOT supported by Splunk. Please read about what that means for you here.
Overview
Details
The Splunk Add-on for AppDynamics enables you to easily configure data inputs to pull data from AppDynamics' REST APIs. Data collected includes overall application performance, business transaction performance, infrastructure performance, and health rule violations for each application in AppDynamics. The companion Splunk App for AppDynamics provides dashboards and saved searches to visualize AppDynamics data in the Splunk platform. This add-on allows you to apply predictive analytics to your APM data and correlate AppDynamics data with all of your other machine data (wire data, logs, server data, infrastructure data, etc.) in the Splunk platform.

Splunk Add-on for AppDynamics

Release Notes

v1.9.0 - Now Splunk Cloud supported! Updated using Add-On-Builder 4.0 to set python version preference to python3 and pass cloud vetting (no changes in functionality).

Prerequisites

  • AppDynamics Collector URL (host & port)
  • AppDynamics User ID, Password
  • AppDynamics Account Name

Installation Instructions

Install the Splunk Add-on for AppDynamics on a heavy forwarder for data collection. The app contains modular inputs for data collection and requires Python.

Install the Splunk Add-on for AppDynamics to your search heads to enable search time operations.

(Optional) Install the Splunk App for AppDynamics on your search heads. The add-on is responsible for executing the REST calls and collecting the data from AppDynamics. The app provides the dashboards and saved searches. If you are using this add-on together with the Splunk ITSI Module for Application Performance Monitoring, only the add-on is necessary for integration.

Standard Configuration

The Splunk Add-on for AppDynamics contains three input types:
- AppDynamics Summary
- Single API Call
- AppDynamics Analytics API

In most cases you will only need to use the AppDynamics Summary input.

If you are using this add-on together with the Splunk ITSI Module for Application Performance Monitoring, set your data collection interval to less than 300 seconds.

Start Searching

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

sourcetype="appdynamics_summary"

Note: If your data is stored in an index that is not searched by default for your Splunk user, you will need to add the specific index to the Selected indexes in Access controls > Roles > [ROLE NAME]

Additional Optional Configuration

In some cases you may not want all of the Summary data or you may only need a very specifc metric for a single application. For these cases, use the AppDynamics API input type. In this case, you will also need to specify an application name, the url path and the specific metric path found in the AppDynamics Metric Browser.

  1. While in the AppDynamics Metric Browser, identify the metric you would like to capture and right-click to copy the "Full Path". This is the value you will use for an AppDynamics API data input.
  2. Click the Configure New Input button and select AppDynamics API
  3. Enter your API call parameters and save
  4. Now start searching using
sourcetype="appdynamics:api"

AppDynamics Analytics Events API Call

This input provides the ability to query data from AppDynamics Analytics Events API. The inputs are very different from the other 2 inputs. This input requires your 'Global Account Name' as well an API Key to access the data. More details

More details on this API can be found here:
https://docs.appdynamics.com/display/PRO45/Analytics+Events+API

  • Click the Configure New Input button and select AppDynamics Analytics API
  • Enter your API call parameters and save

Now start searching using

sourcetype="appdynamics:analytics”

Release Notes

Version 2.0.1
June 22, 2023
  • Migrated to UCC.
  • Merge OAuth patch.
  • Restart is needed for this update.
  • Improved Cloud Compatibility.
  • Forcing TLS verification
Version 1.9.0
July 23, 2021

Now Splunk Cloud supported! Updated using Add-On-Builder 4.0 to set python version preference to python3 and pass cloud vetting (no changes in functionality).

Version 1.8.1
May 13, 2020

Updated a small Python3 bug that could result in an intermittent error like this: "RuntimeError: dictionary changed size during iteration".

Version 1.8.0
Feb. 14, 2020

This release consists of 3 major updates:
1. This is the first release with Python3 support for Splunk v8.x and beyond. It will continue to work with Python2 as well.
2. A new setting has been added to the Summary Input to allow for the JSON payload to be separated into separate events.
3. A new input has been added to allow you to query the AppDynamics Analytics Events API
more information on this API can be found here: https://docs.appdynamics.com/display/PRO45/Analytics+Events+API

Version 1.7.5
Oct. 23, 2018

Modified the Summary Input to make API calls using the application ID rather than application Name. This enables support for special characters in application names. Minor updates to the text on the summary input creation page.

Updated the Single API call to function the same as the summary input. Also added support for metric name wildcards and application selection. Also added support for http:// and https:// in the Single API Input.

Version 1.7.1
May 25, 2018

Updated the "AppDynamics Single API Call" input's Authorization Token to be encrypted. (Summary input was already encrypted).

Version 1.7.0
May 2, 2018

This release removes the [default] stanza from the props.conf file and moves any settings from there into the input stanzas. This will insulate all other inputs from this setting.

Version 1.6.0
Aug. 4, 2017

Version 1.6.0 of the Splunk Add-on for AppDynamics adds event types and field aliases for the Splunk ITSI Module for Application Performance Monitoring.

Version 1.5.6
May 8, 2017
Version 1.5.5
March 2, 2017
Version 1.5.4
Feb. 28, 2017
Version 1.5.3
Feb. 27, 2017

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 Inc. in the United States and other countries. All other brand names,product names,or trademarks belong to their respective owners.