53 lines
960 B
YAML
53 lines
960 B
YAML
auth_enabled: false
|
|
|
|
server:
|
|
http_listen_port: 3100
|
|
grpc_listen_port: 9095
|
|
|
|
ingester:
|
|
lifecycler:
|
|
ring:
|
|
kvstore:
|
|
store: inmemory
|
|
replication_factor: 1
|
|
chunk_idle_period: 5m
|
|
chunk_retain_period: 30s
|
|
wal:
|
|
dir: /loki/wal
|
|
|
|
limits_config:
|
|
reject_old_samples: true
|
|
reject_old_samples_max_age: 168h
|
|
allow_structured_metadata: false
|
|
|
|
schema_config:
|
|
configs:
|
|
- from: 2024-01-01
|
|
store: boltdb-shipper
|
|
object_store: filesystem
|
|
schema: v12
|
|
index:
|
|
prefix: index_
|
|
period: 24h
|
|
|
|
storage_config:
|
|
boltdb_shipper:
|
|
active_index_directory: /loki/index
|
|
cache_location: /loki/cache
|
|
filesystem:
|
|
directory: /loki/chunks
|
|
|
|
ruler:
|
|
storage:
|
|
type: local
|
|
local:
|
|
directory: /loki/rules
|
|
rule_path: /loki/rules-temp
|
|
alertmanager_url: http://localhost:9093
|
|
ring:
|
|
kvstore:
|
|
store: inmemory
|
|
enable_api: true
|
|
|
|
compactor:
|
|
working_directory: /loki/compactor |