watchlog/agent
Watchlog Agent: Efficient, Secure, and Easy-to-Use. Simplify log monitoring & analysis.
123
The Watchlog Agent Docker image is a convenient and efficient way to deploy and monitor your server logs using Watchlog . With this Docker image, you can easily set up and configure the Watchlog agent to collect and send your server logs to the Watchlog platform for analysis and monitoring.
To use the Watchlog Agent Docker image, follow these steps:
1.Pull the Docker image:
docker pull watchlog/agent
2.Run the Watchlog Agent container:
docker run --name watchlog-agent -e WATCHLOG_SERVER="$URL" -e WATCHLOG_APIKEY="$KEY" --network=host watchlog/agent
Replace your-api-key and your-server with your actual Watchlog API key and Server in Watchlog .
3.Monitor your Metrics:
The Watchlog Agent will now collect and send your server logs to the Watchlog platform. You can log in to your Watchlog account to view and analyze your logs in real-time.docker pull watchlog/agent