Like Prometheus, but for logs.
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.
 
 
 
 
 
 
loki/cmd/fluentd/docker/conf/loki.conf

9 lines
171 B

<match loki.**>
@type loki
url "#{ENV['LOKI_URL']}"
extra_labels {"job":"fluentd"}
<buffer>
flush_interval 10s
flush_at_shutdown true
</buffer>
</match>