Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
Export Center CI / export-ci (push) Has been cancelled
Airgap Sealed CI Smoke / sealed-smoke (push) Has been cancelled
Console CI / console-ci (push) Has been cancelled
devportal-offline / build-offline (push) Has been cancelled
36 lines
628 B
YAML
36 lines
628 B
YAML
server:
|
|
http_listen_port: 3100
|
|
log_level: warn
|
|
|
|
common:
|
|
ring:
|
|
instance_addr: loki
|
|
kvstore:
|
|
store: inmemory
|
|
replication_factor: 1
|
|
|
|
table_manager:
|
|
retention_deletes_enabled: true
|
|
retention_period: 168h
|
|
|
|
schema_config:
|
|
configs:
|
|
- from: 2024-01-01
|
|
store: boltdb-shipper
|
|
object_store: filesystem
|
|
schema: v13
|
|
index:
|
|
prefix: index_
|
|
period: 24h
|
|
|
|
storage_config:
|
|
filesystem:
|
|
directory: /loki/chunks
|
|
boltdb_shipper:
|
|
active_index_directory: /loki/index
|
|
cache_location: /loki/cache
|
|
shared_store: filesystem
|
|
|
|
limits_config:
|
|
retention_period: 168h
|