
Fluentd
Unified logging layer
The Lens
It takes logs in from applications, servers, containers, and cloud services, transforms them if needed, and routes them to whatever storage or analysis tool you use.
Fully free under Apache 2.0. CNCF graduated project. 700+ community plugins cover every source and destination you can think of. The architecture is simple: input plugins (where logs come from), filter plugins (transform/parse), output plugins (where logs go).
Treasure Data (the company behind Fluentd) offers enterprise support and their own managed log analytics platform, but Fluentd itself is completely free.
The catch: Fluentd is written in Ruby, and for high-throughput scenarios, it can be resource-heavy. That's why Fluent Bit exists, a lightweight, C-based alternative from the same project. For Kubernetes, most people run Fluent Bit as a DaemonSet (one per node) that forwards to a central Fluentd instance. The plugin ecosystem is powerful but plugin quality varies; some community plugins are abandoned. And debugging Fluentd configuration issues when logs aren't flowing is tedious.
Free vs Self-Hosted vs Paid
fully freeFluentd is fully open source under Apache 2.0. No feature gating, no paid edition of the core tool.
**Treasure Data (commercial):** The company behind Fluentd offers a managed log analytics platform separately. Pricing starts around $1,200/mo. This is a separate product, not a premium Fluentd tier.
**Self-hosting costs:** Fluentd runs on a single node with 512MB-2GB RAM for moderate volume. For large-scale deployments (millions of events/second), you need multiple aggregator nodes. Budget $50-200/mo in infrastructure.
**Fluentd vs. Fluent Bit:** If you're only forwarding logs (not transforming), Fluent Bit uses 10x less memory. Use Fluent Bit on edge/nodes, Fluentd as the central aggregator.
**Alternatives:** Logstash (Elasticsearch ecosystem, heavier), Vector (Rust, newer, faster), Filebeat (lightweight Elastic shipper).
Free. Treasure Data's paid products are separate from Fluentd itself.
Similar Tools
About
- Stars
- 13,517
- Forks
- 1,384
Explore Further
More tools in the directory
Get tools like this delivered weekly
The Open Source Drop — the best new open source tools, analyzed. Free.





