Missing OTel Details in the Controller UI
- The OTel tab does not appear in the Controller UI.
- The
x-api-keyis unavailable in the OTel tab. - You cannot register your applications in the dashboard.
- The application data is unavailable in the Controller UI.
Update the admin.jsp page manually or run the following command to update all the required settings. For all the required Controller settings, see Admin.jsp Settings.
admin.jsp settings.
After updating the admin.jsp settings, complete the following steps:
- Standard Deployment
-
-
Run the following command:
CODEappdcli run bootstrap_otis -
(Optional) Re-configure the required settings on the
admin.jsppage. See Admin.jsp Settings. -
Re-login to the Controller UI.
-
- Hybrid Deployment
-
-
Run the following command:
CODEappdcli run bootstrap_otis --addAgentConfig=True -
(Optional) Re-configure the required settings on the
admin.jsppage. See Admin.jsp Settings. -
Re-login to the Controller UI.
-
Admin.jsp の設定
必要な操作に移動し、設定を更新します。
サービスを有効化(Enable Service)
- 標準的導入
-
CODE
appdynamics.onprem.otis.enabled: true - ハイブリッド展開
-
CODE
appdynamics.onprem.otis.enabled: true
エンドポイントのオンボード
- 標準的導入
-
CODE
appdynamics.saas.otis.global.endpoint.url: https://otis-onboarding-service.cisco-otis.svc:18443/Stage/status - ハイブリッド展開
-
CODE
appdynamics.saas.otis.global.endpoint.url: https://<virtualappliance-dns-name>/otis/onboarding/Stage/status
導入準備のための API キー
- 標準的導入
-
-
仮想アプライアンスノードの 1 つで次のコマンドを実行して、
x-api-keyを取得します。CODEappdcli run decode_otis_onboarding -
以下の設定を
x-api-keyで更新します。CODEappdynamics.saas.otis.x-api-key: <x-api-key-value>
-
- ハイブリッド展開
-
-
仮想アプライアンスノードの 1 つで次のコマンドを実行して、
x-api-keyを取得します。CODEappdcli run decode_otis_onboarding -
以下の設定を
x-api-keyで更新します。CODEappdynamics.saas.otis.x-api-key: <x-api-key-value>
-
取り込みの有効化
- 標準的導入
-
CODE
appdynamics.saas.otis.ingestion.endpoint.url: https://<virtual-appliance-dnsname>:443/otis/ingest/注: この設定は、内部構成だけに適用されます。OTel コレクタの設定については、otel-collector.yaml ファイルを参照してください。 - ハイブリッド展開
-
CODE
appdynamics.saas.otis.ingestion.endpoint.url: https://<virtual-appliance-dnsname>:443/otis/ingest/
メータリングを有効にする
- 標準的導入
-
CODE
appdynamics.saas.otis.usage.global.endpoint.url: https://otis-metering-reader-service.cisco-otis.svc:5001/v1/usage - ハイブリッド展開
-
CODE
appdynamics.saas.otis.usage.global.endpoint.url: https://<virtual-appliance-dns-name>/otis/metering/v1/usage
メータリングを有効にする API キー
- 標準的導入
-
-
仮想アプライアンスノードのいずれかで次のコマンドを実行して、メータリング API キーを取得します。
CODEappdcli run decode_otis_metering -
次の設定を
x-api-keyで更新します。CODEappdynamics.saas.otis.usage.x-api-key: <metering-api-key-value>
-
- ハイブリッド展開
-
-
仮想アプライアンスノードのいずれかで次のコマンドを実行して、メータリング API キーを取得します。
CODEappdcli run decode_otis_metering -
次の設定を
x-api-keyで更新します。CODEappdynamics.saas.otis.usage.x-api-key: <metering-api-key-value>
-