Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
infrastructure
Commits
e586a80f
Verified
Commit
e586a80f
authored
Jun 06, 2022
by
Evangelos Foutras
🐱
Browse files
loki: lower log retention period to 1 month
One month of logs is about 40G and suffices for our log retrieval needs.
parent
e810787c
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/loki/files/loki.yaml
View file @
e586a80f
...
...
@@ -38,5 +38,5 @@ compactor:
limits_config
:
max_query_series
:
10000
retention_period
:
6
1d
max_query_lookback
:
6
1d
retention_period
:
3
1d
max_query_lookback
:
3
1d
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment