Technical Documentation

Docklog is a CLI-based log aggregator designed for real-time stream processing, filtering, and data masking across Docker container environments.

Core Logic

The utility interfaces directly with the Docker Socket (/var/run/docker.sock) to discover and attach to container log streams. It implements a non-blocking ingestion pipeline that applies regex-based transformations and keyword filters before terminal or file serialization.

Operational Scenarios

Technical Environment

Optimized for environments where engineers require high-fidelity log visibility without the overhead of heavy-weight observability stacks (ELK/Loki).