Dashboard table listing services with data access logging enabled

I need to provide a table on a monitoring dashboard that lists all all the services that have data access logging enabled in Audit Logs.

We're looking for all the enabled services, not just the ones that are generating data access logging entries.

How can we set this up?

0 2 134
2 REPLIES 2

Hello @jterblanche,

Welcome to Google Cloud Community!

You can always view audit logs in Cloud Logging by using the Google Cloud console.

In the Google Cloud console, you can use the Logs Explorer to retrieve your audit log entries for your Google Cloud project, folder, or organization:


In the Google Cloud console, go to the Logging> Logs Explorer page.
  1. Select an existing Google Cloud project, folder, or organization.

  2. In the Query builder pane, do the following:

    • In Resource type, select the Google Cloud resource whose audit logs you want to see.

    • In Log name, select the audit log type that you want to see:

      • For Admin Activity audit logs, select activity.
      • For Data Access audit logs, select data_access.
      • For System Event audit logs, select system_event.
      • For Policy Denied audit logs, select policy.

    If you don't see these options, then there aren't any audit logs of that type available in the Google Cloud project, folder, or organization.

    If you're experiencing issues when trying to view logs in the Logs Explorer, see the troubleshooting information.


If you also want to display the most recent log entries in your current Google Cloud project on your dashboard, see adding a logs panel

Thanks Wilbin,

What we're looking for is not logs, but a dashboard.

Regards
Jaun