Reputation: 97
I am using auditSink object in order to get the audit logs. I didn't find any documentation/api regarding retry option for audit logs. What happens in case the web server / service is not available?
Upvotes: 1
Views: 103
Reputation: 33223
The fine source implies there is a retry mechanism, and thus the need for configuring its backoff, but aside from whatever you can find by surfing around in the source, I don't know that any promises have been made about deliverability. If you need such guarantees, you may be happier sending audit event to stdout or to disk and then egressing them the way you would with any other log content
Upvotes: 2