Latest Version

New release on August 5, 2026

Fluent Bit v5.1.0 is out!

Check out the Release Notes, read the Updated Documentation or jump directly to the Downloads Section.

We are part of a wide community, no vendor lock-in.

Featured release

Latest Fluent Bit release notes

Start with the newest stable release, then jump into the historical archive for older series and maintenance updates.

KNOWLEDGE BASE

Release Notes v5.1.0

Fluent Bit is a Fast and Lightweight Telemetry Agent for Linux, BSD, macOS and Windows. We are proud to announce the availability of Fluent Bit v5.1.0.

For people upgrading from previous versions, please read the Upgrading Notes section of our documentation:

https://docs.fluentbit.io/manual/5.1/installation/upgrade_notes

Fluent Bit v5.1 expands the performance and operational foundations introduced in v5.0. This release adds multi-worker listener concurrency across the major network inputs, substantially accelerates batched OTLP and Forward ingestion, introduces native Google Cloud Storage and Event Tracing for Windows integrations, broadens hardware and host metrics, and strengthens secure operation with FIPS mode, certificate reloading, HTTPS proxy support, and DTLS.

The release contains 391 commits since v5.0, with improvements across the engine, networking stack, inputs, filters, outputs, packaging, bundled libraries, and test coverage.

What’s new ?


🔥 Multi-worker network ingestion

Fluent Bit v5.1 introduces a shared listener-worker runtime that lets busy inputs accept and decode traffic concurrently across multiple CPU cores while continuing to feed the same Fluent Bit pipeline.

  • tcp, udp, forward, and TCP syslog inputs now accept a workers setting
  • HTTP-based inputs use http_server.workers; this includes http, elasticsearch, splunk, opentelemetry, and prometheus_remote_write
  • worker-to-engine handoff uses bounded ingress queues with overload handling, configurable event and byte limits, and queue-pressure metrics
  • pause, resume, connection limits, TLS, HTTP/1.1, HTTP/2, and orderly shutdown are coordinated across workers
  • the default remains one worker, preserving existing behavior unless concurrency is explicitly enabled

Release validation with four listener workers showed more than 2x end-to-end throughput for OTLP, TCP, and Syslog workloads. Packed Forward mode also gained frame-level batching, reaching up to 5.25x the v5.0 throughput in the release workload while using less CPU for the same record count. Actual scaling depends on protocol, processors, storage, output capacity, CPU allocation, and queue limits.

Faster OpenTelemetry ingestion

The OpenTelemetry path now uses bounded request arenas for realistic batched Protobuf payloads and carries known record counts through ingestion instead of rescanning encoded MessagePack. In production-style release builds, four-worker OTLP/HTTP Protobuf ingestion reached 3.6x the v5.0 throughput and improved CPU efficiency by roughly one third.

OTLP JSON handling also validates container and array value types more strictly, and HTTP protocol detection now handles split HTTP/2 prefaces and malformed HTTP/1 requests more reliably.

New cloud, Windows, and hardware integrations

  • a new Google Cloud Storage output provides service-account authentication, persistent buffering, gzip compression, ordering controls, and configurable object-key formats
  • a new Event Tracing for Windows input collects provider or kernel sessions, exposes loss metrics, and validates session and buffer settings
  • the GPU Metrics input now supports NVIDIA GPUs through NVML, including MIG discovery and per-process metrics, alongside the existing AMD collector
  • Windows Nano Server container images join the existing Server Core packaging, and Windows build and runtime coverage has expanded across the project

Core


  • networking: add managed multi-worker listeners and bounded cross-thread ingestion for direct socket and HTTP-server inputs
  • engine: add optional adaptive flush intervals that respond to pipeline pressure within configurable minimum and maximum bounds
  • telemetry: add input-rate observation and optional per-input, per-tag log record counters with cardinality controls
  • security: add security.fips_mode, startup and reload-time FIPS validation, and FIPS-safe behavior in the S3 and Azure Blob outputs
  • TLS: reload OpenSSL certificate, key, and CA material when files change; preserve detailed I/O errors and avoid recycling connections after peer shutdown
  • proxying: add HTTPS proxy URLs and independent tls.proxy.* settings for TLS-in-TLS connections without mixing proxy and destination trust configuration
  • networking: add DTLS support to the shared transport stack and Syslog output
  • configuration: accept nested maps in YAML service and input sections, ignore supported YAML annotations, and accept elasticsearch as an output plugin alias for es
  • timestamps: preserve and emit 64-bit timestamps beyond 2038 across the log event encoder, decoder, OpenTelemetry parsing, and standard output
  • HTTP server: fail startup when the management server cannot bind, improve malformed-request handling, and make input pause and resume behavior consistent
  • packaging: add a generated package index and release workflow, improve Debian post-install service handling, and add Windows Nano Server images
  • tests: expand integration, runtime, internal, fuzzing, Windows, TLS, worker lifecycle, queue-pressure, protocol, FIPS, cloud output, and plugin coverage

Libraries


  • cfl: upgrade the bundled Fluent Bit common library to v1.0.1
  • cmetrics: upgrade to v2.2.1
  • Monkey: upgrade to v1.8.9 and link its bundled libevent statically on Windows

Plugins


Inputs

  • Event Tracing for Windows
    • add a new event_tracing_windows input for provider and Windows kernel logger sessions
    • support process, thread, image-load, context-switch, TCP/IP, and disk I/O kernel flags, plus event-loss metrics
  • GPU Metrics
    • collect NVIDIA device, MIG, and per-process metrics through NVML
    • use consistent include and exclude selectors across AMD and NVIDIA GPUs
  • OpenTelemetry
    • add multi-worker deferred ingestion and reduce allocation and record-counting overhead for batched Protobuf logs
    • reject invalid JSON container types and improve timestamp validation
  • Forward
    • add TCP and TLS listener workers and batch packed Forward frames into a single engine handoff
    • move connection processing to event coroutines and correct byte accounting when buffers contain multiple frames
  • Shared downstream listener inputs
    • add listener workers for TCP, UDP, and TCP Syslog, including TLS and RFC 6587 framing where applicable
    • bring HTTP, Elasticsearch, Splunk, OpenTelemetry, and Prometheus Remote Write into the same managed downstream lifecycle, with bounded ingress queues, shared connection limits, pause and resume coordination, and retryable overload responses
  • Kubernetes Events
    • bound watch connection lifetimes, finalize database statements correctly, and harden MessagePack field and timestamp parsing
  • Node Exporter Metrics
    • add Linux timex and cross-platform power-supply collectors
    • add macOS filesystem metrics and Linux TcpExt and IpExt netstat counters, and enable filesystem metrics by default
  • Tail
    • add a Windows UTF-8 path encoding mode and improve Windows glob handling
  • Windows Event Log
    • optionally include an EventData map and retain records when individual event rendering encounters errors
  • Process Exporter Metrics and Podman Metrics
    • expire stale process metrics, correct RSS reporting, and add per-container Podman disk I/O metrics
  • Exec, Lib, Emitter, and Calyptia Fleet
    • terminate Exec child processes cleanly during hot reload, improve Lib input draining throughput, reject Emitter self-routing cycles, and resolve Fleet YAML include paths more reliably

Processors & Filters

  • Kubernetes
    • harden pod-association setup and error paths against crashes and memory leaks
  • Expect
    • validate every record in a batch instead of only the first record
  • Throttle
    • improve teardown and cleanup behavior

Outputs

  • Google Cloud Storage
    • add a new gcs output with service-account OAuth2, disk-backed buffering, gzip compression, custom object paths, ordering controls, and configurable storage limits
  • Amazon S3
    • make Apache Arrow and Parquet first-class format choices and apply compatible compression codecs inside columnar files
    • require exact log_key matches and enforce FIPS-compatible request hashing
  • File
    • add size-based file rotation, retention limits, and optional gzip compression for rotated files
  • Kafka
    • resolve Avro schemas from a remote Confluent Schema Registry by subject and version, with basic or bearer-token authentication
  • Elasticsearch
    • support upstream high-availability server pools
  • Syslog
    • add DTLS transport and enable TLS automatically when mode is tls or dtls
  • S3, Azure Blob, Google Cloud Storage, and shared outputs
    • strengthen upload guards, authentication cleanup, proxy TLS validation, and failure handling

Contributors

On every release, many people contribute through bug reports, troubleshooting, documentation, testing, and code. Without these community contributions, the project would not be in the great shape that it is today. Thank you to everyone who takes part in this journey!

Join us

We want to hear from you. Our community keeps growing, and you can be part of it:

Release archive

Browse Fluent Bit release history

Older release notes are grouped by major version so it is easier to find maintenance updates, release dates, and historical changes.

Fluent Bit v5.1 Series
Version Release Date
v5.1.0 Aug 5, 2026
Fluent Bit v5.0 Series
Version Release Date
v5.0.9 Jul 3, 2026
v5.0.8 Jun 23, 2026
v5.0.7 Jun 5, 2026
v5.0.6 May 21, 2026
v5.0.5 May 7, 2026
v5.0.4 Apr 15, 2026
v5.0.3 Apr 14, 2026
v5.0.2 Apr 1, 2026
v5.0.1 Mar 31, 2026
v5.0.0 Mar 24, 2026
Fluent Bit v4.2 Series
Version Release Date
v4.2.5 Jun 3, 2026
v4.2.4 Apr 10, 2026
v4.2.3.1 Feb 20, 2026
v4.2.3 Feb 17, 2026
v4.2.2 Dec 23, 2025
v4.2.1 Dec 12, 2025
v4.2.0 Sep 24, 2025
Fluent Bit v4.0 Series
Version Release Date
v4.0.14 Dec 23, 2025
v4.0.13 Oct 16, 2025
v4.0.12 Oct 7, 2025
v4.0.11 Sep 23, 2025
v4.0.10 Sep 18, 2025
v4.0.9 Aug 21, 2025
v4.0.8 Aug 21, 2025
v4.0.7 Aug 7, 2025
v4.0.6 Aug 5, 2025
v4.0.5 Jul 22, 2025
v4.0.4 Jul 9, 2025
v4.0.3 May 30, 2025
v4.0.2 May 13, 2025
v4.0.1 Apr 23, 2025
v4.0.0 Mar 29, 2025
Fluent Bit v4.1 Series
Version Release Date
v4.1.2 Dec 10, 2025
v4.1.1 Oct 8, 2025
v4.1.0 Sep 24, 2025
Fluent Bit v3.2 Series
Version Release Date
v3.2.9 Mar 18, 2025
v3.2.10 Mar 18, 2025
v3.2.8 Mar 4, 2025
v3.2.7 Feb 24, 2025
v3.2.6 Feb 7, 2025
v3.2.5 Jan 27, 2025
v3.2.4 Dec 30, 2024
v3.2.3 Dec 19, 2024
v3.2.2 Nov 27, 2024
v3.2.1 Nov 16, 2024
v3.2.0 Nov 12, 2024
Fluent Bit v3.1 Series
Version Release Date
v3.1.10 Nov 4, 2024
v3.1.9 Sep 27, 2024
v3.1.8 Sep 16, 2024
v3.1.7 Aug 9, 2024
v3.1.6 Aug 9, 2024
v3.1.5 Aug 9, 2024
v3.1.4 Jul 25, 2024
v3.1.3 Jul 17, 2024
v3.1.2 Jul 12, 2024
v3.1.1 Jul 10, 2024
v3.1.0 Jul 8, 2024
Fluent Bit v3.0 Series (EOL Sep 11, 2024)
Version Release Date
v3.0.7 Jun 11, 2024
v3.0.6 May 26, 2024
v3.0.5 May 24, 2024
v3.0.4 May 20, 2024
v3.0.3 Apr 27, 2024
v3.0.2 Apr 15, 2024
v3.0.1 Mar 29, 2024
v3.0.0 Mar 3, 2024
Fluent Bit v2.2 Series (EOL Jun 3, 2024)
Version Release Date
v2.2.3 May 21, 2024
v2.2.2 Dec 22, 2023
v2.2.1 Dec 22, 2023
v2.2.0 Nov 6, 2023
Fluent Bit v2.1 Series (EOL Feb 6, 2024)
Version Release Date
v2.1.10 Sep 28, 2023
v2.1.9 Sep 5, 2023
v2.1.8 Jul 13, 2023
v2.1.7 Jul 13, 2023
v2.1.6 Jun 16, 2023
v2.1.5 Jun 16, 2023
v2.1.4 May 26, 2023
v2.1.3 May 18, 2023
v2.1.2 Apr 26, 2023
v2.1.1 Apr 20, 2023
v2.1.0 Apr 19, 2023
Fluent Bit v2.0 Series (EOL Jul 19, 2023)
Version Release Date
v2.0.14 May 22, 2023
v2.0.13 May 22, 2023
v2.0.9 Feb 6, 2023
v2.0.11 Feb 6, 2023
v2.0.10 Feb 6, 2023
v2.0.8 Dec 23, 2022
v2.0.7 Dec 19, 2022
v2.0.6 Nov 22, 2022
v2.0.5 Nov 11, 2022
v2.0.4 Nov 8, 2022
v2.0.3 Oct 28, 2022
v2.0.2 Oct 27, 2022
v2.0.1 Oct 25, 2022
v2.0.0 Oct 25, 2022
Fluent Bit v1.9 Series (EOL Dec 5, 2022)
Version Release Date
v1.9.10 Nov 27, 2022
v1.9.9 Sep 29, 2022
v1.9.8 Sep 6, 2022
v1.9.7 Jul 7, 2022
v1.9.6 Jul 7, 2022
v1.9.5 Jun 22, 2022
v1.9.4 Jun 6, 2022
v1.9.3 Apr 8, 2022
v1.9.2 Apr 8, 2022
v1.9.1 Mar 25, 2022
v1.9.0 Mar 11, 2022
Fluent Bit v1.8 Series (EOL Dec 5, 2022)
Version Release Date
v1.8.15 Mar 23, 2022
v1.8.14 Mar 18, 2022
v1.8.13 Mar 1, 2022
v1.8.12 Jan 24, 2022
v1.8.11 Dec 10, 2021
v1.8.10 Nov 19, 2021
v1.8.9 Oct 28, 2021
v1.8.8 Oct 10, 2021
v1.8.7 Sep 17, 2021
v1.8.6 Sep 1, 2021
v1.8.5 Aug 27, 2021
v1.8.4 Aug 20, 2021
v1.8.3 Aug 2, 2021
v1.8.2 Jul 20, 2021
v1.8 Jul 7, 2021
Fluent Bit v1.7 Series
Version Release Date
v1.7.9 Jun 18, 2021
v1.7.8 Jun 2, 2021
v1.7.7 May 26, 2021
v1.7.6 May 20, 2021
v1.7.5 May 13, 2021
v1.7.4 Apr 19, 2021
v1.7.3 Apr 5, 2021
v1.7.2 Mar 3, 2021
v1.7.1 Feb 19, 2021
v1.7.0 Feb 14, 2021
Fluent Bit v1.6 Series
Version Release Date
v1.6.10 Jan 8, 2021
v1.6.9 Dec 17, 2020
v1.6.8 Dec 3, 2020
v1.6.7 Dec 3, 2020
v1.6.6 Nov 24, 2020
v1.6.5 Nov 20, 2020
v1.6.4 Nov 10, 2020
v1.6.3 Oct 30, 2020
v1.6.2 Oct 23, 2020
v1.6.1 Oct 16, 2020
v1.6.0 Oct 9, 2020
Fluent Bit v1.5 Series
Version Release Date
v1.5.7 Sep 24, 2020
v1.5.6 Sep 11, 2020
v1.5.5 Sep 7, 2020
v1.5.4 Aug 22, 2020
v1.5.3 Aug 10, 2020
v1.5.2 Jul 24, 2020
v1.5.1 Jul 17, 2020
v1.5.0 Jul 13, 2020
Fluent Bit v1.4 Series
Version Release Date
v1.4.6 Jun 10, 2020
v1.4.5 May 25, 2020
v1.4.4 May 11, 2020
v1.4.3 May 1, 2020
v1.4.2 Apr 1, 2020
v1.4.1 Mar 26, 2020
v1.4.0 Mar 25, 2020
Fluent Bit v1.3 Series
Version Release Date
v1.3.11 Mar 19, 2020
v1.3.10 Mar 4, 2020
v1.3.9 Feb 25, 2020
v1.3.8 Feb 19, 2020
v1.3.7 Feb 7, 2020
v1.3.6 Jan 15, 2020
v1.3.5 Dec 18, 2019
v1.3.4 Dec 13, 2019
v1.3.3 Nov 19, 2019
v1.3.2 Oct 10, 2019
v1.3.1 Oct 4, 2019
v1.3.0 Sep 30, 2019
Fluent Bit v1.2 Series
Version Release Date
v1.2.2 Jul 19, 2019
v1.2.1 Jul 9, 2019
v1.2.0 Jun 27, 2019
Fluent Bit v1.1 Series
Version Release Date
v1.1.3 Jun 13, 2019
v1.1.2 May 31, 2019
v1.1.1 May 20, 2019
v1.1.0 May 9, 2019
Fluent Bit v1.0 Series
Version Release Date
v1.0.6 Mar 27, 2019
v1.0.5 Mar 20, 2019
v1.0.4 Feb 1, 2019
v1.0.3 Jan 22, 2019
v1.0.2 Jan 11, 2019
v1.0.1 Dec 20, 2018
v1.0.0 Dec 13, 2018
Fluent Bit v0.14 Series
Version Release Date
v0.14.9 Dec 7, 2018
v0.14.8 Nov 23, 2018
v0.14.7 Nov 9, 2018
v0.14.6 Oct 31, 2018
v0.14.5 Oct 28, 2018
v0.14.4 Sep 30, 2018
v0.14.3 Sep 24, 2018
v0.14.2 Sep 14, 2018
v0.14.1 Aug 30, 2018
v0.14.0 Aug 29, 2018
Fluent Bit v0.13 Series
Version Release Date
v0.13.8 Aug 18, 2018
v0.13.7 Aug 7, 2018
v0.13.6 Jul 31, 2018
v0.13.5 Jul 24, 2018
v0.13.4 Jun 15, 2018
v0.13.3 Jun 8, 2018
v0.13.2 May 21, 2018
v0.13.1 May 9, 2018
v0.13.0 Apr 30, 2018
Fluent Bit v0.12 Series
Version Release Date
v0.12.19 Apr 22, 2018
v0.12.18 Apr 22, 2018
v0.12.17 Apr 6, 2018
v0.12.16 Mar 28, 2018
v0.12.15 Mar 5, 2018
v0.12.14 Feb 14, 2018
v0.12.13 Feb 8, 2018
v0.12.12 Jan 25, 2018
v0.12.11 Dec 20, 2017
v0.12.10 Dec 4, 2017
v0.12.9 Nov 24, 2017
v0.12.8 Nov 7, 2017
v0.12.7 Nov 2, 2017
v0.12.6 Oct 13, 2017
v0.12.5 Oct 5, 2017
v0.12.4 Sep 29, 2017
v0.12.3 Sep 23, 2017
v0.12.2 Sep 15, 2017
v0.12.1 Sep 1, 2017
v0.12.0 Aug 17, 2017
Fluent Bit v0.11 Series
Version Release Date
v0.11.17 Aug 15, 2017
v0.11.16 Aug 7, 2017
v0.11.15 Jul 23, 2017
v0.11.14 Jul 18, 2017
v0.11.13 Jul 10, 2017
v0.11.12 Jul 3, 2017
v0.11.11 Jun 27, 2017
v0.11.10 Jun 23, 2017
v0.11.9 Jun 14, 2017
v0.11.8 Jun 3, 2017
v0.11.7 May 30, 2017
v0.11.6 May 22, 2017
v0.11.5 May 17, 2017
v0.11.4 Apr 26, 2017
v0.11.3 Apr 12, 2017
v0.11.2 Apr 5, 2017
v0.11.1 Apr 4, 2017
v0.11.0 Mar 30, 2017
Fluent Bit v0.10 Series
Version Release Date
v0.10.1 Jan 6, 2017
v0.10.0 Dec 30, 2016