In GCP, I have a log sink which centralizes logs onto a GCP Project. I also have an EventArc trigger that listens for Cloud Resource Manager events, specifically the createProject method
Are Eventarc triggers limited to only the current projects logs? Or can it access all logs from all logs bucket in a GCP Project
The logs show up in Cloud Logging (only when I set the scope to include all buckets and not limit it to the current project), however no Eventarc triggers are generated off of this.
Is this a limitation of Eventarc or am I missing something here?