update
This commit is contained in:
parent
564086d9b9
commit
f24641b3bd
@ -15,13 +15,12 @@ ingester:
|
||||
max_chunk_age: 1h
|
||||
chunk_target_size: 1048576
|
||||
chunk_retain_period: 30s
|
||||
max_transfer_retries: 0
|
||||
wal:
|
||||
dir: /data/loki/wal
|
||||
|
||||
schema_config:
|
||||
configs:
|
||||
- from: 2020-10-24
|
||||
- from: 2024-11-09
|
||||
store: boltdb-shipper
|
||||
object_store: filesystem
|
||||
schema: v11
|
||||
@ -34,19 +33,17 @@ storage_config:
|
||||
active_index_directory: /data/loki/boltdb-shipper-active
|
||||
cache_location: /data/loki/boltdb-shipper-cache
|
||||
cache_ttl: 24h
|
||||
shared_store: filesystem
|
||||
index_store: filesystem
|
||||
filesystem:
|
||||
directory: /data/loki/chunks
|
||||
|
||||
compactor:
|
||||
working_directory: /data/loki/boltdb-shipper-compactor
|
||||
shared_store: filesystem
|
||||
index_store: filesystem
|
||||
retention_enabled: true
|
||||
|
||||
limits_config:
|
||||
reject_old_samples: true
|
||||
reject_old_samples_max_age: 168h
|
||||
retention_period: ${RETENTION_PERIOD:29d}
|
||||
|
||||
chunk_store_config:
|
||||
max_look_back_period: 0s
|
||||
max_query_lookback: 0s
|
||||
|
Loading…
x
Reference in New Issue
Block a user