Audit logs written to different server

Is it possible to write audit logs into another server? For security reasons, we are being asked to pipe them to a separate partition or a separate server. On the “Audit Log Directory” text field, could we make that an S3 bucket or a location on another server? Is there another way others have been able to handle this? Thanks in advance!

Hi

Currently the audit logs can only one redirected to a specified directory.
You could use network attached storage (e.g. NFS) to mount a remote filesystem, and then direct the audit log to the mounted filesystem.

Alternatively you could create a cron job or similar to periodically upload the audit logs to an alternative location e.g. S3. You can specify the time interval at which the logs are rotated. (e.g. hourly). and then upload the rotated logs.

Hope that helps