コントローラ UI に OTel の詳細がありません

次のいずれかの問題が発生した場合:
  • [OTel] タブがコントローラ UI に表示されません。
  • x-api-key は [OTel] タブで使用できません。
  • ダッシュボードにアプリケーションを登録することはできません。
  • コントローラ UI でアプリケーションデータを表示できません。

admin.jsp ページを手動で更新するか、次のコマンドを実行して必要なすべての設定を更新します。必要なすべてのコントローラ設定については、「Admin.jsp の設定」を参照してください。

注: これにより、既存の admin.jsp 設定が上書きされます。

admin.jsp の設定を更新後、次の手順を実行します。

標準的導入
  1. 以下のコマンドを実行します:

    CODE
    appdcli run bootstrap_otis
  2. (オプション)admin.jsp ページで必要な設定を再構成します。「Admin.jsp の設定」を参照してください。

  3. コントローラ UI に再ログインします。

ハイブリッド展開
  1. 以下のコマンドを実行します:

    CODE
    appdcli run bootstrap_otis --addAgentConfig=True
  2. (オプション)admin.jsp ページで必要な設定を再構成します。「Admin.jsp の設定」を参照してください。

  3. コントローラ UI に再ログインします。

Admin.jsp Settings

Navigate to the required operation and update its settings:

Enable Service

Standard Deployment
CODE
appdynamics.onprem.otis.enabled: true
Hybrid Deployment
CODE
appdynamics.onprem.otis.enabled: true

Onboarding Endpoint

Standard Deployment
CODE
appdynamics.saas.otis.global.endpoint.url: https://otis-onboarding-service.cisco-otis.svc:18443/Stage/status
Hybrid Deployment
CODE
appdynamics.saas.otis.global.endpoint.url: https://<virtualappliance-dns-name>/otis/onboarding/Stage/status

API Key to Onboard

Standard Deployment
  1. Run the following command in one of the Virtual Appliance nodes to obtain the x-api-key.
    CODE
    appdcli key otis_onboarding true
  2. Update the below setting with x-api-key.

    CODE
    appdynamics.saas.otis.x-api-key: <x-api-key-value>
Hybrid Deployment
  1. Run the following command in one of the Virtual Appliance nodes to obtain the x-api-key.
    CODE
    appdcli key otis_onboarding true
  2. Update the below setting with x-api-key.

    CODE
    appdynamics.saas.otis.x-api-key: <x-api-key-value>

Enable Ingestion

Standard Deployment
CODE
appdynamics.saas.otis.ingestion.endpoint.url: https://<virtual-appliance-dnsname>:443/otis/ingest/
注: This setting applies only for the internal configuration only. For OTel Collector settings, see the otel-collector.yaml files.
Hybrid Deployment
CODE
appdynamics.saas.otis.ingestion.endpoint.url: https://<virtual-appliance-dnsname>:443/otis/ingest/

Enable Metering

Standard Deployment
CODE
appdynamics.saas.otis.usage.global.endpoint.url: https://otis-metering-reader-service.cisco-otis.svc:5001/v1/usage
Hybrid Deployment
CODE
appdynamics.saas.otis.usage.global.endpoint.url: https://<virtual-appliance-dns-name>/otis/metering/v1/usage

API Key to Enable Metering

Standard Deployment
  1. Run the following command in one of the Virtual Appliance nodes to obtain metering API key:

    CODE
    appdcli key otis_metering true
  2. Update the below setting with x-api-key:

    CODE
    appdynamics.saas.otis.usage.x-api-key: <metering-api-key-value>
Hybrid Deployment
  1. Run the following command in one of the Virtual Appliance nodes to obtain metering API key:

    CODE
    appdcli key otis_metering true
  2. Update the below setting with x-api-key:

    CODE
    appdynamics.saas.otis.usage.x-api-key: <metering-api-key-value>