Troubleshoot data collection
Follow these steps to troubleshoot data collection issues.
For diagnosing general issues with the OpenTelemetry collector, see Troubleshoot the 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.
-
Add the
debugexporter in theexporterssection if not already present.CODEexporters: # ... # Other exporters # ... debug: # Available levels are "basic", "normal", and "detailed" verbosity: detailed -
Activate the
debugexporter by adding it tologs/secureapppipeline. For example:CODEservice: pipelines: ... logs/secureapp: receivers: [routing/logs] processors: [memory_limiter, batch] exporters: [debug, otlphttp/secureapp] -
After activating the
debugexporter inlogs/secureapppipeline, restart the collector. -
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.
-
After you have inspected and captured the debug output, you can deactivate the
debugexporter from thelogs/secureapppipeline 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:
/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