Splunk AppDynamics Downloads is a central location to download agents, platforms, and security documentation as well as access your license entitlements and review system updates. The site provides download availability according to your subscription type and permissions. Splunk AppDynamics has implemented restrictions and will not enter into any negotiation with, or seek to solicit any interest from, any third party in relation to the sale or use of the Splunk AppDynamics products or software or any part thereof, whether directly or indirectly with any country or region subject to an embargo including but not limited to Cuba, Iran, North Korea, Sudan, Syria, and Crimea. There are quick links provided to assist with management functions: Splunk AppDynamics provides downloads for monitoring agents, server platforms, and security documents. You can use filter options or the Search field under Available Downloads to find software and packages. Splunk AppDynamics updated all available Agents with fixes to address the Log4j vulnerability. Splunk AppDynamics Agents monitor every line of code in your instrumented environment by using unique tags that are assigned to method calls and request headers. The agents capture performance activity and report to the Controller Tenant in real-time. Use the Agents download tab to access every available agent in each applicable version for three operating systems to match your environment. Splunk AppDynamics provides several versions of the Controller Tenant, End User Monitoring (EUM) servers, and Synthetic servers for download on OSX, Linux, and Windows platforms. Splunk AppDynamics provides current Service Organization Control (SOC 2) compliance documentation and annual Penetration Test (PenTest) reports with user identity watermarks on each page. This self-service download option allows you to perform annual security validation quickly and easily. Each filter dropdown menu provides options that, when selected, automatically update the list of available downloads. If none display, edit your filter selections. Operating System—select one or more operating systems. Once you have a list of available downloads: When you download files, always copy or transfer the files in binary mode. If you want to transfer a file that you have downloaded on Windows to a Linux machine, use binary mode in your transfer program when you move the file to the destination Linux environment. Where applicable, Splunk AppDynamics also publishes software for distribution on package manager repositories such as RPM, npm, pip, NuGet, and more. For products that are available via a package manager, you can find relevant instructions to retrieve and install the software in Install the Machine Agent. The following steps demonstrate how to use cURL to get the latest version of a Splunk AppDynamics software download. Retrieve an OAUTH token with the download scope: View the latest version of each available product from https://download.appdynamics.com/download/downloadfilelatest/. For example: Download the binary by running the following command: Replace You can use checksum validation and a digital signature (for specific packages) to validate software downloaded from Splunk AppDynamics Downloads. This validation requires the machine on which you validate a package to include a TLS 1.2 implementation. Splunk AppDynamics digitally signs the following packages using a certificate signed by a publicly known certificate authority: Splunk AppDynamics digitally signs the following packages using a PGP key: Splunk AppDynamics hosts the PGP public key on https://pgp.mit.edu/ under the User ID "help@appdynamics.com". See Verify AppDynamics Software Downloads with PGP.Navigation Overview
Download Options
Agents
Platforms
Security Documents
Filter and Search Options
Refine Using Filters:
Search Field:
Automate Splunk AppDynamics Software Downloads with cURL
curl -X POST -d '{"username": "<username>","password": "<password>","scopes": ["download"]}' https://identity.msrv.saas.appdynamics.com/v2.0/oauth/tokencurl https://download.appdynamics.com/download/downloadfilelatest/download_path of the latest product version. access_token with your OAuth token from Step 1, and replace url_to_file with the download_path value from the response in Step 3.curl -L -O -H "Authorization: Bearer <access_token>" <url_to_file>Validate Software Package Downloads
Checksum Validation
Digital Signatures