Send your audit log to your own bucket
Organization admins can now send the organization's audit log to a bucket they control. Open Settings → Audit log export to connect Amazon S3, another S3-compatible service, or Google Cloud Storage.
- Keyless by default. Avrea can assume a tenant-bound AWS IAM role with Google OIDC, or write to GCS through an Avrea service account bound to the organization by a verified bucket label. Access keys and GCS JSON keys remain available when needed and are encrypted at rest.
- Append-only buckets work. The exporter needs create permission, not delete or overwrite permission, so WORM retention policies are supported.
- History is included. The first export backfills existing audit events; later events are delivered periodically as gzip-compressed NDJSON.
- Failures are visible. Settings show the latest failure, and repeated failures automatically disable the destination and notify organization admins instead of retrying invisibly forever.
Delivery is at least once, so downstream ingestion should deduplicate using the
stable event_id. See Audit log export
for the AWS role-trust and GCS bucket-label setup.