This chapter covers the core features and capabilities of Log Analyzer.
Follow this guide to get Log Analyzer up and running in your environment.
# Full analysis (traffic + errors + anomalies)
python src/log_analyzer.py --log examples/sample_access.log --report all
# Traffic analysis only
python src/log_analyzer.py --log examples/sample_access.log --report traffic
# Error analysis with top 20 paths
python src/log_analyzer.py --log examples/sample_access.log --report errors --top 20
# Anomaly detection with custom threshold (3 standard deviations)
python src/log_analyzer.py --log access.log --report anomalies --threshold 3.0
# Export to JSON
python src/log_analyzer.py --log access.log --report all --output report.jsonParses Apache/Nginx Combined Log Format:
192.168.1.100 - - [14/Mar/2026:10:00:00 +0000] "GET /index.html HTTP/1.1" 200 2326 "https://example.com/" "Mozilla/5.0"
Fields parsed: IP, timestamp, method, path, status code, response size, referrer, user agent.
Get the full Log Analyzer and unlock everything.
Get the complete guide with every chapter unlocked, including code samples, diagrams, and best practices.
Access all interactive tools with complete data, all workload profiles, and the full scenario library.
Downloadable source code, configuration files, and working examples from every chapter.
Free updates for life. Every new chapter, tool, and improvement included.