Requirements
Fluent Bit has very low CPU and memory consumption. It's compatible with most x86-, x86_64-, arm32v7-, and arm64v8-based platforms.
The build process requires the following components:
Compiler: GCC or clang
CMake
Flex and Bison: Required for Stream Processor or Record Accessor
Libyaml development headers and libraries
Core has no other dependencies. Some features depend on third-party components. For example, output plugins with special backend libraries like Kafka include those libraries in the main source code repository.
Fluent Bit is supported on Linux on IBM Z(s390x), but the WASM and LUA filter plugins aren't.
Last updated