This document discusses normalizing log files to a universal format. It provides instructions on normalizing timestamps in log files from different sources to a common human-readable format using AWK commands. The lab works through normalizing timestamps in two sample log files - one from an application and one from an Apache web server. Issues encountered with brackets in the Apache log timestamps are addressed by removing them with a regular expression before conversion. Normalizing log files facilitates centralized collection and analysis of events from diverse sources.