Files
dropshell-templates/logserver/config/loki.yaml
Your Name c15fed0af5
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 43s
increase limits
2025-09-20 14:10:01 +12:00

52 lines
1.1 KiB
YAML

auth_enabled: false
server:
http_listen_port: 3100
grpc_listen_port: 9096
ingester:
wal:
enabled: true
dir: /loki/wal
lifecycler:
address: 127.0.0.1
ring:
kvstore:
store: inmemory
replication_factor: 1
schema_config:
configs:
- from: 2020-10-24
store: boltdb-shipper
object_store: filesystem
schema: v11
index:
prefix: index_
period: 24h
storage_config:
boltdb_shipper:
active_index_directory: /loki/boltdb-shipper-active
cache_location: /loki/boltdb-shipper-cache
cache_ttl: 24h
filesystem:
directory: /loki/chunks
compactor:
working_directory: /loki/boltdb-shipper-compactor
limits_config:
reject_old_samples: true
reject_old_samples_max_age: 168h
max_entries_limit_per_query: 5000
retention_period: 168h # 7 days
allow_structured_metadata: false
ingestion_rate_mb: 10 # 10MB/sec (default is 4MB/sec)
ingestion_burst_size_mb: 20 # 20MB burst (default is 6MB)
per_stream_rate_limit: 5MB
per_stream_rate_limit_burst: 10MB
table_manager:
retention_deletes_enabled: true
retention_period: 168h