38 lines
579 B
Plaintext
38 lines
579 B
Plaintext
auth_enabled: false
|
|
|
|
server:
|
|
http_listen_port: 3100
|
|
grpc_listen_port: 9095
|
|
|
|
ingester:
|
|
lifecycler:
|
|
address: 127.0.0.1
|
|
ring:
|
|
kvstore:
|
|
store: inmemory
|
|
replication_factor: 1
|
|
chunk_idle_period: 15m
|
|
wal:
|
|
enabled: true
|
|
dir: /loki/wal
|
|
|
|
schema_config:
|
|
configs:
|
|
- from: 2022-01-01
|
|
store: boltdb
|
|
object_store: filesystem
|
|
schema: v11
|
|
index:
|
|
prefix: index_
|
|
period: 168h
|
|
|
|
storage_config:
|
|
boltdb:
|
|
directory: ./loki/index
|
|
|
|
filesystem:
|
|
directory: ./loki/chunks
|
|
|
|
limits_config:
|
|
enforce_metric_name: false
|