For agent de log shipping pentru containere, the strongest matches are elastic/beats (Beats is a collection of lightweight agents, notably Filebeat), fluent/fluent-bit (Fluent Bit is a lightweight, cloud-native log shipper that) and fluent/fluentd (Fluentd is a unified log collector and router that). apache/hertzbeat is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.
Colectează, redirecționează și centralizează log-urile containerelor distribuite către backend-uri scalabile de stocare și analiză.
Beats is a collection of lightweight, modular agents designed to gather, process, and forward operational telemetry from distributed infrastructure to centralized storage and analysis platforms. These agents function as a distributed data transport layer, decoupling the collection of logs, metrics, and network events from their final delivery destination. By maintaining local state and managing data flow, the system ensures reliable transmission of information across heterogeneous environments. The project distinguishes itself through a modular pipeline architecture that allows for the assemb
Beats is a collection of lightweight agents, notably Filebeat, that natively collect, parse, and forward logs from containerized environments (including Kubernetes) to multiple output backends with structured parsing, buffering, and metadata enrichment — exactly matching the intent for a container log shipper.
Fluent Bit is a cloud-native log shipper and unified telemetry collector designed as a resource-efficient data pipeline. It ingests logs, metrics, and traces from multiple sources, processing them in real-time before routing the data to external storage backends. The project functions as a real-time stream processor and OpenTelemetry log processor, capable of transforming and filtering data using SQL and conditional logic. It also acts as a distributed tracing agent that can sample traces to reduce data volume while preserving full request paths. The system provides reliable data delivery th
Fluent Bit is a lightweight, cloud-native log shipper that collects, parses (JSON, regex), and forwards logs from containers to multiple backends, with built-in Kubernetes metadata enrichment and disk-buffered retries — exactly the kind of resource-efficient aggregator for containerized environments you're looking for.
Fluentd is a unified logging layer and distributed event router that collects, parses, and routes log data from diverse sources to various storage backends. It functions as a log forwarding agent and pipeline orchestrator, transforming raw unstructured log strings into formatted objects using structured log parsing. The project utilizes a plugin-based pipeline architecture to route data through independent input, filter, and output stages. It differentiates itself through tag-based event routing, which uses regular expression patterns to direct specific data streams to their intended destinat
Fluentd is a unified log collector and router that can aggregate logs from containerized environments via plugins, supports multiple output backends, structured parsing, and buffering, but it is heavier than container-optimized alternatives like Fluent Bit, which may not fully satisfy the lightweight requirement.
HertzBeat is an agentless monitoring platform designed to collect performance metrics from network devices, databases, and servers without requiring client software. It functions as an infrastructure monitoring dashboard, an alert management system, and a centralized log aggregator using the OpenTelemetry Protocol. The system utilizes a cloud-edge collection hierarchy to scale data gathering across clusters and isolated networks. It distinguishes itself with a flexible extensibility model, allowing users to define new monitoring workflows through configuration-based metric templates and custo
HertzBeat is a monitoring platform that also functions as a centralized log aggregator via OpenTelemetry, making it a valid choice for collecting and forwarding logs from containerized environments, though its primary identity as a metric monitor and the lack of explicit Kubernetes metadata enrichment or lightweight profile mean it is not the most specialized container log shipper.