-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3890e9
commit 8f6f33b
Showing
2 changed files
with
19 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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. | ||
|