After upgrading DX Operational Observability (DXO2) from version 25.1 to 26.1, the Service Insights feature is no longer displayed within the user interface.
Note: This issue is isolated specifically to Service Insights; Alarm Insights remain fully available and function as expected.
DE668245 - missing environmental variable in the doi-readserver deployment following the upgrade process. Without this variable, the backend server fails to properly initiate or read the data source required to display Service Insights. Development is working on the fix.
To resolve this issue and restore Service Insights, add manually the missing environmental variable to the doi-readserver deployment configuration.
Steps to resolve:
Edit the deployment configuration for the doi-readserver pod in your Kubernetes/OpenShift environment.
Locate the env section within the deployment container specification.
Add the following environmental variable key-value pair exactly as shown below:
- name: DATA_SOURCE_AI_INSIGHTS
value: "true"
Save the configuration and apply the changes. This will automatically trigger a rollout/restart of the doi-readserver pods.
Once the pods are back in a Running state, refresh your DXO2 interface to verify that Service Insights are now visible.