@@ -98,6 +98,10 @@ Fluent Bit provides configurable options to CMake that can be enabled or disable
9898| Option | Description | Default |
9999| :-------------------------| :----------------------------------------------------------------------------------------------------------------------------| :------------------------------|
100100| ` FLB_ALL ` | Enable all features available | ` No ` |
101+ | ` FLB_ALL_FILTERS ` | Enable/Disable all Filter plugins as a group (` On ` , ` Off ` , ` Inherit ` ) | ` Inherit ` |
102+ | ` FLB_ALL_INPUTS ` | Enable/Disable all Input plugins as a group (` On ` , ` Off ` , ` Inherit ` ) | ` Inherit ` |
103+ | ` FLB_ALL_OUTPUTS ` | Enable/Disable all Output plugins as a group (` On ` , ` Off ` , ` Inherit ` ) | ` Inherit ` |
104+ | ` FLB_ALL_PROCESSORS ` | Enable/Disable all Processor plugins as a group (` On ` , ` Off ` , ` Inherit ` ) | ` Inherit ` |
101105| ` FLB_ARROW ` | Build with Apache Arrow support | ` No ` |
102106| ` FLB_AVRO_ENCODER ` | Build with Avro encoding support | ` No ` |
103107| ` FLB_AWS ` | Enable AWS support | ` Yes ` |
@@ -117,6 +121,7 @@ Fluent Bit provides configurable options to CMake that can be enabled or disable
117121| ` FLB_KAFKA ` | Enable Kafka support | ` Yes ` |
118122| ` FLB_LUAJIT ` | Enable Lua scripting support | ` Yes ` |
119123| ` FLB_METRICS ` | Enable metrics support | ` Yes ` |
124+ | ` FLB_MINIMAL ` | Disable all plugins | ` No ` |
120125| ` FLB_MTRACE ` | Enable ` mtrace ` support | ` No ` |
121126| ` FLB_PARSER ` | Build with Parser support | ` Yes ` |
122127| ` FLB_POSIX_TLS ` | Force POSIX thread storage | ` No ` |
0 commit comments