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 961 fluent-bit issues
Sort by recently updated
recently updated
newest added

## Bug Report **Describe the bug** I'm trying to set up sending logs to QRadar via syslog output, but only TCP info logs (about connection) are arriving in QRadar (without...

status: waiting-for-triage

This pull request addresses a **conditioning error** in the **in_winevtlog.c** file. Currently, even if the **highest allowed value (1843200)** is set for the **read_limit_per_cycle** parameter in the configuration file, an...

docs-required

## Bug Report **Describe the bug** Even if the highest allowed value (1843200) is set for the read_limit_per_cycle parameter in the configuration file, an unnecessary warning (read limit per cycle...

status: waiting-for-triage

- Introduces a server_side_encryption parameter for the `S3 [OUTPUT]` plugin. Possible values are `AES256` and `aws:kms`, as per AWS API documentation: https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html#API_PutObject_ResponseSyntax - If either value is provided, the `x-amz-server-side-encryption`...

docs-required
ok-package-test

This PR addresses an issue, which is that the **flb_utils_size_to_bytes** function is only processing non-floating numbers even after providing a floating-number in configuration. It would address one aspect of the...

docs-required

Change `in_kubernetes_events` plugin to watch kubernetes events after requesting the event list. Instead of polling for the full event list every 500ms (default), an initial full events list is requested...

docs-required

## Bug Report **Describe the bug** It is impossible to filter Windows logs by EventID using grep filter. **To Reproduce** Simple configuration to reproduce the issue: ``` [INPUT] Name winlog...

enhancement
docs issue

**Is your feature request related to a problem? Please describe.** Hi there, We've deployed the following podmonitor to use the HTTPS scheme instead of instructing Prometheus to use HTTP scheme...

The `Time_Offset` parameter allows to add a fixed UTC offset to local datetimes. However, that offset is subject to changes in countries that observe a daylight saving time, so hardcoding...

enhancement

Adds [Elastic Cloud API Key](https://www.elastic.co/guide/en/cloud/current/ec-api-authentication.html) support to the `out_es` plugin. This patch adds a new config option, `cloud_apikey`, which would be added to the HTTP request through the `Authorization: Apikey...

docs-required
ok-package-test