watchlog/agent

By watchlog

Updated 6 months ago

Watchlog Agent: Efficient, Secure, and Easy-to-Use. Simplify log monitoring & analysis.

Image
Content Management System
Monitoring & Observability
Web Analytics

123

Watchlog Agent Docker Image

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.

Features

Efficient, Secure, and Easy-to-Use. Monitor system resources and custom metrics. Simplify log monitoring & analysis.

Usage

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.

Requirements

  • Docker Engine installed on your server or local machine.
  • Docker Pull Command

    docker pull watchlog/agent