40 lines
724 B
YAML
40 lines
724 B
YAML
auth_enabled: false
|
|
|
|
server:
|
|
http_listen_port: 3100
|
|
|
|
common:
|
|
path_prefix: /var/lib/loki
|
|
replication_factor: 1
|
|
ring:
|
|
kvstore:
|
|
store: inmemory
|
|
|
|
schema_config:
|
|
configs:
|
|
- from: "2024-01-01"
|
|
store: tsdb
|
|
object_store: filesystem
|
|
schema: v13
|
|
index:
|
|
prefix: index_
|
|
period: 24h
|
|
|
|
storage_config:
|
|
filesystem:
|
|
directory: /var/lib/loki/chunks
|
|
tsdb_shipper:
|
|
active_index_directory: /var/lib/loki/index
|
|
cache_location: /var/lib/loki/tsdb-cache
|
|
|
|
compactor:
|
|
working_directory: /var/lib/loki/compactor
|
|
retention_enabled: true
|
|
delete_request_store: filesystem
|
|
|
|
limits_config:
|
|
retention_period: 168h
|
|
ingestion_rate_mb: 20
|
|
ingestion_burst_size_mb: 40
|
|
|