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 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
-
-
Run the following command in one of the Virtual Appliance nodes to obtain the
x-api-key.CODEappdcli key otis_onboarding true -
Update the below setting with
x-api-key.CODEappdynamics.saas.otis.x-api-key: <x-api-key-value>
-
- Hybrid Deployment
-
-
Run the following command in one of the Virtual Appliance nodes to obtain the
x-api-key.CODEappdcli key otis_onboarding true -
Update the below setting with
x-api-key.CODEappdynamics.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/Note: 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
-
-
Run the following command in one of the Virtual Appliance nodes to obtain metering API key:
CODEappdcli key otis_metering true -
Update the below setting with
x-api-key:CODEappdynamics.saas.otis.usage.x-api-key: <metering-api-key-value>
-
- Hybrid Deployment
-
-
Run the following command in one of the Virtual Appliance nodes to obtain metering API key:
CODEappdcli key otis_metering true -
Update the below setting with
x-api-key:CODEappdynamics.saas.otis.usage.x-api-key: <metering-api-key-value>
-