github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/clients/cmd/fluentd/docker/conf/loki.conf (about)

     1  <match loki.**>
     2    @type loki
     3    url "#{ENV['LOKI_URL']}"
     4    extra_labels {"job":"fluentd"}
     5    <buffer>
     6      flush_interval 10s
     7      flush_at_shutdown true
     8    </buffer>
     9  </match>