@@ -31,16 +31,24 @@ Available Options
31
31
-t, --tag=TAG set plugin tag, same as ' -p tag=abc'
32
32
-T, --sp-task=SQL define a stream processor task
33
33
-v, --verbose increase logging verbosity (default: info)
34
+ -Z, --enable-chunk-traceenable chunk tracing, it can be activated either through the http api or the command line
35
+ --trace-input input to start tracing on startup.
36
+ --trace-output output to use for tracing on startup.
37
+ --trace-output-property set a property for output tracing on startup.
38
+ --trace setup a trace pipeline on startup. Uses a single line, ie: " input=dummy.0 output=stdout output.format='json'"
34
39
-w, --workdir set the working directory
35
40
-H, --http enable monitoring HTTP server
36
41
-P, --port set HTTP server TCP port (default: 2020)
37
- -s, --coro_stack_size set coroutines stack size in bytes (default: 24576 )
42
+ -s, --coro_stack_size set coroutines stack size in bytes (default: 196608 )
38
43
-q, --quiet quiet mode
39
44
-S, --sosreport support report for Enterprise customers
45
+ -Y, --enable-hot-reload enable for hot reloading
46
+ -W, --disable-thread-safety-on-hot-reloadingdisable thread safety on hot reloading
40
47
-V, --version show version number
41
48
-h, --help print this help
42
49
43
50
Inputs
51
+ blob Blob (binary) files
44
52
cpu CPU Usage
45
53
mem Memory Usage
46
54
thermal Thermal
@@ -51,32 +59,52 @@ Inputs
51
59
netif Network Interface Usage
52
60
docker Docker containers metrics
53
61
docker_events Docker events
62
+ podman_metrics Podman metrics
63
+ process_exporter_metricsProcess Exporter Metrics (Prometheus Compatible)
54
64
node_exporter_metrics Node Exporter Metrics (Prometheus Compatible)
65
+ kubernetes_events Kubernetes Events
66
+ kafka Kafka consumer input plugin
55
67
fluentbit_metrics Fluent Bit internal metrics
56
68
prometheus_scrape Scrape metrics from Prometheus Endpoint
69
+ prometheus_textfile Read Prometheus metrics from text files
57
70
tail Tail files
58
71
dummy Generate dummy data
59
- dummy_thread Generate dummy data in a separate thread
60
72
head Head Input
61
73
health Check TCP server health
62
74
http HTTP
63
75
collectd collectd input plugin
64
76
statsd StatsD input plugin
65
77
opentelemetry OpenTelemetry
78
+ elasticsearch HTTP Endpoints for Elasticsearch (Bulk API)
79
+ splunk Input plugin for Splunk HEC payloads
80
+ prometheus_remote_write Prometheus Remote Write input
81
+ event_type Event tests for input plugins
66
82
nginx_metrics Nginx status metrics
67
83
serial Serial input
68
84
stdin Standard Input
69
85
syslog Syslog
86
+ udp UDP
87
+ exec_wasi Exec WASI Input
70
88
tcp TCP
71
89
mqtt MQTT, listen for Publish messages
72
90
forward Fluentd in-forward
73
91
random Random
74
92
93
+ Processors
94
+ content_modifier Modify the content of Logs, Metrics and Traces
95
+ labels Modifies metrics labels
96
+ metrics_selector select metrics by specified name
97
+ opentelemetry_envelope Package log records inside an OpenTelemetry Logs schema
98
+ sampling Sampling
99
+ sql SQL processor
100
+
75
101
Filters
76
102
alter_size Alter incoming chunk size
77
103
aws Add AWS Metadata
78
104
checklist Check records and flag them
105
+ ecs Add AWS ECS Metadata
79
106
record_modifier modify record
107
+ sysinfo Filter for system info
80
108
throttle Throttle messages using sliding window algorithm
81
109
type_converter Data type converter
82
110
kubernetes Filter to append Kubernetes metadata
@@ -87,14 +115,17 @@ Filters
87
115
expect Validate expected keys and values
88
116
grep grep events by specified field values
89
117
rewrite_tag Rewrite records tags
118
+ log_to_metrics generate log derived metrics
90
119
lua Lua Scripting Filter
91
120
stdout Filter events to STDOUT
92
121
geoip2 add geoip information to records
93
122
nightfall scans records for sensitive content
123
+ wasm WASM program filter
94
124
95
125
Outputs
96
126
azure Send events to Azure HTTP Event Collector
97
127
azure_blob Azure Blob Storage
128
+ azure_logs_ingestion Send logs to Log Analytics with Log Ingestion API
98
129
azure_kusto Send events to Kusto (Azure Data Explorer)
99
130
bigquery Send events to BigQuery via streaming insert
100
131
counter Records counter
@@ -113,6 +144,7 @@ Outputs
113
144
nrlogs New Relic
114
145
null Throws away events
115
146
opensearch OpenSearch
147
+ oracle_log_analytics Oracle log analytics
116
148
plot Generate data file for GNU Plot
117
149
pgsql PostgreSQL
118
150
skywalking Send logs into log collector on SkyWalking OAP
@@ -122,6 +154,7 @@ Outputs
122
154
stdout Prints events to STDOUT
123
155
syslog Syslog
124
156
tcp TCP Output
157
+ udp UDP Output
125
158
td Treasure Data
126
159
flowcounter FlowCounter
127
160
gelf GELF Output
@@ -133,4 +166,10 @@ Outputs
133
166
prometheus_exporter Prometheus Exporter
134
167
prometheus_remote_write Prometheus remote write
135
168
s3 Send to S3
169
+ vivo_exporter Vivo Exporter
170
+ chronicle Send logs to Google Chronicle as unstructured log
171
+
172
+ Internal
173
+ Event Loop = epoll
174
+ Build Flags = FLB_HAVE_SYS_WAIT_H FLB_HAVE_SIMD FLB_HAVE_IN_STORAGE_BACKLOG FLB_HAVE_CHUNK_TRACE FLB_HAVE_PARSER FLB_HAVE_RECORD_ACCESSOR FLB_HAVE_STREAM_PROCESSOR FLB_HAVE_UNICODE_ENCODER NGHTTP2_STATICLIB JSMN_PARENT_LINKS JSMN_STRICT FLB_EVENT_LOOP_AUTO_DISCOVERY FLB_HAVE_TLS FLB_HAVE_OPENSSL FLB_HAVE_METRICS FLB_HAVE_PROFILES FLB_HAVE_WASM FLB_HAVE_KAFKA_SASL FLB_HAVE_KAFKA_OAUTHBEARER FLB_HAVE_AWS_MSK_IAM FLB_HAVE_AWS FLB_HAVE_AWS_CREDENTIAL_PROCESS FLB_HAVE_SIGNV4 FLB_HAVE_SQLDB FLB_LOG_NO_CONTROL_CHARS FLB_HAVE_METRICS FLB_HAVE_HTTP_SERVER FLB_HAVE_SYSTEMD FLB_HAVE_SYSTEMD_SDBUS FLB_HAVE_FORK FLB_HAVE_TIMESPEC_GET FLB_HAVE_GMTOFF FLB_HAVE_TIME_ZONE FLB_HAVE_UNIX_SOCKET FLB_HAVE_LITTLE_ENDIAN_SYSTEM FLB_HAVE_LIBYAML FLB_HAVE_ATTRIBUTE_ALLOC_SIZE FLB_HAVE_PROXY_GO JEMALLOC_MANGLE FLB_HAVE_JEMALLOC FLB_HAVE_LIBBACKTRACE FLB_HAVE_REGEX FLB_HAVE_UTF8_ENCODER FLB_HAVE_LUAJIT FLB_HAVE_C_TLS FLB_HAVE_ACCEPT4 FLB_HAVE_INOTIFY FLB_HAVE_GETENTROPY FLB_HAVE_GETENTROPY_SYS_RANDOM
136
175
` ` `
0 commit comments