From 7044de2ea084597719ff056cade3d6f41b2889e3 Mon Sep 17 00:00:00 2001 From: Amit Lichtenberg Date: Sun, 14 Jan 2024 18:58:39 +0200 Subject: [PATCH] Touchups --- docs/quickstart/visualization/postgresql.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/quickstart/visualization/postgresql.mdx b/docs/quickstart/visualization/postgresql.mdx index 25ca5326f..96e665af9 100644 --- a/docs/quickstart/visualization/postgresql.mdx +++ b/docs/quickstart/visualization/postgresql.mdx @@ -111,8 +111,7 @@ Follow the [instructions on GCP docs](https://cloud.google.com/sql/docs/postgres resource.labels.database_id=":" ``` -If you deployed the dummy postgres application used earlier in this tutorial, -you should be seeing audit records generated by it periodically. +If your Cloud SQL instance is handling any requests, you should be seeing audit records generated by it periodically. ### Route Cloud SQL audit logs to a Pub/Sub destination Otterize Cloud consumes audit logs collected from your Cloud SQL instancec by subscribing to a pub/sub topic in your GCP project. @@ -132,7 +131,7 @@ to configure a log sink and route your Cloud SQL instance's audit logs through a otterize-cloud@otterize-cloud.iam.gserviceaccount.com ``` -If you deployed the dummy postgres application used earlier in this tutorial, +If your Cloud SQL instance is handling any requests, you may now open your [Pub/Sub topic's metrics](https://console.cloud.google.com/cloudpubsub/topic/list) page and observe how audit log records are being directed to it.