sematext-agent-docker icon indicating copy to clipboard operation
sematext-agent-docker copied to clipboard

Sematext Docker Agent - host + container metrics, logs & event collector

This image is deprecated

Please use sematext/agent for monitoring and sematext/logagent for log collection.

Both images are available as Docker certified images:

See the following posts for more details:

Sematext Agent for Docker

Sematext Docker Certified build status

Sematext Agent for Docker collects Metrics, Events and Logs from the Docker API for Docker Monitoring & Logging & Hosted Elastic Stack. Works with CoreOS, Rancher, Docker Swarm, Kubernetes, Apache Mesos, Hashicorp Nomad, Amazon ECS, ... see the installation.

Quickstart

  1. Get free Sematext account

  2. Create a Monitoring App of type "Docker" for Docker metrics. Copy its App Token.
    Optionally, create a Logs App

  3. Run the image using individual App tokens for your Monitoring and Logs Apps

    docker pull sematext/sematext-agent-docker
    docker run -d --name sematext-agent-docker -e SPM_TOKEN=YOUR_SPM_TOKEN -e LOGSENE_TOKEN=YOUR_LOGSENE_TOKEN -v /var/run/docker.sock:/var/run/docker.sock sematext/sematext-agent-docker
    

    You’ll see your Docker metrics in Sematext Cloud after about a minute.

  4. Watch metrics, search container logs, use anomaly detection for logs and metrics, create email reports and much more ...

Certified and Public images

There are several places to obtain Sematext Docker Agent images:

  1. Docker Certified images in Docker Store
docker pull store/sematext/sematext-agent-docker
  1. Red Hat certified images in Red Hat Container Catalog
docker login registry.connect.redhat.com
docker pull registry.connect.redhat.com/sematext/sematext-agent-docker
  1. Public images from Docker Hub
docker pull docker.io/sematext/sematext-agent-docker

Support

  1. Sematext Docker Agent Homepage
  2. Sematext Docker Agent Documentation
  3. Chat with us via Sematext Cloud UI or drop an e-mail to [email protected]