Release Notes

Splunk AppDynamics オンプレミス仮想アプライアンスの機能拡張

製品/コンポーネント 概要 リリース バージョン リリースの日付
全般

仮想アプライアンスは、OpenTelemetry サービスの Splunk AppDynamics をサポートするようになりました。

Splunk AppDynamics は、OpenTelemetry コンポーネントを使用して OpenTelemetry トレースデータを取り込む OpenTelemetry と互換性のあるバックエンドを提供します。取り込まれたデータは Splunk AppDynamics バックエンドによって処理され、コントローラ UI に表示されます。このサービスは、Splunk AppDynamics for OpenTelemetry と呼ばれます。

詳細は、Install OpenTelemetry™ Service を参照してください。
25.7.0 2025 年 9 月 8 日
Unified Observability Experience Splunk Enterprise と連携するように Splunk AppDynamics 自己ホスト型仮想アプライアンス をセットアップできるようになりました。このセットアップにより、ディープリンクを使用して AppDynamics コントローラ UI から Splunk Enterprise 上のアプリケーションログに直接アクセスできます。この機能を使用すると、AppDynamics コントローラ UI から Splunk Enterprise にシームレスに移動して、アプリケーション、階層、ノード、ビジネストランザクション、およびトランザクションスナップショットに関連するログを表示できます。ディープリンク機能により、Splunk AppDynamics 自己ホスト型仮想アプライアンス と Splunk Enterprise 間のトラブルシューティングとデータ分析のためにコンテキストが保持されます。この統合により、オンプレミス環境全体で包括的な可視性が提供されるため、業務効率が向上して、問題の平均検出時間(MTTD)と平均修復時間(MTTR)が短縮されます。「Splunk Enterprise インテグレーション」を参照してください。 25.7.0 2025 年 9 月 8 日
Secure Application AppDynamics コントローラ UI で Secure Application ライセンスデータを表示できるようになりました。「Secure Application ライセンスの概要」を参照してください。 25.70 2025 年 9 月 8 日

Splunk AppDynamics オンプレミス仮想アプライアンスの解決済みの問題

解決済みの問題はありません。

Splunk AppDynamics On-Premises Virtual Appliance Known Issues

This section lists the known issues in Virtual Appliance 25.10.

This section lists the known issues in Virtual Appliance 25.10.

Virtual Appliance Upgrade Fails Due to Missing Configuration Settings and Errors

Issue ID Component Severity Affected Version
NEXUSOP-1769 Virtual Appliance Medium 25.10.0

The upgrade to Virtual Appliance version 25.10.0 fails due to missing configuration settings and errors in the globals.yaml.gotmpl file:

  • Missing migration.elasticsearch.fs section.

  • Missing customActions section.

Workaround:

If you are upgrading Virtual Appliance from 25.7:

Before starting the Virtual Appliance services, add the below section in globals.yaml.gotmpl:

CODE
# Migration config for datastores
migration:
  elasticsearch:
    fs:
      enabled: false
      mountPath: /mnt/nfs_events

If you are upgrading Virtual Appliance from the versions lesser than 25.7:

Before starting the Virtual Appliance services, add the following sections in globals.yaml.gotmpl:

CODE
# Migration config for datastores
migration:
  elasticsearch:
    fs:
      enabled: false
      mountPath: /mnt/nfs_events
CODE
customActions: 
  enable: true
  storage: 2Gi 
  path: /var/appd/data/custom-actions/actions/
Then start the services:
CODE
appdcli start appd <profile>