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.** https://github.com/fluent/fluent-bit/blob/master/scripts/rate_limit.lua has a script to throttle logs based on the count. There are certain situations where it is necessary to...

## Summary - Allow empty string values for equality comparisons in conditionals - Add proper handling of string conditions in processor - Fix handling condition types in processor units -...

docs-required

## Bug Report **Describe the bug** This is kind of a continuation to https://github.com/fluent/fluent-bit/issues/6141 . The issue i linked points that fluentbit's s3 output metrics are useless and will have...

status: waiting-for-triage

### Description Null bytes in syslog messages are incorrectly treated as message delimiters, causing message fragmentation and parser errors. This violates RFC 6587 section 3.4.1 which specifies that for octet-counting...

docs-required

Hi Fluent Bit team, I'm working on a custom WASM input plugin for Fluent Bit, and I'd like to use it to **fetch logs from an HTTP API endpoint** (e.g.,...

## Bug Report **Describe the bug** After commit 38ddbef, `apt-get update` fails with message ``` E: Repository 'https://packages.fluentbit.io/ubuntu/jammy jammy InRelease' changed its 'Origin' value from '. jammy' to 'packages.fluentbit.io' E:...

packaging

## Bug Report **Describe the bug** We are using fluentBit log agents as part of the IBM CloudLogs together with a backend service that only accepts logs with timestamps that...

status: waiting-for-triage

Regarding filesystem-based buffering, the documentation is not clear in regards of what happens when following is set: storage.type=filesystem and storage.pause_on_chunks_overlimit=on Doc says: "If the input plugin has enabled storage.type as...

## Bug Report **Describe the bug** Prometheus_scrape report (almost) every fluentbit metric with 0. **To Reproduce** If you configure an exporter, configure Fluent Bit to use the prometheus_scrape input to...

status: waiting-for-triage

In current defaults, `skip_long_lines` is set to `OFF`. This means that if a log file has a log line which exceeds the `buffer_max_size`, Fluent Bit will stop monitoring that file...