-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
accbeea
commit 6d3a087
Showing
16 changed files
with
2,087 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1397,6 +1397,54 @@ This section demonstrates how the raw logs will be transformed by our parsers. I | |
``` | ||
|
||
|
||
=== "test_drive_sample3.json" | ||
|
||
```json | ||
|
||
{ | ||
"message": "{\"kind\": \"admin#reports#activity\", \"id\": {\"time\": \"2025-02-18T17:10:20.317Z\", \"uniqueQualifier\": \"-12345678\", \"applicationName\": \"drive\", \"customerId\": \"CUSTO1\"}, \"etag\": \"\\\"ABCDEF123\\\"\", \"actor\": {\"email\": \"\", \"profileId\": \"105250506097979753968\"}, \"events\": [{\"type\": \"access\", \"name\": \"sheets_import_range\", \"parameters\": [{\"name\": \"primary_event\", \"boolValue\": true}, {\"name\": \"billable\", \"boolValue\": false}, {\"name\": \"sheets_import_range_recipient_doc\", \"value\": \"123qwerty456\"}, {\"name\": \"owner_is_shared_drive\", \"boolValue\": true}, {\"name\": \"owner_team_drive_id\", \"value\": \"asdf678\"}, {\"name\": \"owner\", \"value\": \"johndoe\"}, {\"name\": \"doc_id\", \"value\": \"zxcv890\"}, {\"name\": \"doc_type\", \"value\": \"spreadsheet\"}, {\"name\": \"is_encrypted\", \"boolValue\": false}, {\"name\": \"doc_title\", \"value\": \"TPS report\"}, {\"name\": \"visibility\", \"value\": \"people_with_link\"}, {\"name\": \"shared_drive_id\", \"value\": \"asdf678\"}, {\"name\": \"actor_is_collaborator_account\", \"boolValue\": false}, {\"name\": \"owner_is_team_drive\", \"boolValue\": true}, {\"name\": \"team_drive_id\", \"value\": \"asdf678\"}]}]}", | ||
"event": { | ||
"action": "sheets_import_range", | ||
"category": [ | ||
"file" | ||
], | ||
"dataset": "admin#reports#activity", | ||
"type": [ | ||
"access" | ||
] | ||
}, | ||
"@timestamp": "2025-02-18T17:10:20.317000Z", | ||
"cloud": { | ||
"account": { | ||
"id": "CUSTO1" | ||
} | ||
}, | ||
"file": { | ||
"gid": "asdf678", | ||
"name": "TPS report", | ||
"owner": "johndoe", | ||
"type": "spreadsheet" | ||
}, | ||
"google": { | ||
"report": { | ||
"parameters": { | ||
"visibility": "people_with_link" | ||
} | ||
} | ||
}, | ||
"network": { | ||
"application": "drive" | ||
}, | ||
"related": { | ||
"user": [ | ||
"johndoe" | ||
] | ||
} | ||
} | ||
``` | ||
|
||
|
||
=== "test_drive_view_document.json" | ||
|
||
```json | ||
|
@@ -1559,6 +1607,45 @@ This section demonstrates how the raw logs will be transformed by our parsers. I | |
``` | ||
|
||
|
||
=== "test_groups_enterprise_1.json" | ||
|
||
```json | ||
|
||
{ | ||
"message": "{\"kind\": \"admin#reports#activity\", \"id\": {\"time\": \"2025-02-18T16:00:24.311Z\", \"uniqueQualifier\": \"-123456\", \"applicationName\": \"groups_enterprise\", \"customerId\": \"CUSTOMER1\"}, \"etag\": \"\\\"ABCDEF123\\\"\", \"actor\": {\"callerType\": \"KEY\", \"key\": \"SYSTEM\"}, \"events\": [{\"type\": \"moderator_action\", \"name\": \"remove_user\", \"parameters\": [{\"name\": \"member_id\", \"value\": \"[email protected]\"}, {\"name\": \"group_id\", \"value\": \"[email protected]\"}, {\"name\": \"member_type\", \"value\": \"user\"}]}, {\"type\": \"moderator_action\", \"name\": \"remove_member\", \"parameters\": [{\"name\": \"member_id\", \"value\": \"[email protected]\"}, {\"name\": \"group_id\", \"value\": \"[email protected]\"}, {\"name\": \"member_type\", \"value\": \"user\"}]}]}", | ||
"event": { | ||
"action": [ | ||
"remove_member", | ||
"remove_user" | ||
], | ||
"category": [ | ||
"iam" | ||
], | ||
"dataset": "admin#reports#activity", | ||
"type": [ | ||
"admin" | ||
] | ||
}, | ||
"@timestamp": "2025-02-18T16:00:24.311000Z", | ||
"cloud": { | ||
"account": { | ||
"id": "CUSTOMER1" | ||
} | ||
}, | ||
"network": { | ||
"application": "groups_enterprise" | ||
}, | ||
"user": { | ||
"email": "[email protected]", | ||
"group": { | ||
"id": "[email protected]" | ||
} | ||
} | ||
} | ||
``` | ||
|
||
|
||
=== "test_groups_entre_sample1.json" | ||
|
||
```json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1718,6 +1718,96 @@ In this section, you will find examples of raw logs as generated natively by the | |
|
||
|
||
|
||
=== "test_drive_sample3" | ||
|
||
|
||
```json | ||
{ | ||
"kind": "admin#reports#activity", | ||
"id": { | ||
"time": "2025-02-18T17:10:20.317Z", | ||
"uniqueQualifier": "-12345678", | ||
"applicationName": "drive", | ||
"customerId": "CUSTO1" | ||
}, | ||
"etag": "\"ABCDEF123\"", | ||
"actor": { | ||
"email": "", | ||
"profileId": "105250506097979753968" | ||
}, | ||
"events": [ | ||
{ | ||
"type": "access", | ||
"name": "sheets_import_range", | ||
"parameters": [ | ||
{ | ||
"name": "primary_event", | ||
"boolValue": true | ||
}, | ||
{ | ||
"name": "billable", | ||
"boolValue": false | ||
}, | ||
{ | ||
"name": "sheets_import_range_recipient_doc", | ||
"value": "123qwerty456" | ||
}, | ||
{ | ||
"name": "owner_is_shared_drive", | ||
"boolValue": true | ||
}, | ||
{ | ||
"name": "owner_team_drive_id", | ||
"value": "asdf678" | ||
}, | ||
{ | ||
"name": "owner", | ||
"value": "johndoe" | ||
}, | ||
{ | ||
"name": "doc_id", | ||
"value": "zxcv890" | ||
}, | ||
{ | ||
"name": "doc_type", | ||
"value": "spreadsheet" | ||
}, | ||
{ | ||
"name": "is_encrypted", | ||
"boolValue": false | ||
}, | ||
{ | ||
"name": "doc_title", | ||
"value": "TPS report" | ||
}, | ||
{ | ||
"name": "visibility", | ||
"value": "people_with_link" | ||
}, | ||
{ | ||
"name": "shared_drive_id", | ||
"value": "asdf678" | ||
}, | ||
{ | ||
"name": "actor_is_collaborator_account", | ||
"boolValue": false | ||
}, | ||
{ | ||
"name": "owner_is_team_drive", | ||
"boolValue": true | ||
}, | ||
{ | ||
"name": "team_drive_id", | ||
"value": "asdf678" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
``` | ||
|
||
|
||
|
||
=== "test_drive_view_document" | ||
|
||
|
||
|
@@ -2212,6 +2302,66 @@ In this section, you will find examples of raw logs as generated natively by the | |
|
||
|
||
|
||
=== "test_groups_enterprise_1" | ||
|
||
|
||
```json | ||
{ | ||
"kind": "admin#reports#activity", | ||
"id": { | ||
"time": "2025-02-18T16:00:24.311Z", | ||
"uniqueQualifier": "-123456", | ||
"applicationName": "groups_enterprise", | ||
"customerId": "CUSTOMER1" | ||
}, | ||
"etag": "\"ABCDEF123\"", | ||
"actor": { | ||
"callerType": "KEY", | ||
"key": "SYSTEM" | ||
}, | ||
"events": [ | ||
{ | ||
"type": "moderator_action", | ||
"name": "remove_user", | ||
"parameters": [ | ||
{ | ||
"name": "member_id", | ||
"value": "[email protected]" | ||
}, | ||
{ | ||
"name": "group_id", | ||
"value": "[email protected]" | ||
}, | ||
{ | ||
"name": "member_type", | ||
"value": "user" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "moderator_action", | ||
"name": "remove_member", | ||
"parameters": [ | ||
{ | ||
"name": "member_id", | ||
"value": "[email protected]" | ||
}, | ||
{ | ||
"name": "group_id", | ||
"value": "[email protected]" | ||
}, | ||
{ | ||
"name": "member_type", | ||
"value": "user" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
``` | ||
|
||
|
||
|
||
=== "test_groups_entre_sample1" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.