try another way of lowering log retention

chatgpt says it's right
This commit is contained in:
Miroslav Batchkarov 2024-12-05 22:09:34 +01:00
parent dba1fc20bf
commit 13f3371188
1 changed files with 9 additions and 4 deletions

View File

@ -22,10 +22,6 @@ data:
loki-config.yaml: |
auth_enabled: false
table_manager:
retention_deletes_enabled: true
retention_period: 156h
server:
http_listen_port: 3100
@ -41,6 +37,15 @@ data:
kvstore:
store: inmemory
compactor:
retention_enabled: true
retention_delete_delay: 1h
retention_delete_worker_count: 150
delete_request_cancel_after: 12h
limits_config:
retention_period: 168h
schema_config:
configs:
- from: 2020-10-24