@@ -91,38 +91,38 @@ Fluent Bit provides configurable options to CMake that can be enabled or disable
91
91
92
92
| Option | Description | Default |
93
93
| :--- | :--- | :--- |
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 ` |
108
108
| ` 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 ` |
113
113
114
114
### Development options
115
115
116
116
| Option | Description | Default |
117
117
| :--- | :--- | :--- |
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 ` |
126
126
127
127
### Optimization options
128
128
@@ -137,92 +137,92 @@ Input plugins gather information from a specific source type like network interf
137
137
138
138
| Option | Description | Default |
139
139
| :--- | :--- | :--- |
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 ` |
167
167
168
168
### Filter plugins
169
169
170
170
Filter plugins let you modify, enrich or drop records. The following table describes the filters available on this version:
171
171
172
172
| Option | Description | Default |
173
173
| :--- | :--- | :--- |
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 ` |
190
190
191
191
### Output plugins
192
192
193
193
Output plugins let you flush the information to some external interface, service, or terminal. The following table describes the output plugins available:
194
194
195
195
| Option | Description | Default |
196
196
| :--- | :--- | :--- |
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 ` |
212
212
| [ ` 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 ` |
226
226
227
227
### Processor plugins
228
228
@@ -231,5 +231,5 @@ Processor plugins handle the events within the processor pipelines to allow modi
231
231
The following table describes the processors available:
232
232
233
233
| 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