Log files for agent management versioned app retrieval add-on

Location and purpose of agent management versioned app retrieval add-on log files for agent management. Use these logs to troubleshoot download issues, authentication errors, and configuration problems.

Log file location

Check the logs of agent management versioned app retrieval add-on to troubleshoot download failures, authentication errors, network timeouts, or extraction issues. The logs contain information about each execution cycle, including which configurations were processed and whether artifacts were updated.

On *nix systems:

CODE
$SPLUNK_HOME/var/log/splunk/agent_management_versioned_app_retrieval.log

On Windows systems:

CODE
%SPLUNK_HOME%\var\log\splunk\agent_management_versioned_app_retrieval.log

View logs

To view recent log entries in real-time on *nix systems, use:

CODE
tail -f $SPLUNK_HOME/var/log/splunk/agent_management_versioned_app_retrieval.log

To search logs in Splunk Web, run:

CODE
index=_internal source="*agent_management_versioned_app_retrieval.log"