Troubleshoot data collection

Follow these steps to troubleshoot data collection issues.

For diagnosing general issues with the OpenTelemetry collector, see Splunk OpenTelemetry Collector のトラブルシューティング.

In order to diagnose and troubleshoot issues with Secure Application telemetry specifically, you can enable and activate the debug exporter in your collector's logs/secureapp pipeline. The debug exporter allows the collector to send telemetry directly to the console.

  1. Add the debug exporter in the exporters section if not already present.

    CODE
    exporters:
       # ...
       # Other exporters
       # ...
       debug:
          # Available levels are "basic", "normal", and "detailed"
          verbosity: detailed
  2. Activate the debug exporter by adding it to logs/secureapp pipeline. For example:

    CODE
    service:
      pipelines:
        ...
        logs/secureapp:
          receivers: [routing/logs]
          processors: [memory_limiter, batch]
          exporters: [debug, otlphttp/secureapp]
  3. After activating the debug exporter in logs/secureapp pipeline, restart the collector.

  4. Restart the Java application. Wait for a few minutes for the application initialization to complete and inspect the output in the console of the collector. Capture the output and send to support for further analysis if required.

  5. After you have inspected and captured the debug output, you can deactivate the debug exporter from the logs/secureapp pipeline and restart the collector.

For diagnosing issues with the Secure Application JVM agent, collect the agent logs and send them to Support. The logs are located in the /tmp folder if the container is non-writable; otherwise they're in the folder from which you launched the Secure Application JVM agent. For example:

CODE
/tmp/secure-app-otel-extension/argentoDynamicService/ossAgentArgentoExtensionService_10-27-2025-15.45.19_7033.log
/tmp/secure-app-otel-extension/argentoDynamicService/argento-security-extension/instances/dummy--1_otel/logs/mt-agent-initial-10-27-2025-15.45.19_7033.log