disable log retention for loki
This commit is contained in:
parent
98440675e7
commit
1a07a56e35
1 changed files with 1 additions and 3 deletions
|
@ -11,11 +11,9 @@ loki:
|
||||||
index:
|
index:
|
||||||
prefix: index_
|
prefix: index_
|
||||||
period: 24h
|
period: 24h
|
||||||
limits_config:
|
|
||||||
retention_period: 24h
|
|
||||||
compactor:
|
compactor:
|
||||||
compaction_interval: 15m
|
compaction_interval: 15m
|
||||||
retention_enabled: true
|
retention_enabled: false
|
||||||
retention_delete_delay: 1h
|
retention_delete_delay: 1h
|
||||||
retention_delete_worker_count: 150
|
retention_delete_worker_count: 150
|
||||||
delete_request_store: s3
|
delete_request_store: s3
|
||||||
|
|
Loading…
Reference in a new issue