Skip to content

Commit

Permalink
cloud: clean up audit logs docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellzc committed Jan 21, 2025
1 parent b3890e9 commit 8f6f33b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 30 deletions.
27 changes: 1 addition & 26 deletions docs/admin/audit_log.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,33 +98,8 @@ There are two easy approaches to filtering the audit logs:
- Message-based: we recommend going the JSON route, but if there's no easy way of parsing JSON using your SIEM or data processing stack, you can filter based on the following string: `auditId`.

### Cloud
[Cloud](/cloud/#audit-logs)


Audit Logs are a default feature for Cloud instances, with a standard retention policy of 30 days. Should you wish to
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].

#### 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.

For Sourcegraph Cloud customers, please refer to Cloud [documentations](/cloud/#audit-logs).

## Developing

Expand Down
22 changes: 18 additions & 4 deletions docs/cloud/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,24 @@ To opt out of managed SMTP, please let your Sourcegraph Account team know when r

To learn more about how the Sourcegraph team operates managed SMTP internally, refer to [our handbook](https://handbook.sourcegraph.com/departments/cloud/technical-docs/managed-smtp/).

### Audit Logs

Our Cloud instances provide [audit logs](/admin/audit_log#cloud) to help you monitor and investigate actions taken by users and the system. These logs are available to download by request and are also sent to a [centralized logging service](https://about.sourcegraph.com/security#logging) for 30 day retention. Should you wish to
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].

#### Download audit logs

For requesting audit logs, please contact your our support team.

#### Deliver audit logs to customer-managed destination (LogPush)

Sourcegraph LogPush is an optional add-on to deliver audit logs to a customer provided destination. To enable this feature, please contact your assigned Customer Engineer (CE) or support team.

Supported destinations:

- Google Cloud Storage (GCS)

## Requirements

### Business
Expand Down Expand Up @@ -190,10 +208,6 @@ Only essential Sourcegraph personnel will have access to the instance, server, c

All Sourcegraph Cloud instances have Sourcegraph management access enabled by default, and customers may request to disable by contacting your Sourcegraph contact.

### Audit Logs

Our Cloud instances provide [audit logs](/admin/audit_log#cloud) to help you monitor and investigate actions taken by users and the system. These logs are available to download by request and are also sent to a [centralized logging service](https://about.sourcegraph.com/security#logging) for 30 day retention (configurable for greater periods by request).

## Accommodating special requirements

We may be able to support special requests (network access policies, infrastructure requirements, custom version control systems, etc.) with additional time, support, and fees. [Contact us](https://about.sourcegraph.com/contact/sales) to discuss any special requirements you may have.
Expand Down

0 comments on commit 8f6f33b

Please sign in to comment.