You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
google_workspace: add google keep data stream (elastic#13836)
This adds support for the Google Keep audit event type as a new data stream to
enhance the overall visibility of data in the Google Workspace integration.
This changes includes updating navigation links in to the relevant dashboards.
Sanitized test case inputs were obtained from live Google Workspace instance
using the Admin SDK for Reports API[1].
[1] https://developers.google.com/workspace/admin/reports/reference/rest
Copy file name to clipboardExpand all lines: packages/google_workspace/_dev/build/docs/README.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ It is compatible with a subset of applications under the [Google Reports API v1]
32
32
|[Chat](https://developers.google.com/admin-sdk/reports/v1/appendix/activity/chat)| The Chat activity report returns information about how your account's users use and manage Spaces. |
33
33
|[Vault](https://developers.google.com/admin-sdk/reports/v1/appendix/activity/vault)| The Vault activity report returns information about various types of Vault Audit activity events. |
34
34
|[Meet](https://developers.google.com/admin-sdk/reports/v1/appendix/activity/meet)| The Meet activity report returns information about various aspects of call events. |
35
+
|[Keep](https://developers.google.com/admin-sdk/reports/v1/appendix/activity/keep)| The Keep activity report returns information about how your account's users manage and modify their notes. |
35
36
36
37
## Requirements
37
38
@@ -48,7 +49,7 @@ This integration will make use of the following *oauth2 scope*:
48
49
49
50
Once you have downloaded your service account credentials as a JSON file, you are ready to set up your integration.
50
51
51
-
Click the Advanced option of Google Workspace Audit Reports. The default value of "API Host" is `https://www.googleapis.com`. The API Host will be used for collecting `access_transparency`, `admin`, `calendar`, `chat`, `chrome`, `context_aware_access`, `data_studio`, `device`, `drive`, `gcp`, `groups`, `group_enterprise`, `login`, `meet`, `rules`, `saml`, `token`, `user accounts` and `vault` logs.
52
+
Click the Advanced option of Google Workspace Audit Reports. The default value of "API Host" is `https://www.googleapis.com`. The API Host will be used for collecting `access_transparency`, `admin`, `calendar`, `chat`, `chrome`, `context_aware_access`, `data_studio`, `device`, `drive`, `gcp`, `groups`, `group_enterprise`, `keep`, `login`, `meet`, `rules`, `saml`, `token`, `user accounts` and `vault` logs.
52
53
53
54
> NOTE: The `Delegated Account` value in the configuration, is expected to be the email of the administrator account, and not the email of the ServiceAccount.
0 commit comments