1. Parse Apache Combined Logs to JSON
Background
A web administrator has an Apache access log file in combined format with entries for IP, timestamp, request, status, and user agent.
Problem
Need to extract key fields like client IP, request URL, and HTTP status code for traffic analysis.
How to use
Paste the log content, select 'Combined Log Format', and choose JSON as the output format.
Outcome
Structured JSON data with fields such as client IP, request method, URL, status code, and user agent for easy querying.