Skip to content

Commit a90ffae

Browse files
committed
Install: build: style
Signed-off-by: Lynette Miles <[email protected]>
1 parent 4bd68f1 commit a90ffae

File tree

1 file changed

+99
-99
lines changed

1 file changed

+99
-99
lines changed

installation/sources/build-and-install.md

Lines changed: 99 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -91,38 +91,38 @@ Fluent Bit provides configurable options to CMake that can be enabled or disable
9191

9292
| Option | Description | Default |
9393
| :--- | :--- | :--- |
94-
| `FLB_ALL` | Enable all features available | _No_ |
95-
| `FLB_JEMALLOC` | Use Jemalloc as default memory allocator | _No_ |
96-
| `FLB_TLS` | Build with SSL/TLS support | _Yes_ |
97-
| `FLB_BINARY` | Build executable | _Yes_ |
98-
| `FLB_EXAMPLES` | Build examples | _Yes_ |
99-
| `FLB_SHARED_LIB` | Build shared library | _Yes_ |
100-
| `FLB_MTRACE` | Enable mtrace support | _No_ |
101-
| `FLB_INOTIFY` | Enable Inotify support | _Yes_ |
102-
| `FLB_POSIX_TLS` | Force POSIX thread storage | _No_ |
103-
| `FLB_SQLDB` | Enable SQL embedded database support | _No_ |
104-
| `FLB_HTTP_SERVER` | Enable HTTP Server | _No_ |
105-
| `FLB_LUAJIT` | Enable Lua scripting support | _Yes_ |
106-
| `FLB_RECORD_ACCESSOR` | Enable record accessor | _Yes_ |
107-
| `FLB_SIGNV4` | Enable AWS Signv4 support | _Yes_ |
94+
| `FLB_ALL` | Enable all features available | `No` |
95+
| `FLB_JEMALLOC` | Use Jemalloc as default memory allocator | `No` |
96+
| `FLB_TLS` | Build with SSL/TLS support | `Yes` |
97+
| `FLB_BINARY` | Build executable | `Yes` |
98+
| `FLB_EXAMPLES` | Build examples | `Yes` |
99+
| `FLB_SHARED_LIB` | Build shared library | `Yes` |
100+
| `FLB_MTRACE` | Enable `mtrace` support | `No` |
101+
| `FLB_INOTIFY` | Enable Inotify support | `Yes` |
102+
| `FLB_POSIX_TLS` | Force POSIX thread storage | `No` |
103+
| `FLB_SQLDB` | Enable SQL embedded database support | `No` |
104+
| `FLB_HTTP_SERVER` | Enable HTTP Server | `No` |
105+
| `FLB_LUAJIT` | Enable Lua scripting support | `Yes` |
106+
| `FLB_RECORD_ACCESSOR` | Enable record accessor | `Yes` |
107+
| `FLB_SIGNV4` | Enable AWS Signv4 support | `Yes` |
108108
| `FLB_STATIC_CONF` | Build binary using static configuration files. The value of this option must be a directory containing configuration files. | |
109-
| `FLB_STREAM_PROCESSOR` | Enable Stream Processor | _Yes_ |
110-
| `FLB_CONFIG_YAML` | Enable YAML configuration support | _Yes_ |
111-
| `FLB_WASM` | Build with WASM runtime support | _Yes_ |
112-
| `FLB_WAMRC` | Build with WASM AOT compiler executable | _No_ |
109+
| `FLB_STREAM_PROCESSOR` | Enable Stream Processor | `Yes` |
110+
| `FLB_CONFIG_YAML` | Enable YAML configuration support | `Yes` |
111+
| `FLB_WASM` | Build with Wasm runtime support | `Yes` |
112+
| `FLB_WAMRC` | Build with Wasm AOT compiler executable | `No` |
113113

114114
### Development options
115115

116116
| Option | Description | Default |
117117
| :--- | :--- | :--- |
118-
| `FLB_DEBUG` | Build binaries with debug symbols | _No_ |
119-
| `FLB_VALGRIND` | Enable Valgrind support | _No_ |
120-
| `FLB_TRACE` | Enable trace mode | _No_ |
121-
| `FLB_SMALL` | Minimise binary size | _No_ |
122-
| `FLB_TESTS_RUNTIME` | Enable runtime tests | _No_ |
123-
| `FLB_TESTS_INTERNAL` | Enable internal tests | _No_ |
124-
| `FLB_TESTS` | Enable tests | _No_ |
125-
| `FLB_BACKTRACE` | Enable backtrace/stacktrace support | _Yes_ |
118+
| `FLB_DEBUG` | Build binaries with debug symbols | `No` |
119+
| `FLB_VALGRIND` | Enable `Valgrind` support | `No` |
120+
| `FLB_TRACE` | Enable trace mode | `No` |
121+
| `FLB_SMALL` | Minimise binary size | `No` |
122+
| `FLB_TESTS_RUNTIME` | Enable runtime tests | `No` |
123+
| `FLB_TESTS_INTERNAL` | Enable internal tests | `No` |
124+
| `FLB_TESTS` | Enable tests | `No` |
125+
| `FLB_BACKTRACE` | Enable backtrace/stacktrace support | `Yes` |
126126

127127
### Optimization options
128128

@@ -137,92 +137,92 @@ Input plugins gather information from a specific source type like network interf
137137

138138
| Option | Description | Default |
139139
| :--- | :--- | :--- |
140-
| [`FLB_IN_COLLECTD`](../../pipeline/inputs/collectd.md) | Enable Collectd input plugin | _On_ |
141-
| [`FLB_IN_CPU`](../../pipeline/inputs/cpu-metrics.md) | Enable CPU input plugin | _On_ |
142-
| [`FLB_IN_DISK`](../../pipeline/inputs/disk-io-metrics.md) | Enable Disk I/O Metrics input plugin | _On_ |
143-
| [`FLB_IN_DOCKER`](../../pipeline/inputs/docker-events.md) | Enable Docker metrics input plugin | _On_ |
144-
| [`FLB_IN_EXEC`](../../pipeline/inputs/exec.md) | Enable Exec input plugin | _On_ |
145-
| [`FLB_IN_EXEC_WASI`](../../pipeline/inputs/exec-wasi.md) | Enable Exec WASI input plugin | _On_ |
146-
| [`FLB_IN_FLUENTBIT_METRICS`](../../pipeline/inputs/fluentbit-metrics.md) | Enable Fluent Bit metrics input plugin | _On_ |
147-
| [`FLB_IN_ELASTICSEARCH`](../../pipeline/inputs/elasticsearch.md) | Enable Elasticsearch/OpenSearch Bulk input plugin | _On_ |
148-
| [`FLB_IN_FORWARD`](../../pipeline/inputs/forward.md) | Enable Forward input plugin | _On_ |
149-
| [`FLB_IN_HEAD`](../../pipeline/inputs/head.md) | Enable Head input plugin | _On_ |
150-
| [`FLB_IN_HEALTH`](../../pipeline/inputs/health.md) | Enable Health input plugin | _On_ |
151-
| [`FLB_IN_KMSG`](../../pipeline/inputs/kernel-logs.md) | Enable Kernel log input plugin | _On_ |
152-
| [`FLB_IN_MEM`](../../pipeline/inputs/memory-metrics.md) | Enable Memory input plugin | _On_ |
153-
| [`FLB_IN_MQTT`](../../pipeline/inputs/mqtt.md) | Enable MQTT Server input plugin | _On_ |
154-
| [`FLB_IN_NETIF`](../../pipeline/inputs/network-io-metrics.md) | Enable Network I/O metrics input plugin | _On_ |
155-
| [`FLB_IN_PROC`](../../pipeline/inputs/process.md) | Enable Process monitoring input plugin | _On_ |
156-
| [`FLB_IN_RANDOM`](../../pipeline/inputs/random.md) | Enable Random input plugin | _On_ |
157-
| [`FLB_IN_SERIAL`](../../pipeline/inputs/serial-interface.md) | Enable Serial input plugin | _On_ |
158-
| [`FLB_IN_STDIN`](../../pipeline/inputs/standard-input.md) | Enable Standard input plugin | _On_ |
159-
| [`FLB_IN_SYSLOG`](../../pipeline/inputs/syslog.md) | Enable Syslog input plugin | _On_ |
160-
| [`FLB_IN_SYSTEMD`](../../pipeline/inputs/systemd.md) | Enable Systemd / Journald input plugin | _On_ |
161-
| [`FLB_IN_TAIL`](../../pipeline/inputs/tail.md) | Enable Tail (follow files) input plugin | _On_ |
162-
| [`FLB_IN_TCP`](../../pipeline/inputs/tcp.md) | Enable TCP input plugin | _On_ |
163-
| [`FLB_IN_THERMAL`](../../pipeline/inputs/thermal.md) | Enable system temperature input plugin | _On_ |
164-
| [`FLB_IN_UDP`](../../pipeline/inputs/udp.md) | Enable UDP input plugin | _On_ |
165-
| [`FLB_IN_WINLOG`](../../pipeline/inputs/windows-event-log.md) | Enable Windows Event Log input plugin (Windows Only) | _On_ |
166-
| [`FLB_IN_WINEVTLOG`](../../pipeline/inputs/windows-event-log-winevtlog.md) | Enable Windows Event Log input plugin using `winevt.h` API (Windows Only) | _On_ |
140+
| [`FLB_IN_COLLECTD`](../../pipeline/inputs/collectd.md) | Enable Collectd input plugin | `On` |
141+
| [`FLB_IN_CPU`](../../pipeline/inputs/cpu-metrics.md) | Enable CPU input plugin | `On` |
142+
| [`FLB_IN_DISK`](../../pipeline/inputs/disk-io-metrics.md) | Enable Disk I/O Metrics input plugin | `On` |
143+
| [`FLB_IN_DOCKER`](../../pipeline/inputs/docker-events.md) | Enable Docker metrics input plugin | `On` |
144+
| [`FLB_IN_EXEC`](../../pipeline/inputs/exec.md) | Enable Exec input plugin | `On` |
145+
| [`FLB_IN_EXEC_WASI`](../../pipeline/inputs/exec-wasi.md) | Enable Exec WASI input plugin | `On` |
146+
| [`FLB_IN_FLUENTBIT_METRICS`](../../pipeline/inputs/fluentbit-metrics.md) | Enable Fluent Bit metrics input plugin | `On` |
147+
| [`FLB_IN_ELASTICSEARCH`](../../pipeline/inputs/elasticsearch.md) | Enable Elasticsearch/OpenSearch Bulk input plugin | `On` |
148+
| [`FLB_IN_FORWARD`](../../pipeline/inputs/forward.md) | Enable Forward input plugin | `On` |
149+
| [`FLB_IN_HEAD`](../../pipeline/inputs/head.md) | Enable Head input plugin | `On` |
150+
| [`FLB_IN_HEALTH`](../../pipeline/inputs/health.md) | Enable Health input plugin | `On` |
151+
| [`FLB_IN_KMSG`](../../pipeline/inputs/kernel-logs.md) | Enable Kernel log input plugin | `On` |
152+
| [`FLB_IN_MEM`](../../pipeline/inputs/memory-metrics.md) | Enable Memory input plugin | `On` |
153+
| [`FLB_IN_MQTT`](../../pipeline/inputs/mqtt.md) | Enable MQTT Server input plugin | `On` |
154+
| [`FLB_IN_NETIF`](../../pipeline/inputs/network-io-metrics.md) | Enable Network I/O metrics input plugin | `On` |
155+
| [`FLB_IN_PROC`](../../pipeline/inputs/process.md) | Enable Process monitoring input plugin | `On` |
156+
| [`FLB_IN_RANDOM`](../../pipeline/inputs/random.md) | Enable Random input plugin | `On` |
157+
| [`FLB_IN_SERIAL`](../../pipeline/inputs/serial-interface.md) | Enable Serial input plugin | `On` |
158+
| [`FLB_IN_STDIN`](../../pipeline/inputs/standard-input.md) | Enable Standard input plugin | `On` |
159+
| [`FLB_IN_SYSLOG`](../../pipeline/inputs/syslog.md) | Enable Syslog input plugin | `On` |
160+
| [`FLB_IN_SYSTEMD`](../../pipeline/inputs/systemd.md) | Enable Systemd / Journald input plugin | `On` |
161+
| [`FLB_IN_TAIL`](../../pipeline/inputs/tail.md) | Enable Tail (follow files) input plugin | `On` |
162+
| [`FLB_IN_TCP`](../../pipeline/inputs/tcp.md) | Enable TCP input plugin | `On` |
163+
| [`FLB_IN_THERMAL`](../../pipeline/inputs/thermal.md) | Enable system temperature input plugin | `On` |
164+
| [`FLB_IN_UDP`](../../pipeline/inputs/udp.md) | Enable UDP input plugin | `On` |
165+
| [`FLB_IN_WINLOG`](../../pipeline/inputs/windows-event-log.md) | Enable Windows Event Log input plugin (Windows Only) | `On` |
166+
| [`FLB_IN_WINEVTLOG`](../../pipeline/inputs/windows-event-log-winevtlog.md) | Enable Windows Event Log input plugin using `winevt.h` API (Windows Only) | `On` |
167167

168168
### Filter plugins
169169

170170
Filter plugins let you modify, enrich or drop records. The following table describes the filters available on this version:
171171

172172
| Option | Description | Default |
173173
| :--- | :--- | :--- |
174-
| [`FLB_FILTER_AWS`](../../pipeline/filters/aws-metadata.md) | Enable AWS metadata filter | _On_ |
175-
| [`FLB_FILTER_ECS`](../../pipeline/filters/ecs-metadata.md) | Enable AWS metadata filter | _On_ |
176-
| `FLB_FILTER_EXPECT` | Enable Expect data test filter | _On_ |
177-
| [`FLB_FILTER_GREP`](../../pipeline/filters/grep.md) | Enable Grep filter | _On_ |
178-
| [`FLB_FILTER_KUBERNETES`](../../pipeline/filters/kubernetes.md) | Enable Kubernetes metadata filter | _On_ |
179-
| [`FLB_FILTER_LUA`](../../pipeline/filters/lua.md) | Enable Lua scripting filter | _On_ |
180-
| [`FLB_FILTER_MODIFY`](../../pipeline/filters/modify.md) | Enable Modify filter | _On_ |
181-
| [`FLB_FILTER_NEST`](../../pipeline/filters/nest.md) | Enable Nest filter | _On_ |
182-
| [`FLB_FILTER_PARSER`](../../pipeline/filters/parser.md) | Enable Parser filter | _On_ |
183-
| [`FLB_FILTER_RECORD_MODIFIER`](../../pipeline/filters/record-modifier.md) | Enable Record Modifier filter | _On_ |
184-
| [`FLB_FILTER_REWRITE_TAG`](../../pipeline/filters/rewrite-tag.md) | Enable Rewrite Tag filter | _On_ |
185-
| [`FLB_FILTER_STDOUT`](../../pipeline/filters/standard-output.md) | Enable Stdout filter | _On_ |
186-
| [`FLB_FILTER_SYSINFO`](../../pipeline/filters/sysinfo.md) | Enable Sysinfo filter | _On_ |
187-
| [`FLB_FILTER_THROTTLE`](../../pipeline/filters/throttle.md) | Enable Throttle filter | _On_ |
188-
| [`FLB_FILTER_TYPE_CONVERTER`](../../pipeline/filters/type-converter.md) | Enable Type Converter filter | _On_ |
189-
| [`FLB_FILTER_WASM`](../../pipeline/filters/wasm.md) | Enable WASM filter | _On_ |
174+
| [`FLB_FILTER_AWS`](../../pipeline/filters/aws-metadata.md) | Enable AWS metadata filter | `On` |
175+
| [`FLB_FILTER_ECS`](../../pipeline/filters/ecs-metadata.md) | Enable AWS metadata filter | `On` |
176+
| `FLB_FILTER_EXPECT` | Enable Expect data test filter | `On` |
177+
| [`FLB_FILTER_GREP`](../../pipeline/filters/grep.md) | Enable Grep filter | `On` |
178+
| [`FLB_FILTER_KUBERNETES`](../../pipeline/filters/kubernetes.md) | Enable Kubernetes metadata filter | `On` |
179+
| [`FLB_FILTER_LUA`](../../pipeline/filters/lua.md) | Enable Lua scripting filter | `On` |
180+
| [`FLB_FILTER_MODIFY`](../../pipeline/filters/modify.md) | Enable Modify filter | `On` |
181+
| [`FLB_FILTER_NEST`](../../pipeline/filters/nest.md) | Enable Nest filter | `On` |
182+
| [`FLB_FILTER_PARSER`](../../pipeline/filters/parser.md) | Enable Parser filter | `On` |
183+
| [`FLB_FILTER_RECORD_MODIFIER`](../../pipeline/filters/record-modifier.md) | Enable Record Modifier filter | `On` |
184+
| [`FLB_FILTER_REWRITE_TAG`](../../pipeline/filters/rewrite-tag.md) | Enable Rewrite Tag filter | `On` |
185+
| [`FLB_FILTER_STDOUT`](../../pipeline/filters/standard-output.md) | Enable Stdout filter | `On` |
186+
| [`FLB_FILTER_SYSINFO`](../../pipeline/filters/sysinfo.md) | Enable Sysinfo filter | `On` |
187+
| [`FLB_FILTER_THROTTLE`](../../pipeline/filters/throttle.md) | Enable Throttle filter | `On` |
188+
| [`FLB_FILTER_TYPE_CONVERTER`](../../pipeline/filters/type-converter.md) | Enable Type Converter filter | `On` |
189+
| [`FLB_FILTER_WASM`](../../pipeline/filters/wasm.md) | Enable Wasm filter | `On` |
190190

191191
### Output plugins
192192

193193
Output plugins let you flush the information to some external interface, service, or terminal. The following table describes the output plugins available:
194194

195195
| Option | Description | Default |
196196
| :--- | :--- | :--- |
197-
| [`FLB_OUT_AZURE`](../../pipeline/outputs/azure.md) | Enable Microsoft Azure output plugin | _On_ |
198-
| [`FLB_OUT_AZURE_KUSTO`](../../pipeline/outputs/azure_kusto.md) | Enable Azure Kusto output plugin | _On_ |
199-
| [`FLB_OUT_BIGQUERY`](../../pipeline/outputs/bigquery.md) | Enable Google BigQuery output plugin | _On_ |
200-
| [`FLB_OUT_COUNTER`](../../pipeline/outputs/counter.md) | Enable Counter output plugin | _On_ |
201-
| [`FLB_OUT_CLOUDWATCH_LOGS`](../../pipeline/outputs/cloudwatch.md) | Enable Amazon CloudWatch output plugin | _On_ |
202-
| [`FLB_OUT_DATADOG`](../../pipeline/outputs/datadog.md) | Enable Datadog output plugin | _On_ |
203-
| [`FLB_OUT_ES`](../../pipeline/outputs/elasticsearch.md) | Enable [Elastic Search](http://www.elastic.co) output plugin | _On_ |
204-
| [`FLB_OUT_FILE`](../../pipeline/outputs/file.md) | Enable File output plugin | _On_ |
205-
| [`FLB_OUT_KINESIS_FIREHOSE`](../../pipeline/outputs/firehose.md) | Enable Amazon Kinesis Data Firehose output plugin | _On_ |
206-
| [`FLB_OUT_KINESIS_STREAMS`](../../pipeline/outputs/kinesis.md) | Enable Amazon Kinesis Data Streams output plugin | _On_ |
207-
| [`FLB_OUT_FLOWCOUNTER`](../../pipeline/outputs/flowcounter.md) | Enable Flowcounter output plugin | _On_ |
208-
| [`FLB_OUT_FORWARD`](../../pipeline/outputs/forward.md) | Enable [Fluentd](http://www.fluentd.org) output plugin | _On_ |
209-
| [`FLB_OUT_GELF`](../../pipeline/outputs/gelf.md) | Enable Gelf output plugin | _On_ |
210-
| [`FLB_OUT_HTTP`](../../pipeline/outputs/http.md) | Enable HTTP output plugin | _On_ |
211-
| [`FLB_OUT_INFLUXDB`](../../pipeline/outputs/influxdb.md) | Enable InfluxDB output plugin | _On_ |
197+
| [`FLB_OUT_AZURE`](../../pipeline/outputs/azure.md) | Enable Microsoft Azure output plugin | `On` |
198+
| [`FLB_OUT_AZURE_KUSTO`](../../pipeline/outputs/azure_kusto.md) | Enable Azure Kusto output plugin | `On` |
199+
| [`FLB_OUT_BIGQUERY`](../../pipeline/outputs/bigquery.md) | Enable Google BigQuery output plugin | `On` |
200+
| [`FLB_OUT_COUNTER`](../../pipeline/outputs/counter.md) | Enable Counter output plugin | `On` |
201+
| [`FLB_OUT_CLOUDWATCH_LOGS`](../../pipeline/outputs/cloudwatch.md) | Enable Amazon CloudWatch output plugin | `On` |
202+
| [`FLB_OUT_DATADOG`](../../pipeline/outputs/datadog.md) | Enable Datadog output plugin | `On` |
203+
| [`FLB_OUT_ES`](../../pipeline/outputs/elasticsearch.md) | Enable [Elastic Search](http://www.elastic.co) output plugin | `On` |
204+
| [`FLB_OUT_FILE`](../../pipeline/outputs/file.md) | Enable File output plugin | `On` |
205+
| [`FLB_OUT_KINESIS_FIREHOSE`](../../pipeline/outputs/firehose.md) | Enable Amazon Kinesis Data Firehose output plugin | `On` |
206+
| [`FLB_OUT_KINESIS_STREAMS`](../../pipeline/outputs/kinesis.md) | Enable Amazon Kinesis Data Streams output plugin | `On` |
207+
| [`FLB_OUT_FLOWCOUNTER`](../../pipeline/outputs/flowcounter.md) | Enable Flow counter output plugin | `On` |
208+
| [`FLB_OUT_FORWARD`](../../pipeline/outputs/forward.md) | Enable [Fluentd](http://www.fluentd.org) output plugin | `On` |
209+
| [`FLB_OUT_GELF`](../../pipeline/outputs/gelf.md) | Enable GELF output plugin | `On` |
210+
| [`FLB_OUT_HTTP`](../../pipeline/outputs/http.md) | Enable HTTP output plugin | `On` |
211+
| [`FLB_OUT_INFLUXDB`](../../pipeline/outputs/influxdb.md) | Enable InfluxDB output plugin | `On` |
212212
| [`FLB_OUT_KAFKA`](../../pipeline/outputs/kafka.md) | Enable Kafka output | Off |
213-
| [`FLB_OUT_KAFKA_REST`](../../pipeline/outputs/kafka-rest-proxy.md) | Enable Kafka REST Proxy output plugin | _On_ |
214-
| `FLB_OUT_LIB` | Enable Lib output plugin | _On_ |
215-
| [`FLB_OUT_NATS`](../../pipeline/outputs/nats.md) | Enable [NATS](http://www.nats.io) output plugin | _On_ |
216-
| `FLB_OUT_NULL` | Enable NULL output plugin | _On_ |
217-
| `FLB_OUT_PGSQL` | Enable PostgreSQL output plugin | _On_ |
218-
| `FLB_OUT_PLOT` | Enable Plot output plugin | _On_ |
219-
| `FLB_OUT_SLACK` | Enable Slack output plugin | _On_ |
220-
| [`FLB_OUT_S3`](../../pipeline/outputs/s3.md) | Enable Amazon S3 output plugin | _On_ |
221-
| [`FLB_OUT_SPLUNK`](../../pipeline/outputs/splunk.md) | Enable Splunk output plugin | _On_ |
222-
| [`FLB_OUT_STACKDRIVER`](../../pipeline/outputs/stackdriver.md) | Enable Google Stackdriver output plugin | _On_ |
223-
| [`FLB_OUT_STDOUT`](build-and-install.md) | Enable STDOUT output plugin | _On_ |
224-
| `FLB_OUT_TCP` | Enable TCP/TLS output plugin | _On_ |
225-
| [`FLB_OUT_TD`](../../pipeline/outputs/treasure-data.md) | Enable [Treasure Data](http://www.treasuredata.com) output plugin | _On_ |
213+
| [`FLB_OUT_KAFKA_REST`](../../pipeline/outputs/kafka-rest-proxy.md) | Enable Kafka REST Proxy output plugin | `On` |
214+
| `FLB_OUT_LIB` | Enable Lib output plugin | `On` |
215+
| [`FLB_OUT_NATS`](../../pipeline/outputs/nats.md) | Enable [NATS](http://www.nats.io) output plugin | `On` |
216+
| `FLB_OUT_NULL` | Enable `NULL` output plugin | `On` |
217+
| `FLB_OUT_PGSQL` | Enable PostgreSQL output plugin | `On` |
218+
| `FLB_OUT_PLOT` | Enable Plot output plugin | `On` |
219+
| `FLB_OUT_SLACK` | Enable Slack output plugin | `On` |
220+
| [`FLB_OUT_S3`](../../pipeline/outputs/s3.md) | Enable Amazon S3 output plugin | `On` |
221+
| [`FLB_OUT_SPLUNK`](../../pipeline/outputs/splunk.md) | Enable Splunk output plugin | `On` |
222+
| [`FLB_OUT_STACKDRIVER`](../../pipeline/outputs/stackdriver.md) | Enable Google Stackdriver output plugin | `On` |
223+
| [`FLB_OUT_STDOUT`](build-and-install.md) | Enable STDOUT output plugin | `On` |
224+
| `FLB_OUT_TCP` | Enable TCP/TLS output plugin | `On` |
225+
| [`FLB_OUT_TD`](../../pipeline/outputs/treasure-data.md) | Enable [Treasure Data](http://www.treasuredata.com) output plugin | `On` |
226226

227227
### Processor plugins
228228

@@ -231,5 +231,5 @@ Processor plugins handle the events within the processor pipelines to allow modi
231231
The following table describes the processors available:
232232

233233
| Option | Description | Default || :--- | :--- | :--- |
234-
| [`FLB_PROCESSOR_METRICS_SELECTOR`](../../pipeline/processors/metrics-selector.md) | Enable metrics selector processor | _On_ |
235-
| [`FLB_PROCESSOR_LABELS`](../../pipeline/processors/labels.md) | Enable metrics label manipulation processor | _On_ |
234+
| [`FLB_PROCESSOR_METRICS_SELECTOR`](../../pipeline/processors/metrics-selector.md) | Enable metrics selector processor | `On` |
235+
| [`FLB_PROCESSOR_LABELS`](../../pipeline/processors/labels.md) | Enable metrics label manipulation processor | `On` |

0 commit comments

Comments
 (0)