Skip to content

Commit 51e6fd6

Browse files
committed
administration: configuring-fluent-bit: README.md: Update fluent-bit --help output
Signed-off-by: Dharun Kumar <[email protected]>
1 parent db80f66 commit 51e6fd6

File tree

1 file changed

+41
-2
lines changed
  • administration/configuring-fluent-bit

1 file changed

+41
-2
lines changed

administration/configuring-fluent-bit/README.md

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,24 @@ Available Options
3131
-t, --tag=TAG set plugin tag, same as '-p tag=abc'
3232
-T, --sp-task=SQL define a stream processor task
3333
-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'"
3439
-w, --workdir set the working directory
3540
-H, --http enable monitoring HTTP server
3641
-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)
3843
-q, --quiet quiet mode
3944
-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
4047
-V, --version show version number
4148
-h, --help print this help
4249

4350
Inputs
51+
blob Blob (binary) files
4452
cpu CPU Usage
4553
mem Memory Usage
4654
thermal Thermal
@@ -51,32 +59,52 @@ Inputs
5159
netif Network Interface Usage
5260
docker Docker containers metrics
5361
docker_events Docker events
62+
podman_metrics Podman metrics
63+
process_exporter_metricsProcess Exporter Metrics (Prometheus Compatible)
5464
node_exporter_metrics Node Exporter Metrics (Prometheus Compatible)
65+
kubernetes_events Kubernetes Events
66+
kafka Kafka consumer input plugin
5567
fluentbit_metrics Fluent Bit internal metrics
5668
prometheus_scrape Scrape metrics from Prometheus Endpoint
69+
prometheus_textfile Read Prometheus metrics from text files
5770
tail Tail files
5871
dummy Generate dummy data
59-
dummy_thread Generate dummy data in a separate thread
6072
head Head Input
6173
health Check TCP server health
6274
http HTTP
6375
collectd collectd input plugin
6476
statsd StatsD input plugin
6577
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
6682
nginx_metrics Nginx status metrics
6783
serial Serial input
6884
stdin Standard Input
6985
syslog Syslog
86+
udp UDP
87+
exec_wasi Exec WASI Input
7088
tcp TCP
7189
mqtt MQTT, listen for Publish messages
7290
forward Fluentd in-forward
7391
random Random
7492

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+
75101
Filters
76102
alter_size Alter incoming chunk size
77103
aws Add AWS Metadata
78104
checklist Check records and flag them
105+
ecs Add AWS ECS Metadata
79106
record_modifier modify record
107+
sysinfo Filter for system info
80108
throttle Throttle messages using sliding window algorithm
81109
type_converter Data type converter
82110
kubernetes Filter to append Kubernetes metadata
@@ -87,14 +115,17 @@ Filters
87115
expect Validate expected keys and values
88116
grep grep events by specified field values
89117
rewrite_tag Rewrite records tags
118+
log_to_metrics generate log derived metrics
90119
lua Lua Scripting Filter
91120
stdout Filter events to STDOUT
92121
geoip2 add geoip information to records
93122
nightfall scans records for sensitive content
123+
wasm WASM program filter
94124

95125
Outputs
96126
azure Send events to Azure HTTP Event Collector
97127
azure_blob Azure Blob Storage
128+
azure_logs_ingestion Send logs to Log Analytics with Log Ingestion API
98129
azure_kusto Send events to Kusto (Azure Data Explorer)
99130
bigquery Send events to BigQuery via streaming insert
100131
counter Records counter
@@ -113,6 +144,7 @@ Outputs
113144
nrlogs New Relic
114145
null Throws away events
115146
opensearch OpenSearch
147+
oracle_log_analytics Oracle log analytics
116148
plot Generate data file for GNU Plot
117149
pgsql PostgreSQL
118150
skywalking Send logs into log collector on SkyWalking OAP
@@ -122,6 +154,7 @@ Outputs
122154
stdout Prints events to STDOUT
123155
syslog Syslog
124156
tcp TCP Output
157+
udp UDP Output
125158
td Treasure Data
126159
flowcounter FlowCounter
127160
gelf GELF Output
@@ -133,4 +166,10 @@ Outputs
133166
prometheus_exporter Prometheus Exporter
134167
prometheus_remote_write Prometheus remote write
135168
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
136175
```

0 commit comments

Comments
 (0)