This chapter covers the core features and capabilities of Log Aggregator.
Follow this guide to get Log Aggregator up and running in your environment.
# Parse and display a log file
python src/log_aggregator.py parse --files examples/app.log
# Search for error patterns across multiple files
python src/log_aggregator.py search --files examples/app.log,examples/access.log --pattern "error|ERROR|500"
# Filter by log level
python src/log_aggregator.py parse --files examples/app.log --level error
# Generate statistics report
python src/log_aggregator.py stats --files examples/app.log --format json
# Parse with specific format
python src/log_aggregator.py parse --files examples/access.log --log-format apache
# Watch files in real-time (tail mode)
python src/log_aggregator.py tail --files examples/app.log --followGet the full Log Aggregator 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.