The GCP event discovery is not bringing in any data from the GCP projectsDescriptionThe GCP event discovery is not bringing in any data from the GCP projects. Till Discovery and Service Mapping pattern version 1.0.72, we were using this API "projects/PROJECT_ID/logs/compute.googleapis.com%2Factivity_log" to get event logs.Google deprecated the activity_log API. Refer to this doc: https://cloud.google.com/compute/docs/logging/activity-logs To get GCP events logs use audit logs API: https://cloud.google.com/compute/docs/logging/migrating-from-activity-logs-to-audit-logsSteps to Reproduce After configuring GCP event, Still not getting events in cloud events(sn_cmp_cloud_event) table.WorkaroundThis issue is fixed in Discovery and Service Mapping pattern version 73. Now using audit logs API to get GCP events. WA: Import the attached updatesetRelated Problem: PRB1445831