Create fluent-bit.conf

This commit is contained in:
Ruan Bekker 2021-07-26 00:12:24 +02:00 committed by GitHub
parent fe7c7a25bb
commit f762a6340e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,15 @@
[INPUT]
Name forward
Listen 0.0.0.0
Port 24224
[Output]
Name grafana-loki
Match *
Url ${LOKI_URL}
RemoveKeys source,container_id
Labels {job="fluentbit"}
LabelKeys container_name
BatchWait 1s
BatchSize 1001024
LineFormat json
LogLevel info