Skip to content
Snippets Groups Projects
Verified Commit 58d2705a authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

loki: Shorten retention period to 2 months to reduce space usage

We are running short on storage and don't really need 3 months of log,
so reduce it to 2 months instead of expanding the disk.
parent abdf99cd
No related branches found
Tags 1-0.5.2-2
No related merge requests found
Pipeline #15971 passed
...@@ -38,5 +38,5 @@ compactor: ...@@ -38,5 +38,5 @@ compactor:
limits_config: limits_config:
max_query_series: 10000 max_query_series: 10000
retention_period: 91d retention_period: 61d
max_query_lookback: 91d max_query_lookback: 61d
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