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
20 changes: 19 additions & 1 deletion docs/admin/audit_log.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,25 @@ Audit Logs are a default feature for Cloud instances, with a standard retention
extend this period, please be aware that additional charges will apply. To request an extension, please contact
your assigned Customer Engineer (CE) or send an email to Sourcegraph Support at [email protected].

For requesting audit logs, please follow the above steps and contact your assigned Sourcegraph representative or our support team.
#### Access Cloud intance audit logs

##### Download audit logs ocassionally

For requesting audit logs, please contact your assigned Sourcegraph representative or our support team.

##### Instant audit logs access (experimental)

Sourcegraph LogPush service is streaming audit logs to customer provided destination.

Features:
- single tenant, dedicated per customer
- streaming only newly created logs
- streaming on schedule, every 1h

Supported destinations:
- Google Cloud Storage

If you are interested to use this feature or to stream to a different destination, please contact your assigned Sourcegraph representative or our support team.


## Developing
Expand Down
Loading