try another way of lowering log retention
chatgpt says it's right
This commit is contained in:
parent
dba1fc20bf
commit
13f3371188
|
@ -22,10 +22,6 @@ data:
|
||||||
loki-config.yaml: |
|
loki-config.yaml: |
|
||||||
auth_enabled: false
|
auth_enabled: false
|
||||||
|
|
||||||
table_manager:
|
|
||||||
retention_deletes_enabled: true
|
|
||||||
retention_period: 156h
|
|
||||||
|
|
||||||
server:
|
server:
|
||||||
http_listen_port: 3100
|
http_listen_port: 3100
|
||||||
|
|
||||||
|
@ -41,6 +37,15 @@ data:
|
||||||
kvstore:
|
kvstore:
|
||||||
store: inmemory
|
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:
|
schema_config:
|
||||||
configs:
|
configs:
|
||||||
- from: 2020-10-24
|
- from: 2020-10-24
|
||||||
|
|
Loading…
Reference in New Issue