This document provides an overview of shipping logs from a mule application or cloudhub to ELK (Elasticsearch, Logstash, and Kibana). It defines what server logs are, why they are needed for incident reports, access logs, and analytics. The key tools needed are the ELK stack for indexing and visualization, Docker/Docker Compose for building isolated app containers, and log4j configuration. ELK is described as the standard for operational intelligence, with Elasticsearch indexing logs, Logstash retrieving and forwarding logs, and Kibana visualizing and analyzing logs. Docker is discussed as disrupting system administration by enabling building isolated apps in containers using Docker Compose.