Kubernetes: Events visible in collector logs but not in UI

Secure Application events appear in OpenTelemetry Collector logs but don't appear in Splunk Observability Cloud.

Secure Application events appear in OpenTelemetry Collector logs, but the events don't appear in the Secure Application UI.

The Java application telemetry might be missing the deployment environment resource attribute.

  1. Set the deployment environment for the Splunk OpenTelemetry Collector Helm chart.
    SHELL
    helm upgrade <release> splunk-otel-collector-chart/splunk-otel-collector \
      --set environment=<environment-name>
  2. Restart the Java application pods.