Splunk AppDynamics ソフトウェアのダウンロード

このページでは、Splunk AppDynamics のダウンロードについて説明します。

AppDynamics ダウンロードは、エージェント、プラットフォーム、およびセキュリティドキュメントをダウンロードし、ソフトウェア利用資格にアクセスし、システムアップデートを確認するための中心的な場所です。このサイトでは、サブスクリプションのタイプと権限に応じてダウンロードの可用性が提供されます。

警告: Splunk AppDynamics では規制を行っており、Splunk 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 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.

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:

  1. Type the name and/or version of the desired package in the Search field.
  2. Press Enter on your keyboard to update the list of available packages for download.
  3. 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:

  1. Hover over Checksums in the Description column to view the MD5 and SHA256 hash functions for the component.
  2. Click View to review the latest release notes.
  3. Click Download to obtain the .zip file.
  4. Click cURL to generate the code for cURL that includes a time-sensitive OAUTH access token.
  5. Select Copy to Clipboard Copy to Clipboardand 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.

  1. Retrieve an OAUTH token with the download scope:

    JSON
    curl -X POST -d '{"username": "<username>","password": "<password>","scopes": ["download"]}' https://identity.msrv.saas.appdynamics.com/v2.0/oauth/token
  2. View the latest version of each available product from https://download.appdynamics.com/download/downloadfilelatest/. For example:

    CODE
    curl https://download.appdynamics.com/download/downloadfilelatest/
  3. Inspect the response (or parse via script) to find the download_path of the latest product version.
  4. Download the binary by running the following command:

    Replace access_token url_to_file download_path

    CODE
    curl -L -O -H "Authorization: Bearer <access_token>" <url_to_file>

ソフトウェアパッケージのダウンロードの検証

チェックサム検証を使用し、(特定のパッケージについては)デジタル署名を使用して、Splunk AppDynamics ダウンロードからダウンロードしたソフトウェアを検証できます。この検証を行うには、パッケージを検証するマシンに TLS 1.2 実装が含まれている必要があります。

チェックサム検証

  1. [ダウンロード(Downloads)] に移動します。Splunk AppDynamics
  2. ソフトウェアパッケージの説明の下にある [チェックサム(Checksums)] をクリックして、MD5 および SHA256 チェックサムを表示します。
  3. ダウンロードが完了したら、チェックサムツールを実行し、ダウンロードページで得たチェックサム情報と結果を比較します。

デジタル署名

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」を参照してください。