fluent-bit
fluent-bit copied to clipboard
Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows
## 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...
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...
## 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...
- 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`...
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...
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...
## 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...
**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...
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...