This document discusses monitoring containers with the ELK stack. It introduces ELK (Elasticsearch, Logstash, Kibana) as a solution for centralized logging of containers. It describes using Logstash to collect logs from Docker containers via syslog and using a Docker log collector container to fetch logs and metrics from all containers on a Docker host. The document concludes with a demonstration of ELK for container monitoring.