-
Notifications
You must be signed in to change notification settings - Fork 0
FAQs for using the Agent
Phillip Rafail Papadakis edited this page Jan 7, 2025
·
1 revision
To perform a single sync operation and then stop the agent, use the -immediate
flag. This will execute the sync process immediately and terminate afterward.
If you use multiple computers and want to sync data under a single user identifier, enable the includeHostname
setting in your configuration. This setting appends your computer's hostname to the data, ensuring synchronization is separated by device.
- Result: One user, multiple hosts, and data organized per host.
To review your agent’s settings, filters (processed, not raw), and categorized results, use the -testConfig
flag. This flag prints all relevant details to the console, allowing you to verify your setup before initiating the agent.
On macOS, you can:
- Run the agent as a standalone executable.
- Alternatively, use Docker to run the agent. When run in a Docker container, the agent will operate continuously, simulating a service until the container is stopped.