Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Fluent Bit is an open-source and multi-platform log processor tool that 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.

...

Add the following content to values.yaml, if you’re planning on using the DD output plugin with Fluent Bit:

...

If you’re not planning on using the DD output plugin, then you can use the HTTP plugin to push the logs to the kfuse stack. Add the following configuration to values.yaml for HTTP configuration.

...

Info

You will only need to edit the values.yaml file to configure either DD or HTTP plugin. You do not have to configure both.

After modifying the values.yaml file, run the following two steps to install Fluent Bit:

...