Contents

Chapter 1

Features

This chapter covers the core features and capabilities of Log Aggregator.

Features

  • Multi-file tailing: Monitor multiple log files simultaneously
  • Format parsing: Auto-detect and parse JSON, Apache Combined, nginx, and syslog formats
  • Filtering: Include/exclude lines by log level, pattern, or time range
  • Search: Regex search across log files with context lines
  • Alerting: Trigger alerts when error patterns are detected
  • Statistics: Count log levels, top error messages, and request rates
  • Output: Structured JSON output for feeding into dashboards
  • Handles log rotation (detects file truncation/recreation)
  • Python stdlib only — zero dependencies
Chapter 2

Quick Start

Follow this guide to get Log Aggregator up and running in your environment.

Quick Start

bash
# 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 --follow
Chapter 3
🔒 Available in full product

CLI Reference

Chapter 4
🔒 Available in full product

License

You’ve reached the end of the free preview

Get the full Log Aggregator and unlock everything.

All Chapters

Get the complete guide with every chapter unlocked, including code samples, diagrams, and best practices.

Full Tool Suite

Access all interactive tools with complete data, all workload profiles, and the full scenario library.

Source Files

Downloadable source code, configuration files, and working examples from every chapter.

Lifetime Updates

Free updates for life. Every new chapter, tool, and improvement included.

Buy Now — $29 →
📦 Free sample included — download another copy for the full product.
Log Aggregator v1.0.0 — Free Preview