Skip to content

Commit

Permalink
Touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
amitlicht committed Jan 14, 2024
1 parent a2895c8 commit a25734a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/quickstart/visualization/postgresql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ Otterize Cloud consumes audit logs collected from your Cloud SQL instancec by su

Follow the instructions for [third-party integrations with Pub/Sub on GCP docs](https://cloud.google.com/logging/docs/export/pubsub#integrate-thru-pubsub)
to configure a log sink and route your Cloud SQL instance's audit logs through a Pub/Sub topic, and allow Otterize Cloud to subscribe to it.
- For the <b>third-party service account name</b>, use Otterize Cloud service account:
```shell
[email protected]
```
- Under <b>logs to include</b>, provide the following filter to include all audit logs generated by pgAudit
for the Cloud SQL instance you are using for this tutorial:
```shell
Expand All @@ -131,6 +127,10 @@ to configure a log sink and route your Cloud SQL instance's audit logs through a
logName="projects/<GCP_PROJECT_ID>/logs/cloudaudit.googleapis.com%2Fdata_access"
resource.labels.database_id="<GCP_PROJECT_ID>:<CLOUDSQL_INSTANCE_NAME>"
```
- For the <b>third-party service account name</b>, use Otterize Cloud service account:
```shell
[email protected]
```
If you deployed the dummy postgres application used earlier in this tutorial,
you may now open your [Pub/Sub topic's metrics](https://console.cloud.google.com/cloudpubsub/topic/list) page
Expand Down

0 comments on commit a25734a

Please sign in to comment.