This document outlines a log analysis project that streams logs from Kafka into Spark for analysis. It includes configurations for setting up a multi-broker Kafka cluster, integrating Kafka with the Spark application, and code snippets for streaming the logs. The Spark application then analyzes the logs and outputs statistics to an interactive web page, including top endpoints, frequent IP addresses, and response code counts. Screenshots show the web output and Spark UI during job execution.