google-workspace-meet-logs
Get meet activity logs from Google Workspace.
google-workspace-meet-logs [profile=PROFILE] [duration=NUM{mon|w|d|h|m|s}] [from=yyyyMMddHHmmss] [to=yyyyMMddHHmmss]
- profile=PROFILE
- Profile name of Google Workspace
- duration=NUM{mon|w|d|h|m|s}
- Scan only recent data. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. For example,
10s
means data from 10 seconds earlier. - from=yyyyMMddHHmmss
- Start time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
- to=yyyyMMddHHmmss
- End time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
Output Fields
Field | Type | Name | Description |
---|---|---|---|
profile | String | Connect profile | Profile name of Google Workspace |
_time | Date | Time | |
type | String | Type | e.g. call |
action | String | Action | e.g. call_ended |
src_ip | IP address | Source IP address | |
meeting_code | String | Meeting code | e.g. ABCDEFGHIJ |
organizer_email | String | Organizer email address | |
device_type | String | Device type | e.g. web, ios, android |
user | String | User | |
display_name | String | Display name | |
duration | Integer | Duration | |
identifier | String | Identifier | |
identifier_type | String | Identifier type | e.g. email_address |
location_country | String | Location country | |
location_region | String | Location region | |
screencast_send_seconds | Integer | Screencast send seconds | The duration during which the participant sent a screencast (seconds). |
screencast_recv_fps_mean | Integer | Screencast receive fps mean | The mean frame rate of received screencasts (FPS). |
screencast_recv_short_side_median_pixels | Integer | Screencast receive short side median pixels | The median of the short side of the received screencasts (pixels). |
screencast_recv_long_side_median_pixels | Integer | The median of the long side of the received screencasts (pixels). | |
audio_recv_seconds | Integer | Audio receive seconds | The duration during which the participant received any audio (seconds). |
audio_send_bitrate_kbps_mean | Integer | Audio send bitrate kbps mean | The mean bitrate of the sent audio stream (kbit/s). |
audio_send_packet_loss_mean | Integer | Audio send packet loss mean | The mean packet loss for the sent audio stream (percent). |
audio_send_packet_loss_max | Integer | Audio send packet loss max | The maximum packet loss for the sent audio stream (percent). |
video_send_seconds | Integer | Vidio send seconds | The duration during which the participant sent video (seconds). |
network_transport_protocol | String | Network transport protocol | e.g. multiple, tcp, tls, udp |
network_congestion | Integer | Network congestion | The fraction of time where the network did not have enough bandwidth to send all the data to Google servers (percent). |
network_rtt_msec_mean | Integer | Network RTT msec mean | The mean network round-trip time (milliseconds). |
network_send_jitter_msec_mean | Integer | Network send jitter msec mean | The mean network jitter for sent packets (milliseconds). |
network_estimated_upload_kbps_mean | Integer | Network estimated upload kbps mean | The estimated bandwidth used by sent media streams (kbps). |
network_estimated_download_kbps_mean | Integer | Network estimated download kbps mean | The estimated bandwidth used by received media streams (kbps). |
conference_id | String | Conference ID | |
endpoint_id | String | Endpoint ID | |
is_external | Bool | Is external |