Forwarding Audit Logs
Hi,
Is there a way to forward the audit logs on a self hosted Windmill setup?
We are using Splunk to monitor our infrastructure and keeping Windmill's logs in there is a necessary requirement.
Thanks in advance 🙂
5 Replies
Yes, I assume that you are on EE or will be on EE but audit logs are emitted as normal logs in addition to being stored in the db
so in most setup, you would use a log tailer to filter them (they have a specific format) and send them to splunk
Thank you for the quick response, how do you emit the logs from Windmill? I didn't come across this kind of configuration.
they are emitted as part of the normal server logs
we support 2 formats, json or logfmt
using a tool like fluentd or promtail to export the logs to splunk is easy and we are happy to assist on it: https://docs.fluentd.org/v/0.12/output/splunk
Thank you!