55 lines
1021 B
YAML
55 lines
1021 B
YAML
auth_enabled: false
|
|
|
|
server:
|
|
http_listen_port: 3100
|
|
grpc_listen_port: 9096
|
|
|
|
ingester:
|
|
lifecycler:
|
|
address: 0.0.0.0
|
|
ring:
|
|
kvstore:
|
|
store: inmemory
|
|
replication_factor: 1
|
|
chunk_idle_period: 5m
|
|
max_chunk_age: 1h
|
|
chunk_target_size: 1048576
|
|
chunk_retain_period: 30s
|
|
wal:
|
|
enabled: true
|
|
dir: /loki/wal
|
|
|
|
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/index
|
|
cache_location: /loki/cache
|
|
shared_store: filesystem
|
|
filesystem:
|
|
directory: /loki/chunks
|
|
|
|
compactor:
|
|
working_directory: /loki/compactor
|
|
shared_store: filesystem
|
|
|
|
limits_config:
|
|
ingestion_rate_mb: 8
|
|
ingestion_burst_size_mb: 16
|
|
max_concurrent_tail_requests: 20
|
|
|
|
chunk_store_config:
|
|
max_look_back_period: 0s
|
|
|
|
table_manager:
|
|
retention_deletes_enabled: true
|
|
retention_period: 168h # 7 hari
|