From 1d90222f50df33d4e456a4e5c7ff4cd3d5fc0009 Mon Sep 17 00:00:00 2001 From: Cleveland Bledsoe Jr Date: Wed, 17 Sep 2025 09:58:03 -0500 Subject: [PATCH 1/3] Clarify GCP audit event streaming format --- doc/administration/compliance/audit_event_streaming.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/administration/compliance/audit_event_streaming.md b/doc/administration/compliance/audit_event_streaming.md index 90b8017ceacc27..71d755456a52b2 100644 --- a/doc/administration/compliance/audit_event_streaming.md +++ b/doc/administration/compliance/audit_event_streaming.md @@ -197,7 +197,8 @@ To add Google Cloud Logging streaming destinations to an instance: 1. On the main area, select the **Streams** tab. 1. Select **Add streaming destination** and select **Google Cloud Logging** to show the section for adding destinations. 1. Enter a random string to use as a name for the new destination. -1. Enter the Google project ID, Google client email, and Google private key from previously-created Google Cloud service account key to add to the new destination. +1. Enter the Google project ID and Google client email from previously-created Google Cloud service account key. +1. Enter the Google private key from previously-created Google Cloud service account key. It should be in PEM format and start with "-----BEGIN PRIVATE KEY-----". Do not upload the entire JSON key. 1. Enter a random string to use as a log ID for the new destination. You can use this later to filter log results in Google Cloud. 1. Select **Add** to add the new streaming destination. -- GitLab From 4444fa24c4d46a870512ede4e6882dd9e3b17bd4 Mon Sep 17 00:00:00 2001 From: Amy Qualls Date: Wed, 17 Sep 2025 08:30:16 -0700 Subject: [PATCH 2/3] Apply 1 suggestion(s) to 1 file(s) --- doc/administration/compliance/audit_event_streaming.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/administration/compliance/audit_event_streaming.md b/doc/administration/compliance/audit_event_streaming.md index 71d755456a52b2..c834796deab7c4 100644 --- a/doc/administration/compliance/audit_event_streaming.md +++ b/doc/administration/compliance/audit_event_streaming.md @@ -197,8 +197,11 @@ To add Google Cloud Logging streaming destinations to an instance: 1. On the main area, select the **Streams** tab. 1. Select **Add streaming destination** and select **Google Cloud Logging** to show the section for adding destinations. 1. Enter a random string to use as a name for the new destination. -1. Enter the Google project ID and Google client email from previously-created Google Cloud service account key. -1. Enter the Google private key from previously-created Google Cloud service account key. It should be in PEM format and start with "-----BEGIN PRIVATE KEY-----". Do not upload the entire JSON key. +1. Enter the Google project ID and Google client email from the previously-created + Google Cloud service account key. +3. Enter the Google private key from the previously-created Google Cloud service account key. + It should be in PEM format, and start with `-----BEGIN PRIVATE KEY-----`. + Do not upload the entire JSON key. 1. Enter a random string to use as a log ID for the new destination. You can use this later to filter log results in Google Cloud. 1. Select **Add** to add the new streaming destination. -- GitLab From e0c2d4853a8e734cca0ea20bd03b8f5f021e3b8f Mon Sep 17 00:00:00 2001 From: Amy Qualls Date: Wed, 17 Sep 2025 08:45:24 -0700 Subject: [PATCH 3/3] Apply 1 suggestion(s) to 1 file(s) --- doc/administration/compliance/audit_event_streaming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/administration/compliance/audit_event_streaming.md b/doc/administration/compliance/audit_event_streaming.md index c834796deab7c4..0b7b208914e9c9 100644 --- a/doc/administration/compliance/audit_event_streaming.md +++ b/doc/administration/compliance/audit_event_streaming.md @@ -199,7 +199,7 @@ To add Google Cloud Logging streaming destinations to an instance: 1. Enter a random string to use as a name for the new destination. 1. Enter the Google project ID and Google client email from the previously-created Google Cloud service account key. -3. Enter the Google private key from the previously-created Google Cloud service account key. +1. Enter the Google private key from the previously-created Google Cloud service account key. It should be in PEM format, and start with `-----BEGIN PRIVATE KEY-----`. Do not upload the entire JSON key. 1. Enter a random string to use as a log ID for the new destination. You can use this later to filter log results in Google Cloud. -- GitLab