Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions mintlify/security/audit-log.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ You can also export the audit logs.

![filter-date](/content/docs/security/audit-log/filter-date.webp)

## Emit audit logs to stdout

Bytebase can emit audit logs to **stdout**, allowing seamless integration with log aggregation and SIEM systems such as Datadog, Splunk, Elastic, Loki, CloudWatch, and GCP Logging—without using the API.

Go to **Settings** -> **General** -> **Audit Log Export**, and enable **Enable audit logging to stdout**.

Once enabled, audit events will appear in the standard output stream of your Bytebase service.

## Retention

Bytebase does not purge the audit logs. If you want to purge the audit logs, please locate the
Expand Down