mirror of
https://github.com/ruanbekker/docker-selfhosted-server.git
synced 2026-09-12 00:41:16 +02:00
Create fluent-bit.conf
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user