Sending Vault audit logs to New Relic

Hi,
is there any way to send Vault audit log data (token used, secrets accessed etc) to New Relic by any means(programmatically, script, plugin, Webhook)?
use case: to send such audit data to New Relic logs/tables whenever there are any such events created.

thanks,

Directly? No. You’d need to use one of the audit devices, like a file and then have new relic’s infrastructure agent ship them over to NR (https://docs.newrelic.com/docs/logs/enable-log-management-new-relic/enable-log-monitoring-new-relic/forward-your-logs-using-infrastructure-agent)

1 Like

thanks Mike. I got another way of doing it and that is by installing fluentd td-agent on my host machine which collects the logs and transports to New relic.