We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1140d commit fe84610Copy full SHA for fe84610
monitoring/loki/files/loki.yaml
@@ -52,10 +52,10 @@ storage_config:
52
filesystem:
53
directory: /data/loki/chunks
54
chunk_store_config:
55
- max_look_back_period: 0s
+ max_look_back_period: 672h
56
table_manager:
57
- retention_deletes_enabled: false
58
- retention_period: 0s
+ retention_deletes_enabled: true
+ retention_period: 672h
59
compactor:
60
working_directory: /data/loki/boltdb-shipper-compactor
61
shared_store: filesystem
0 commit comments