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 a25734a commit 7044de2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/quickstart/visualization/postgresql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ Follow the [instructions on GCP docs](https://cloud.google.com/sql/docs/postgres
resource.labels.database_id="<GCP_PROJECT_ID>:<CLOUDSQL_INSTANCE_NAME>"
```

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.
Expand All @@ -132,7 +131,7 @@ to configure a log sink and route your Cloud SQL instance's audit logs through a
[email protected]
```

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.

Expand Down

0 comments on commit 7044de2

Please sign in to comment.