From 8f6f33b4d1d675fce0253d67a39b61df8de04532 Mon Sep 17 00:00:00 2001 From: Michael Lin Date: Tue, 21 Jan 2025 10:02:34 -0800 Subject: [PATCH] cloud: clean up audit logs docs --- docs/admin/audit_log.mdx | 27 +-------------------------- docs/cloud/index.mdx | 22 ++++++++++++++++++---- 2 files changed, 19 insertions(+), 30 deletions(-) diff --git a/docs/admin/audit_log.mdx b/docs/admin/audit_log.mdx index 6375c8279..53e4ba577 100644 --- a/docs/admin/audit_log.mdx +++ b/docs/admin/audit_log.mdx @@ -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 support@sourcegraph.com. - -#### 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 diff --git a/docs/cloud/index.mdx b/docs/cloud/index.mdx index ecd2f44de..4f3522138 100644 --- a/docs/cloud/index.mdx +++ b/docs/cloud/index.mdx @@ -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 support@sourcegraph.com. + +#### 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.