philhagen / sof-elk

Configuration files for the SOF-ELK VM
GNU General Public License v3.0
1.46k stars 272 forks source link

Google Workspace Parser #240

Closed megan201296 closed 2 years ago

megan201296 commented 2 years ago

Provided JSON logs from Google Workspace to @philhagen . Will include details here of what should be extracted.

User Logs

Note: While "events" is a list of dictionaries containing name/type keys, this log type only includes one item in that list (from all that I've observed at least). Other log types will potentially have multiple items in the events list that .

Drive Logs

Exclude the following parameters (i.e. raw["events"][*]["params"]):

Admin Logs

Login Logs

philhagen commented 2 years ago

still need to type-cast the fields as integer, etc. they're all showing as strings :/

philhagen commented 2 years ago

integer conversion should be done in 06284092e96be71f940e6959cef645dcdca5e562

megan201296 commented 2 years ago

Need Token logs parsed too. Everything can be kept from events/params. Sent you the sample in Slack (since I can't attach JSON here). Let me know if you need anything else.