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:
Subcommand | Description |
---|---|
--auth | Configures authentication with the Watchman platform |
--network | Sets network settings (e.g., proxy, ports, etc.) |
--show-config | Displays the agent’s current configuration |
--export | Allows exporting collected data to a local file |
--log-mode | Sets the logging mode (standard log, debug, silent, etc.) |
--protocol | Specifies the network protocols to use (HTTP, HTTPS, etc.) |
🧪 Configuration Example
watchman-agent --auth --network --log-mode debug --protocol https