summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging_curator/files/curator.yml
blob: 8d62d8e7dd541ea21415539ae339b10b797d5c01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Logging example curator config file

# uncomment and use this to override the defaults from env vars
#.defaults:
#  delete:
#    days: 30
#  runhour: 0
#  runminute: 0

# to keep ops logs for a different duration:
#.operations:
#  delete:
#    weeks: 8

# example for a normal project
#myapp:
#  delete:
#    weeks: 1