Skip to content

Commit

Permalink
config: default log retention is now 30 days
Browse files Browse the repository at this point in the history
  • Loading branch information
davidumea committed Feb 21, 2025
1 parent e686519 commit 78f35e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/sc-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ opensearch:
retention:
- pattern: other-*
sizeGB: 1
ageDays: 7
ageDays: 30
- pattern: kubeaudit-*
sizeGB: 50
ageDays: 30
Expand Down Expand Up @@ -1047,7 +1047,7 @@ fluentd:
ephemeralVolumes:
enabled: false
schedule: 0 1/6 * * *
days: 10
days: 30
retention:
enabled: true
schedule: 0 20 * * *
Expand All @@ -1060,11 +1060,11 @@ fluentd:
ephemeralVolumes:
enabled: false
schedule: 0 2/6 * * *
days: 7
days: 30
retention:
enabled: true
schedule: 0 21 * * *
days: 7
days: 30

aggregator:
resources:
Expand Down

0 comments on commit 78f35e4

Please sign in to comment.