How to monitor Project creation using GCP Logging

Viewed 474

I(GCP admin user) have a GCP organization called example.com and I want to monitor whenever there is a GCP project being created by some user in the organization.

So I created a GCP Project A and go to Stackdriver Loggin page to search for logs. But all the log entries I can find are limited to Project A. Like below

Resource Manager CreateProject admin@example.com .....

But I also want to find Project B created by user B and Project C created by user C.

I am not sure where to set what permissions to view CreateProject logs across all the projects.

0 Answers
Related