fluent-bit
fluent-bit copied to clipboard
Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows
## Summary Currently, Windows release artifacts do not include the following- - Kinesis Firehose output plugin - Kinesis Streams output plugin - AWS Filter In this change, we are making...
## Summary Currently, Windows release artifacts do not include the following- - Kinesis Firehose output plugin - Kinesis Streams output plugin - AWS Filter In this change, we are making...
close #5189 Signed-off-by: Thiago Padilha
**Is your feature request related to a problem? Please describe.** I have some applications outputting flat logs, and some JSON logs with messages ending up under `log_processed.message`. I would like...
This PR tries to address the feature request raised by #2477 to have a way to disable timestamp key in kafka plugin. In the past it was not possible to...
## Bug Report **Describe the bug** When running fluent-bit `1.8.15` or `1.9.3` on Windows containers (`Windows Server 2019 Datacenter 10.0.17763.2686 containerd://1.6.1`) with `Kubernetes 1.22.8` the output plugin `azure` output connection...
## Bug Report **Describe the bug** **To Reproduce** - config: helm chart ``` service: | [SERVICE] log_level {{ .Values.logLevel }} parsers_file parsers.conf parsers_file custom_parsers.conf http_server On http_listen 0.0.0.0 http_port {{...
## Bug Report **Describe the bug** With the update from FluentBit 1.9.2 to >= 1.9.3, we have observed, that parts of our pipelines break. We have identified that there is...
## Bug Report **Describe the bug** The prometheus_scraper is unable to parse valid Prometheus entries. **To Reproduce** - Example log message: ``` [2022/06/06 23:42:25] [error] [input:prometheus_scrape:prometheus_scrape.0] error decoding Prometheus Text...
This PR completely removes mbedtls from fluent-bit replacing it with the following abstraction layers : 1. flb_digest - This handles hashing (couldn't use flb_hash or obvious reasons) 2. flb_hmac -...