fluent-bit icon indicating copy to clipboard operation
fluent-bit copied to clipboard

Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows

Results 868 fluent-bit issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Yes. We use Fluent-bit for batch processing of logs. Some of these logs are pretty-printed spanning across multiple lines. We...

Stale

Building Onigmo fails on current Arch Linux, which uses GCC 15: ``` > cmake --version cmake version 4.0.2-dirty CMake suite maintained and supported by Kitware (kitware.com/cmake). > /usr/bin/cc --version cc...

dockerfile: removed unused DLLs from image for Windows Containers. These changes were part of https://github.com/fluent/fluent-bit/pull/10180, but [were missed](https://github.com/fluent/fluent-bit/pull/10180#issuecomment-2819456879) when https://github.com/fluent/fluent-bit/pull/10180 was merged. Refer to https://github.com/fluent/fluent-bit/pull/10180/files#diff-d75427907b4a97ca122ccabc30454afd418e1a1152c474d3297d1b5c0d701d14L46-L56 - there are no more...

docs-required

Today almalinux 8 and 9 is relesed to https://packages.fluentbit.io/almalinux/ can we also submit a relese for version 10 for almalinux?

## Bug Report **Describe the bug** If the telemetry server responds with 400 Bad Request, the return code is set to `FLB_RETRY`, causing the request to be retried. The [OTLP...

status: waiting-for-triage

## Bug Report **Describe the bug** opentelemetry output does not send correctly trace_id and span_id **To Reproduce** ``` [SERVICE] Flush 1 Daemon Off Log_Level info HTTP_Server On HTTP_Listen 0.0.0.0 HTTP_Port...

question

i want to avoid fluent-bit use too much disk space. so i set storage.total_limit_size=256MB。 how should i avoid the fluent-bit drop record because of exceed storage.total_limit_size?

## Bug Report **Describe the bug** ```.local``` DNS names don't work: ``` fluent-bit[2818]: [2025/06/15 18:32:30] [ warn] [net] getaddrinfo(host='hp.local', err=4): Domain name not found ``` However host is fully resolvable:...

status: waiting-for-triage

**Is your feature request related to a problem? Please describe.** Running fluent-bit on Raspberry PI, because it is ideal for small edge computing devices. Quite often Raspberry PI loses Internet...

For context, consider a host running: * Docker * configured with the Fluentd logging driver * multiple containerized services * Fluent Bit * Enriches the log with contextual information of...