@@ -95,7 +95,7 @@ Fluent Bit provides configurable options to CMake that can be enabled or disable
9595| ` FLB_ARROW ` | Build with Apache Arrow support | ` No ` |
9696| ` FLB_AVRO_ENCODER ` | Build with Avro encoding support | ` No ` |
9797| ` FLB_AWS ` | Enable AWS support | ` Yes ` |
98- | ` FLB_AWS_ERROR_REPORTER ` | Build with aws error reporting support | ` No ` |
98+ | ` FLB_AWS_ERROR_REPORTER ` | Build with AWS error reporting support | ` No ` |
9999| ` FLB_BENCHMARKS ` | Enable benchmarks | ` No ` |
100100| ` FLB_BINARY ` | Build executable | ` Yes ` |
101101| ` FLB_CHUNK_TRACE ` | Enable chunk traces | ` Yes ` |
@@ -138,7 +138,7 @@ Fluent Bit provides configurable options to CMake that can be enabled or disable
138138
139139| Option | Description | Default |
140140| :--------------------------| :-----------------------------| :--------|
141- | ` FLB_BACKTRACE ` | Enable stacktrace support | ` Yes ` |
141+ | ` FLB_BACKTRACE ` | Enable stack trace support | ` Yes ` |
142142| ` FLB_DEBUG ` | Build with debug mode (` -g ` ) | ` No ` |
143143| ` FLB_SMALL ` | Optimize for small size | ` No ` |
144144| ` FLB_TESTS_INTERNAL ` | Enable internal tests | ` No ` |
@@ -157,7 +157,7 @@ Fluent Bit provides configurable options to CMake that can be enabled or disable
157157
158158### Input plugins
159159
160- Input plugins gather information from a specific source type like network interfaces, some built-in metrics, or through a specific input device.
160+ Input plugins gather information from a specific source type like network interfaces, some built-in metrics, or through a specific input device.
161161
162162The following input plugins are available:
163163
@@ -199,7 +199,7 @@ The following input plugins are available:
199199| [ ` FLB_IN_RANDOM ` ] ( ../../../pipeline/inputs/random.md ) | Enable Random input plugin | ` On ` |
200200| [ ` FLB_IN_SERIAL ` ] ( ../../../pipeline/inputs/serial-interface.md ) | Enable Serial input plugin | ` On ` |
201201| [ ` FLB_IN_SPLUNK ` ] ( ../../../pipeline/inputs/splunk.md ) | Enable Serial input plugin | ` On ` |
202- | [ ` FLB_IN_STATSD ` ] ( ../../../pipeline/inputs/statsd.md ) | Enable Statsd input plugin | ` On ` |
202+ | [ ` FLB_IN_STATSD ` ] ( ../../../pipeline/inputs/statsd.md ) | Enable StatsD input plugin | ` On ` |
203203| [ ` FLB_IN_STDIN ` ] ( ../../../pipeline/inputs/standard-input.md ) | Enable Standard input plugin | ` On ` |
204204| [ ` FLB_IN_SYSLOG ` ] ( ../../../pipeline/inputs/syslog.md ) | Enable Syslog input plugin | ` On ` |
205205| [ ` FLB_IN_SYSTEMD ` ] ( ../../../pipeline/inputs/systemd.md ) | Enable Systemd input plugin | ` On ` |
@@ -230,7 +230,7 @@ The following table describes the processors available:
230230
231231### Filter plugins
232232
233- Filter plugins let you modify, enrich or drop records.
233+ Filter plugins let you modify, enrich or drop records.
234234
235235The following table describes the filters available on this version:
236236
@@ -246,7 +246,7 @@ The following table describes the filters available on this version:
246246| [ ` FLB_FILTER_LOG_TO_METRICS ` ] ( ../../../pipeline/filters/log_to_metrics.md ) | Enable Log derived metrics filter | ` On ` |
247247| [ ` FLB_FILTER_LUA ` ] ( ../../../pipeline/filters/lua.md ) | Enable Lua scripting filter | ` On ` |
248248| [ ` FLB_FILTER_MODIFY ` ] ( ../../../pipeline/filters/modify.md ) | Enable Modify filter | ` On ` |
249- | [ ` FLB_FILTER_MULTILINE ` ] ( ../../../pipeline/filters/multiline-stacktrace.md ) | Enable Multiline stacktrace filter | ` On ` |
249+ | [ ` FLB_FILTER_MULTILINE ` ] ( ../../../pipeline/filters/multiline-stacktrace.md ) | Enable Multiline stack trace filter | ` On ` |
250250| [ ` FLB_FILTER_NEST ` ] ( ../../../pipeline/filters/nest.md ) | Enable Nest filter | ` On ` |
251251| [ ` FLB_FILTER_NIGHTFALL ` ] ( ../../../pipeline/filters/nightfall.md ) | Enable Nightfall filter | ` On ` |
252252| [ ` FLB_FILTER_PARSER ` ] ( ../../../pipeline/filters/parser.md ) | Enable Parser filter | ` On ` |
@@ -261,7 +261,7 @@ The following table describes the filters available on this version:
261261
262262### Output plugins
263263
264- Output plugins let you flush the information to some external interface, service, or terminal.
264+ Output plugins let you flush the information to some external interface, service, or terminal.
265265
266266The following table describes the output plugins available:
267267
0 commit comments