My Hobby Server for Self-Hosted Applications on Docker
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[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
|
|
|