Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.01 KB

File metadata and controls

50 lines (40 loc) · 1.01 KB

Docker compose file templates

[Home]

Grafana Loki - 3.x.x version

Images

loki-config.yaml

...
schema_config:
  configs:
    - from: 2020-10-24
      store: boltdb-shipper
      object_store: filesystem
      schema: v11
      index:
        prefix: index_
        period: 24h

Grafana Loki - 2.x.x version

Images

loki-config.yaml

...
schema_config:
  configs:
    - from: 2023-07-01
      store: tsdb
      object_store: filesystem
      schema: v13
      index:
        prefix: index_
        period: 24h