Technical Tip: How to gather log bundles from the Reveal Agent
| Description | This article describes how to gather log bundles from the Reveal Agent. |
| Scope | FortiDLP. |
| Solution | The logs from the Reveal Agent are gathered by generating a debug bundle. Below are the steps to gather the bundle for the respective operating systems.
Notes:
Windows: For a comprehensive set of logs, use the agent 'debug bundle' functionality which will generate a zipped log file bundle.
Method: Open an administrator cmd.exe prompt:
Type:
"C:\Program Files\Jazz Networks\Agent\agent.exe" debug bundle
Depending on the agent version, it may take a few minutes for the bundle collection to complete. The bundle will be placed in the current working directory.
"C:\Program Files\Jazz Networks\Agent\agent.exe" debug bundle -v
Note:
Mac OS: To get comprehensive logs for troubleshooting the Mac Agent, use the debug bundle command. (Requires elevated permissions).
Jazz Agent 7.1.4 (and earlier):
sudo /Applications/Jazz\ Networks.app/Contents/Resources/agent debug bundle
Reveal Agent 7.2.3 - 7.5.1 (inclusive):
sudo /Applications/Ava\ Reveal.app/Contents/Resources/agent debug bundle
Reveal Agent 7.6.1 (or later):
sudo /Library/Application\ Support/Ava/Reveal/agent/agent debug bundle
The compressed log output will be written to the current working directory.
Linux: To get comprehensive logs for troubleshooting of the Linux Reveal Agent, use the debug bundle command. (Requires elevated permissions):
sudo jazz-agent debug bundle
This will be placed in the current working directory. |

