Long-term retention of audit logs may be required in accordance with system or industry standard security policy requirements. However, long-term storage of logs requires the continuation of complicated operations such as disk management and rotation management.
Therefore, with this function, by saving audit logs to cloud object storage, you can easily control the saving of logs based on your requirements.
spec:
fep:
pgAuditLog:
enable: true
endpoint:
protocol: s3
url: s3://pgaudit/cluster1
authentication: s3-secret
schedules:
upload: '30 * * * *'