Skip to content
Snippets Groups Projects
Verified Commit 6f777070 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

set chunks period to 24 hours so that we can retain chunks shorter

parent d3a90306
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,8 @@ data: ...@@ -39,6 +39,8 @@ data:
index: index:
prefix: index_ prefix: index_
period: 24h period: 24h
chunks:
period: 24h
storage_config: storage_config:
boltdb_shipper: boltdb_shipper:
active_index_directory: /data/loki/boltdb-shipper-active active_index_directory: /data/loki/boltdb-shipper-active
...@@ -58,4 +60,3 @@ data: ...@@ -58,4 +60,3 @@ data:
table_manager: table_manager:
retention_deletes_enabled: true retention_deletes_enabled: true
retention_period: 168h # 7 days retention_period: 168h # 7 days
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment