-
Notifications
You must be signed in to change notification settings - Fork 58
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
1d89ba5
commit 9de124e
Showing
9 changed files
with
960 additions
and
36 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 |
---|---|---|
|
@@ -728,6 +728,63 @@ Find below few samples of events and how they are normalized by Sekoia.io. | |
``` | ||
|
||
|
||
=== "test_suspend_user.json" | ||
|
||
```json | ||
|
||
{ | ||
"message": "{\"kind\":\"admin#reports#activity\",\"id\":{\"time\":\"2024-07-09T14:05:42.528Z\",\"uniqueQualifier\":\"0123456789101112131\",\"applicationName\":\"admin\",\"customerId\":\"C03foh000\"},\"etag\":\"BvGfkzKoKVD0NM7VdXdzkXDD-nHLkyMjheL_9Z5X0\",\"actor\":{\"callerType\":\"USER\",\"email\":\"[email protected]\",\"profileId\":\"102788027662650927386\"},\"ipAddress\":\"1.2.3.4\",\"events\":[{\"type\":\"USER_SETTINGS\",\"name\":\"SUSPEND_USER\",\"parameters\":[{\"name\":\"USER_EMAIL\",\"value\":\"[email protected]\"}]}]}", | ||
"event": { | ||
"action": "SUSPEND_USER", | ||
"category": [ | ||
"configuration" | ||
], | ||
"dataset": "admin#reports#activity", | ||
"type": [] | ||
}, | ||
"@timestamp": "2024-07-09T14:05:42.528000Z", | ||
"cloud": { | ||
"account": { | ||
"id": "C03foh000" | ||
} | ||
}, | ||
"google": { | ||
"report": { | ||
"actor": { | ||
"email": "[email protected]" | ||
}, | ||
"parameters": { | ||
"name": "USER_EMAIL", | ||
"value": "[email protected]" | ||
} | ||
} | ||
}, | ||
"network": { | ||
"application": "admin" | ||
}, | ||
"related": { | ||
"ip": [ | ||
"1.2.3.4" | ||
], | ||
"user": [ | ||
"john.doe" | ||
] | ||
}, | ||
"source": { | ||
"address": "1.2.3.4", | ||
"ip": "1.2.3.4" | ||
}, | ||
"user": { | ||
"domain": "test.fr", | ||
"email": "[email protected]", | ||
"id": "102788027662650927386", | ||
"name": "john.doe" | ||
} | ||
} | ||
``` | ||
|
||
|
||
=== "test_target_user.json" | ||
|
||
```json | ||
|
@@ -956,6 +1013,8 @@ The following table lists the fields that are extracted, normalized under the EC | |
|`google.report.chat.message.id` | `keyword` | Message id | | ||
|`google.report.chat.room.name` | `keyword` | Room name | | ||
|`google.report.meet.code` | `keyword` | Meet code | | ||
|`google.report.parameters.name` | `keyword` | Name of the item associated with the activity | | ||
|`google.report.parameters.value` | `keyword` | Value of the item associated with the activity | | ||
|`google.report.parameters.visibility` | `keyword` | Visibility of the Drive item associated with the activity | | ||
|`google.report.token.app_name` | `keyword` | Token authorization application name | | ||
|`google.report.token.type` | `keyword` | Token type | | ||
|
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.