Fluent-Bit is a Fluentd collection tool designed for Embedded Linux that collects Kernel messages (Kernel Ring Buffer) and Hardware metrics such as CPU and Memory usage.
To build fluent-bit, you need cmake and a C compiler such as GCC or Clang. If you already have the requirements proceed with the following steps:
$ cd build/
$ cmake ..
$ make
Once the tool have been compiled, a binary file called fluent-bit will be found on the bin/ directory.
This program is under the terms of the Apache License v2.0.