Google Workspace Reports collector
Configuration requirements
To run this collector, there are some configurations detailed below that you need to consider.
Configuration | Requirements |
---|---|
User interface |
|
Python |
|
Google Account |
|
Credentials |
|
More information
Refer to the Vendor setup section to know more about these configurations.
Overview
Google Workspace is Google’s suite of products that includes email, calendar, drive, meet, and other solutions. This collector provides the possibility to integrate Google Workspace with Devo Platform making it easy to query and analyze the relevant data from Workspace, view it in the pre-configured Activeboards, or customize them to enable Enterprise IT and Cybersecurity teams to make impactful data-driven decisions.
Google Workspace API Reports is for gaining insights on content management with Google activity, audit administrator actions, and generating customer and user usage reports.
Devo collector features
Feature | Details |
---|---|
Allow parallel downloading ( |
|
Running environments |
|
Populated Devo events |
|
Flattening preprocessing |
|
Data sources
Data Source | Description | API Endpoint | Collector service name | Devo Table | Available from release |
---|---|---|---|---|---|
Access Transparency | Activity events from a Activity events from a Google Workspace resource was accessed by Google. |
|
|
|
|
Admin | Report returns information on the Admin console activities of all of your account's administrators. |
|
|
|
|
Calendar | Report returns information about how your account's users manage and modify their Google Calendar events. |
|
|
|
|
Google Chat | The Chat activity report returns information about how your account's users use and manage Spaces. Each report uses the basic endpoint request with report-specific parameters such as uploads or message operations. |
|
|
|
|
Google Drive | Report returns information about how your account's users manage, modify, and share their Google Drive documents. |
|
|
|
|
Google Cloud Platform | Activity events Interaction with the Cloud OS Login API. |
|
|
|
|
Groups | Activity report returns information about how your account's users manage and modify their groups. |
|
|
|
|
Google+ | Activity report returns information about the Google+ activity of all of your account's users. |
|
|
|
|
Enterprise Groups | Audit activity events from action performed by moderator. |
|
|
|
|
Jamboard | Activity of interactive whiteboard. |
|
|
|
|
Meet | Hangouts Meet Audit activity events Hangouts Meet Audit activity events describing a single Hangouts endpoint. |
|
|
|
|
Logins | Activity report returns information about the login activity of all of your account's users. |
|
|
|
|
Mobile Audit | Activity report returns information on all activities in a mobile device with Work account, managed by Google Mobile Management. |
|
|
|
|
SAML | Audit activity events from lAudit activity events from login event type. |
|
|
|
|
Authorization Tokens | Activity report returns information about third party websites and applications your users have granted access for. |
|
|
|
|
Rules | Activity report returns information about how the rules (that have been set up in Admin console) are performing. |
|
|
|
|
Users Account | User Accounts Audit activity events. |
|
|
|
|
Data Studio | The Data Studio activity report returns information about the Data Studio activity of all of your account's users. Each report uses the basic endpoint request and provides report-specific parameters such as ACL changes and report creation or deletion. |
|
|
|
|
For more information on how the events are parsed, visit our page.
Flattening preprocessing
Data Source | Collector Service | Optional | Flattening Details |
all | all |
| When Received data (an object): {
...
'events' : [
{'type': 'ALERT_CENTER',
'name': 'ALERT_CENTER_VIEW',
'parameters': [...]
},
{'type': 'ALERT_CENTER',
'name': 'EXAMPLE_NAME',
'parameters': [...]
}
]
} Flattened message 1: {
...
'event_type': 'ALERT_CENTER',
'event_name': 'ALERT_CENTER_VIEW',
'event_parameters': [...]
} Flattened message 2: {
...
'event_type': 'ALERT_CENTER',
'event_name': 'EXAMPLE_NAME',
'event_parameters': [...]
} For each event a flattened message is generated. |
Vendor setup
There are some requirements to enable this collector:
A graphical user interface (the script opens a browser to complete authorization).
Python 3.6 or greater.
The pip package management tool.
A Google account in the domain you want to collect data from with administrator privileges, or at least with enough permissions over the following scopes:
https://www.googleapis.com/auth/admin.reports.audit.readonly
https://www.googleapis.com/auth/admin.reports.usage.readonly
In order to retrieve the data, we need to create OAuth credentials to authenticate the collector.
Action | Steps |
Creating a Project. This step is optional, if you already have a project, you do not need to create another. |
|
Enabling Admin SDK API. |
|
Activating Oauth Consent Screen. |
Now the Oauth Consent Screen is activated. |
Creating Credentials. |
|
Authorizing the scopes and generating the token.json | It is necessary to authorize the scopes and generate the token.json file. This step is completed using a Google provided script. This script can be executed from any computer. To run this script, you'll need:
You must save the credentials value encoded in base64. It is required for Collector authentication. |
Minimum configuration required for basic pulling
Although this collector supports advanced configuration, the fields required to retrieve data with basic configuration are defined below.
This minimum configuration refers exclusively to those specific parameters of this integration. There are more required parameters related to the generic behavior of the collector. Check setting sections for details.
Setting | Details |
| This parameter is the name that you want to give to the token generated by the Collector. For example: |
| This parameter is the credentials in base64 format. To know how to obtain this value review the section How to enable the collection in the vendor. |
See the Accepted authentication methods section to verify what settings are required based on the desired authentication method.
Accepted authentication methods
Depending on how did you obtain your credentials, you will have to either fill or delete the following properties on the JSON credentials
configuration block.
Authentication Method | Token pickle filename | Token pickle content base64 |
OAuth | status:REQUIRED | status:REQUIRED |
Run the collector
Once the data source is configured, you can either send us the required information if you want us to host and manage the collector for you (Cloud collector), or deploy and host the collector in your own machine using a Docker image (On-premise collector).
Collector services detail
This section is intended to explain how to proceed with specific actions for services.
All the services in Gsuite Reports are common to each other. All reports are handled in the same way, the only difference is the type of report (application_name)
.
Collector operations
This section is intended to explain how to proceed with specific operations of this collector.
Change log
Release | Released on | Release type | Details | Recommendations |
---|---|---|---|---|
| Sep 16, 2024 | status:BUG FIX |
|
|
| Jan 19, 2024 | status:IMPROVEMENT |
|
|
| Aug 9, 2023 | status:IMPROVEMENT | Improvements:
|
|
| Nov 8, 2022 | status:IMPROVEMENT | Improvements:
|
|
| Oct 10, 2022 | status:IMPROVEMENT | Improvements:
|
|
| Sep 8, 2022 | status:IMPROVEMENT | Improvements:
|
|
| Aug 12, 2023 | status:BUG FIX | Bugs fixes:
|
|
| Aug 12, 2022 | status:IMPROVEMENT | Improvements:
|
|
| Apr 29, 2022 | status:NEW FEATURE | New features:
Improvements:
|
|