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>
10