Update retention and compactor to free space
This commit is contained in:
@@ -22,6 +22,9 @@ schema_config:
|
|||||||
period: 24h
|
period: 24h
|
||||||
|
|
||||||
storage_config:
|
storage_config:
|
||||||
|
tsdb_shipper:
|
||||||
|
active_index_directory: /loki/index
|
||||||
|
cache_location: /loki/cache
|
||||||
filesystem:
|
filesystem:
|
||||||
directory: /loki/chunks
|
directory: /loki/chunks
|
||||||
|
|
||||||
@@ -35,3 +38,8 @@ limits_config:
|
|||||||
ingestion_burst_size_mb: 20
|
ingestion_burst_size_mb: 20
|
||||||
max_global_streams_per_user: 0
|
max_global_streams_per_user: 0
|
||||||
volume_enabled: true
|
volume_enabled: true
|
||||||
|
|
||||||
|
compactor:
|
||||||
|
working_directory: /loki/compactor
|
||||||
|
retention_enabled: true
|
||||||
|
retention_period: 720h # 30 jours
|
||||||
|
|||||||
Reference in New Issue
Block a user