Steps to collect the Data Loss Prevention (DLP) Endpoint Agent logs.
Before collecting log files, we recommend setting the logging level to "FINEST", reproducing the issue, and then collecting the logs.
There are two methods to gather agent log files.
Gathering the Endpoint Agent logs directly from the Enforce UI is a two-step process in which an Endpoint Agent task is sent from the Enforce Server to the Endpoint Agent. Once the task is complete, then the logs can be gathered from the Endpoint Server.
Once the task has been sent to the Endpoint Agent, gather the Endpoint Agent logs from the Endpoint Servers.
This method is used when the agent cannot connect to the server and upload the files. There are two options for collecting agent log files locally:
See Agent install source files information to get the agent tools needed for this method.
To deobfuscate the log file you can use the update_configuration.exe (windows only and versions earlier than and including DLP 15.0) as described in Increase the logging level of DLP agents to FINEST. The second option is to use the vontu_sqlite3 (Mac and Windows clients) tool to update the configuration table in the cg.ead and set Obfuscate to 0 for the Logging setting (also detailed in Increase the logging level of DLP agents to FINEST)
Example steps of using deobfuscating tools
#service_shutdown -p=<tool_password>
#update_configuration.exe -name=Logging -setting=Obfuscate -type=int -value=0
#vontu_sqlite3 -db=cg.ead
#Update CONFIGURATION set VALUE=0 where NAME="Logging" and SETTING="Obfuscate";
The log dump utility is used to read the obfuscated logs and then save them to a readable file.
Caution: If the FINEST level logging is not set then the log files may not have the needed information to diagnose the issue.
logdump.exe -log=edpa_ext0.log -p=toolspassword > c:\edpa0.log
logdump.exe -log=edpa_ext1.log -p=toolspassword > c:\edpa1.log
Symdiag will collect the DLP agent log files in addition to the other system information. See this KB for details on how to download and run Symdiag to generate the Symdiag output.