Google Meet Activity Logs in Google Workspace Report Connector#14544
Conversation
ICM 51000001028275: Google Meet events are missing because the connector polls time windows in near real-time, but Google processes different Meet event types at different speeds (30-60+ min lag). Only recording_activity and transcription_activity are available immediately; 9 other types (call_ended, hand_raised, reaction_sent, etc.) are missed forever. Fix: Add queryWindowDelayInMin=30 to the Meet polling config so the connector queries windows that are 30 minutes old, giving Google time to make all event types available. Also adds full investigation document for ICM 51000001028275. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the Google Workspace Reports connector configuration to address delayed availability of Google Meet audit events by shifting the polling window back, and adds a detailed investigation write-up documenting the root cause and validation steps.
Changes:
- Add a 30-minute query window delay to the Google Meet poller configuration.
- Add an incident investigation markdown documenting findings, hypotheses, and the proposed mitigation.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
| Solutions/GoogleWorkspaceReports/Data Connectors/GoogleWorkspaceTemplate_ccp/GoogleWorkspaceReports_PollingConfig.json | Adds queryWindowDelayInMin: 30 to delay Meet polling and avoid missing late-arriving events. |
| Solutions/GoogleWorkspaceReports/Data Connectors/ICM_51000001028275_GoogleMeet_MissingEvents_Investigation.md | Adds investigation notes and evidence supporting the polling delay mitigation. |
|
kindly update release notes. Thanks! |
artafres
left a comment
There was a problem hiding this comment.
Don't we have to bump the version?
Please update the changes under the existing version entry, separating update using the break tag, and ensure the date is updated accordingly. Thanks! |
Bumped up the version as it make sense to increase when changing Polling Window |
update release notes existing version entry, separating update using the break tag, and ensure the date is updated accordingly. thanks! |
Updated the release notes. Thanks! |
Required items, please complete
Change(s):
Reason for Change(s):
Version Updated:
Testing Completed: