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

     1  [INPUT]
     2      Name        tail
     3      Path        ${LOG_PATH}
     4  [Output]
     5      Name grafana-loki
     6      Match *
     7      Url ${LOKI_URL}
     8      BatchWait 1s
     9      BatchSize 1001024
    10      Labels {job="fluent-bit"}
    11      LineFormat json
    12      LogLevel info