All Projects
Open Source
RustLoggingStreams
May 18, 2025

LogPipe

A structured logging pipeline that aggregates, filters, and routes logs from multiple services to various destinations.

Overview

LogPipe is a structured logging pipeline that aggregates, filters, and routes logs from multiple services. It supports multiple input formats (JSON, syslog, plain text) and can route to files, databases, or external services.

Architecture

  • Input plugins for various log formats
  • Filter chain with regex and field-based matching
  • Output routing to multiple destinations simultaneously
  • Buffered writes for high-throughput scenarios
  • Built in Rust for minimal resource usage

Developed by

Shyam