Tools/fluent/fluentd

Fluentd

Unified logging layer

13.6k+5/wkgrowthRubyApache License 2.0new this week

The Lens

By Erik Loyd, SaaS CEO and former COO/CFO of an AWS Premier Partner.

Updated Mar 2026

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 free

Fluentd 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.

Self-hosting ops:moderate
View pricing page →

Get tools like this every Wednesday

One featured tool, three on the radar. No fluff.

Similar Tools

Score
88/100 · A
Adoption27/30
Maintenance25/25
Community11/20
License15/15
Analysis10/10

A low score is not a verdict on quality. Young and niche tools start low by design. How we calculate scores

Trust Signals

High adoption: 13,523 starsActive community: 1,389 forksPermissive license (Apache-2.0)

About

Stars
13,576
Forks
1,402

Explore Further

More tools in the directory