Skip to main content

Configure

After installation, it is necessary to set up Watchman Agent so that it can properly communicate with the Watchman platform and retrieve the required information.


⚙️ Configuration Command

Watchman Agent provides a command-line interface with several subcommands that allow configuring different aspects of the agent's operation.


📋 Available Functions

Here are the main configuration subcommands:

SubcommandDescription
--authConfigures authentication with the Watchman platform
--networkSets network settings (e.g., proxy, ports, etc.)
--show-configDisplays the agent’s current configuration
--exportAllows exporting collected data to a local file
--log-modeSets the logging mode (standard log, debug, silent, etc.)
--protocolSpecifies the network protocols to use (HTTP, HTTPS, etc.)

🧪 Configuration Example

watchman-agent --auth --network --log-mode debug --protocol https