Nginx Log Analysis and Optimization | Challenge

# Introduction In this challenge, we will analyze nginx logs to obtain targeted information. Our objective is to identify the top IP addresses with the highest access count during a specified period, the IP addresses that accessed the server at least 10 times, the top 10 most accessed requests, and the request addresses with a 404 status. Subsequently, we will save the analysis results in output files in the given format. This challenge requires expertise in the nginx log format, Linux text processing, regular expressions, and analysis of nginx logs.

|60 : 00

Click the virtual machine below to start practicing