puppet-tripleo/manifests/profile/base/logging
Bogdan Dobrelya 5a58ca5d32 Rework GDPR compliant logrotate config
Set the logrotate maxage parameter to purge_after_days
as well.

Rework additional retention rules of files in
/var/log/containers in the containerized logrotate
postrotate script. The rules are based on any of the
listed criteria met:

* time of last access of contents (atime) exceeds
purge_after_days,
* time of last modification of contents (mtime) exceeds
purge_after_days,
* time of last modification of the inode (metadata, ctime)
exceeds purge_after_days.

Forcibly purge expired files with each containerized
logrotate run triggered via cron. Note that the files creation
time (the Birth attribute) is not taken into account as it
cannot be accessed normally by system operators (depends on FS
type). Retention policies based on the creation time must
be managed elsewhere.

Related-Bug: #1771543

Change-Id: I9afa22f7dd344a29747206b286520a76d70d704b
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2018-05-24 17:31:15 +00:00
..
fluentd logging: fluentd add multi log files on sources 2018-04-21 00:17:18 +02:00
fluentd.pp Fluentd monitoring interface 2018-04-17 15:15:12 +02:00
logrotate.pp Rework GDPR compliant logrotate config 2018-05-24 17:31:15 +00:00