Eduardo Silva Pereira
Eduardo Silva Pereira
[Fluent Bit](https://fluentbit.io) is a CNCF project under the umbrella of Fluentd which aims to provide a more lightweight log processor for cloud native environments. Nowadays Fluent Bit is widely deployed...
More news about Fluent Bit v2.0 here: https://github.com/fluent/fluent-bit/discussions/5993 This issue is to track the dependencies needed for Fluent Bit v2.0 (pls do not submit any PR): - [x] Jemalloc v5.3.0...
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.
nginx metrics page is missing in the rendered version, but its here: https://github.com/fluent/fluent-bit-docs/blob/master/pipeline/inputs/nginx.md
The following PR implements support to modify Logs metadata as logs attributes. The previous implementation only support traces, this patch extends it functionality. note: this is still work in process...
/home/edsiper/coding/slack-irc-plugin/node_modules/irc/lib/parse_message.js:39 message.command = match[1]; ^ TypeError: Cannot read property '1' of null at parseMessage (/home/edsiper/coding/slack-irc-plugin/node_modules/irc/lib/parse_message.js:39:28) at iterator (/home/edsiper/coding/slack-irc-plugin/node_modules/irc/lib/irc.js:753:27) at Array.forEach (native) at Socket. (/home/edsiper/coding/slack-irc-plugin/node_modules/irc/lib/irc.js:752:15) at Socket.emit (events.js:95:17) at Socket. (_stream_readable.js:764:14)...
## Bug Report Doing a local test between Envoy and Fluent Bit upstream, Envoy cannot succeed in the GRPC session giving a `14` error. The following is the Envoy configuration...
There are a couple of CVE's associated with Debian 9, reference: - https://pastebin.com/FZfUXLg8 Despite the issues are not exploitable in our case, we should make sure to run a clean...
Current structure of this suggested way to deploy Fluentd as a daemonset is generating some complications to maintain different based distro, plugins and different setups. Taking in count @chancez suggestions,...