Skip to content

Commit

Permalink
salt: enable Loki table manager purge
Browse files Browse the repository at this point in the history
set to 2 weeks which means we can have 3 weeks
of retention at most.

Refs: #2682
  • Loading branch information
alexandre-allard committed Aug 13, 2020
1 parent 3cd0c01 commit df165e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salt/metalk8s/addons/logging/loki/config/loki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ spec:
filesystem:
directory: /data/loki/chunks
table_manager:
retention_deletes_enabled: false
retention_period: 0s
retention_deletes_enabled: true
retention_period: 336h

0 comments on commit df165e6

Please sign in to comment.