Fluentd: Unified Logging for Cloud-Native Systems cover

Technology · Ebook

Fluentd: Unified Logging for Cloud-Native Systems

by Shriira Press

4.7(660)168 pagesPublished 2026

Fluentd is the open-source data collector for unified logging: it gathers logs and events from everywhere, parses and transforms them into a common structure, and routes them to wherever they need to go — decoupling sources from destinations. This free book teaches it from the ground up: the unified-logging model and structured-event pipeline, Fluentd's plugin architecture and tag-driven event flow, the configuration directives (source, filter, match, label), parsing and enriching data, buffering and reliability, the plugin ecosystem, Fluentd in Kubernetes (and how it compares to Fluent Bit), performance tuning and the forwarder/aggregator architecture, security, and operating it in production. Ten focused chapters with real config and clear diagrams that turn scattered, inconsistent log data into a unified, structured, reliably-delivered stream.

Contents

  1. 1Preface
  2. 2Chapter 1 — What Fluentd Is
  3. 3Chapter 2 — The Unified Logging Model
  4. 4Chapter 3 — Architecture and Event Flow
  5. 5Chapter 4 — Configuration
  6. 6Chapter 5 — Parsing and Structuring Data
  7. 7Chapter 6 — Buffering and Reliability
  8. 8Chapter 7 — The Plugin Ecosystem
  9. 9Chapter 8 — Fluentd in Kubernetes
  10. 10Chapter 9 — Performance and Security
  11. 11Chapter 10 — Operating Fluentd and Putting It Together