Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions installation/downloads/source/build-and-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ Fluent Bit provides configurable options to CMake that can be enabled or disable
| Option | Description | Default |
|:-------------------------|:----------------------------------------------------------------------------------------------------------------------------|:------------------------------|
| `FLB_ALL` | Enable all features available | `No` |
| `FLB_ALL_FILTERS` | Enable/Disable all Filter plugins as a group (`On`, `Off`, `Inherit`) | `Inherit` |
| `FLB_ALL_INPUTS` | Enable/Disable all Input plugins as a group (`On`, `Off`, `Inherit`) | `Inherit` |
| `FLB_ALL_OUTPUTS` | Enable/Disable all Output plugins as a group (`On`, `Off`, `Inherit`) | `Inherit` |
| `FLB_ALL_PROCESSORS` | Enable/Disable all Processor plugins as a group (`On`, `Off`, `Inherit`) | `Inherit` |
| `FLB_ARROW` | Build with Apache Arrow support | `No` |
| `FLB_AVRO_ENCODER` | Build with Avro encoding support | `No` |
| `FLB_AWS` | Enable AWS support | `Yes` |
Expand All @@ -117,6 +121,7 @@ Fluent Bit provides configurable options to CMake that can be enabled or disable
| `FLB_KAFKA` | Enable Kafka support | `Yes` |
| `FLB_LUAJIT` | Enable Lua scripting support | `Yes` |
| `FLB_METRICS` | Enable metrics support | `Yes` |
| `FLB_MINIMAL` | Disable all plugins | `No` |
| `FLB_MTRACE` | Enable `mtrace` support | `No` |
| `FLB_PARSER` | Build with Parser support | `Yes` |
| `FLB_POSIX_TLS` | Force POSIX thread storage | `No` |
Expand Down