What is Fluent Bit?
Fluent Bit is an open source and multi-platform log processor tool which aims to be a generic Swiss knife for logs processing and distribution (verbatim from Fluent Bit’s documentation). For more information on Fluent Bit, refer to the documentation here.
Integrating Fluent Bit with Kloudfuse stack
Fluent Bit supports a variety of input and output plugins and parsers. For more information on the supported output plugins, see here. However, Kloudfuse stack currently supports 2 output plugins:
...
You’ll now need to configure the Fluent Bit installation by modifying charts/fluent-bit/values.yaml
depending on the plugin you choose to use.
DD plugin integration
Add the following content values.yaml
, if you’re planning on using DD output plugin with Fluent Bit:
...
Info |
---|
All the settings/configuration up to |
HTTP plugin integration
If you’re not planning on using DD output plugin, then you can use the HTTP plugin to push the logs to kfuse stack. Add the following configuration to values.yaml
for HTTP configuration.
...
Info |
---|
Currently |
Installing Fluent Bit helm chart
Info |
---|
You will only need to edit the |
...