Vault audit logging to syslog inside Docker

Hello, we have already running vault instances deployed on docker-compose. We are willing to enable syslog logging for audit logs, but I see there is no option to specify remote syslog host, container does not have syslog and I would like to avoid use of Docker Hosted network. Do you know solution for the situation?

1 Like

The vault best practices say, that you shouldn’t run vault in docker, at all. Just FYI.

That being said, I’d also be very interested in configuring a different logging-backend for vault, as especially the audit logs can grow quite quickly.