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.** The proc and cpu input plugins for linux allow a process name/pid to be specified to be able to get...

feature-request

When using the Stackdriver plugin, I notice that all logs appear under the format: ``` jsonPayload { "log":"blah", ... } ``` I would like for textPayload to be supported, such...

## Bug Report Comes from #3500 **Describe the bug** I'm trying to use new multiline parser to parse logs included in #3500 here is a fragment of a multiline event....

bug

wire format in code did not match in confluent schema wire format(https://docs.confluent.io/platform/current/schema-registry/serdes-develop/index.html#wire-format) Related issue: fixes #4560, #4488 ## Configuration ``` [SERVICE] flush 1 log_level debug parsers_file parsers.conf [INPUT] name tail...

Stale

Signed-off-by: Eduardo Silva ---- Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

docs-required

## Bug Report **Describe the bug** Fluent Bit with `-D`/`--dry-run` options reports success and exits with zero exit code even if wrong configuration file was passed. **To Reproduce** 1. Create...

bug
fixed

## Bug Report **Describe the bug** I use the following configuration for Linux hosts (Amazon Linux 2 and Ubuntu 22.04) attempting to send metrics/logs scrapped by Fluent-bit to Loki logging...

troubleshooting

**Is your feature request related to a problem? Please describe.** The [winevtlog input module](https://docs.fluentbit.io/manual/pipeline/inputs/windows-event-log-winevtlog) has the option _Render_Event_As_XML_ which works fine, but only on Windows Server 2019 and newer. Unfortunately,...

This PR upgrades `in_colllectd` and `in_statsd` to use the `flb_downstream` wrapper.

docs-required

## Bug Report **Describe the bug** `modify` filter does not respect nested keys **To Reproduce** - Config: ``` [SERVICE] Flush 1 Daemon Off Log_Level debug Parsers_File parsers.conf [INPUT] Name tail...