2022-02-04 11:12:06 +00:00
|
|
|
auth_enabled: false
|
|
|
|
|
|
|
|
server:
|
|
|
|
http_listen_address: 0.0.0.0
|
|
|
|
http_listen_port: 7553
|
|
|
|
register_instrumentation: true
|
|
|
|
|
|
|
|
ingester:
|
|
|
|
lifecycler:
|
|
|
|
address: 127.0.0.1
|
|
|
|
ring:
|
|
|
|
kvstore:
|
|
|
|
store: inmemory
|
|
|
|
replication_factor: 1
|
|
|
|
final_sleep: 0s
|
|
|
|
chunk_idle_period: 5m
|
|
|
|
chunk_retain_period: 30s
|
|
|
|
|
|
|
|
schema_config:
|
|
|
|
configs:
|
|
|
|
- from: 2021-12-16
|
|
|
|
store: boltdb
|
|
|
|
object_store: filesystem
|
|
|
|
schema: v11
|
|
|
|
index:
|
|
|
|
prefix: index_
|
|
|
|
period: 168h
|
|
|
|
|
|
|
|
storage_config:
|
|
|
|
boltdb:
|
|
|
|
directory: /var/lib/loki/index
|
|
|
|
filesystem:
|
|
|
|
directory: /var/lib/loki/chunks
|
|
|
|
|
|
|
|
limits_config:
|
|
|
|
enforce_metric_name: false
|
|
|
|
reject_old_samples: true
|
|
|
|
reject_old_samples_max_age: 168h
|
2022-03-09 18:49:04 +00:00
|
|
|
max_query_series: 10000
|