-
Kristian Klausen authored
We are running short on storage and don't really need 3 months of log, so reduce it to 2 months instead of expanding the disk.
Kristian Klausen authoredWe are running short on storage and don't really need 3 months of log, so reduce it to 2 months instead of expanding the disk.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
loki.yaml 781 B
auth_enabled: false
server:
http_listen_address: 127.0.0.1
http_listen_port: 3100
grpc_listen_address: 127.0.0.1
grpc_listen_port: 9095
common:
path_prefix: /var/lib/loki
storage:
filesystem:
chunks_directory: /var/lib/loki/chunks
rules_directory: /var/lib/loki/rules
replication_factor: 1
ring:
instance_addr: 127.0.0.1
kvstore:
store: inmemory
ingester:
wal:
replay_memory_ceiling: 200MB
chunk_encoding: zstd
schema_config:
configs:
- from: 2020-10-24
store: boltdb-shipper
object_store: filesystem
schema: v11
index:
prefix: index_
period: 24h
compactor:
retention_enabled: true
limits_config:
max_query_series: 10000
retention_period: 61d
max_query_lookback: 61d