Splunk AppDynamics ソフトウェアのダウンロード
このページでは、Splunk AppDynamics のダウンロードについて説明します。
AppDynamics ダウンロードは、エージェント、プラットフォーム、およびセキュリティドキュメントをダウンロードし、ソフトウェア利用資格にアクセスし、システムアップデートを確認するための中心的な場所です。このサイトでは、サブスクリプションのタイプと権限に応じてダウンロードの可用性が提供されます。
Navigation Overview
There are quick links provided to assist with management functions:
- Getting Started—provides instructions for creating an account, gaining system access, and so on.
- Entitlements—provides license packages, package editions, and license restrictions.
- Updates—provides product announcements, releases, and resolved issues.
- Automation—provides guidance for automating new version downloads.
Download Options
Splunk AppDynamics provides downloads for monitoring agents, server platforms, and security documents.
You can use filter options or the Search field underAvailable Downloads to find software and packages.
Agents
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.
Platforms
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.
Security Documents
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.
Filter and Search Options
Refine Using Filters:
Each filter dropdown menu provides options that, when selected, automatically update the list of available downloads. If none display, edit your filter selections.
- Type—select one or more options for download.
- Version—choose the latest or one or more previous versions.
-
Operating System—select one or more operating systems.
- Compatible With Controller (Agent Only)—choose the latest or one or more previous versions.
Search Field:
- Type the name and/or version of the desired package in the Search field.
- Press Enter on your keyboard to update the list of available packages for download.
- If no options display, there are none that match your search criteria. You may want to try the filter options.
Once you have a list of available downloads:
- Hover over Checksums in the Description column to view the MD5 and SHA256 hash functions for the component.
- Click View to review the latest release notes.
- Click Download to obtain the .zip file.
- Click cURL to generate the code for cURL that includes a time-sensitive OAUTH access token.
- Select Copy to Clipboard
and paste the code in your server, VM, or docker container within an hour.
Automate Splunk AppDynamics Software Downloads with cURL
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 usecURL to get the latest version of a Splunk AppDynamics software download.
-
Retrieve an OAUTH token with the download scope:
JSONcurl -X POST -d '{"username": "<username>","password": "<password>","scopes": ["download"]}' https://identity.msrv.saas.appdynamics.com/v2.0/oauth/token -
View the latest version of each available product from https://download.appdynamics.com/download/downloadfilelatest/. For example:
CODEcurl https://download.appdynamics.com/download/downloadfilelatest/ - Inspect the response (or parse via script) to find the
download_pathof the latest product version. -
Download the binary by running the following command:
Replace access_token url_to_file download_path
CODEcurl -L -O -H "Authorization: Bearer <access_token>" <url_to_file>
ソフトウェアパッケージのダウンロードの検証
チェックサム検証を使用し、(特定のパッケージについては)デジタル署名を使用して、Splunk AppDynamics ダウンロードからダウンロードしたソフトウェアを検証できます。この検証を行うには、パッケージを検証するマシンに TLS 1.2 実装が含まれている必要があります。
チェックサム検証
- [ダウンロード(Downloads)] に移動します。Splunk AppDynamics
- ソフトウェアパッケージの説明の下にある [チェックサム(Checksums)] をクリックして、MD5 および SHA256 チェックサムを表示します。
- ダウンロードが完了したら、チェックサムツールを実行し、ダウンロードページで得たチェックサム情報と結果を比較します。
デジタル署名
Splunk AppDynamics は、パブリック証明機関によって署名された証明書を使用して次のパッケージにデジタルに署名します。
- .NETエージェント
- Windows MSI インストーラの Splunk AppDynamics コントローラテナント
Splunk AppDynamics は、PGP キーを使用して次のパッケージにデジタルに署名します。
- Javaエージェント
- マシンエージェント
- マシンエージェントの RPM パッケージ
- Python エージェント pip パッケージ
Splunk AppDynamics PGP 公開キーがユーザー ID「help@appdynamics.com」で https://pgp.mit.edu にホストされています。「Verify AppDynamics Software Downloads with PGP」を参照してください。