Document toolboxDocument toolbox

mail.googleapps

Introduction

The tags beginning with mail.googleapps identify events generated by Google Apps.

Valid tags and data tables 

The full tag must have 4 levels. The first two are fixed as mail.googleapps. The third level identifies the type of events sent. The fourth level indicates the event subtype.

These are the valid tags and corresponding data tables that will receive the parsers' data:

Product / Service

Tags

Data tables

Product / Service

Tags

Data tables

Google Apps

mail.googleapps.gat.audit

mail.googleapps.gat.audit

mail.googleapps.gat.auditDetached

mail.googleapps.gat.auditDetached

mail.googleapps.gat.login

mail.googleapps.gat.login

For more information, read more About Devo tags.

Table structure

These are the fields displayed in these tables:

mail.googleapps.gat.audit

Field

Type

Extra fields

Field

Type

Extra fields

eventdate

timestamp

 

mailFrom

str

 

mailTo

str

 

cc

str

 

bcc

str

 

subject

str

 

sentDate

str

 

recvDate

str

 

size

int8

 

attachments

str

 

msgId

str

 

conversations

str

 

inAccounts

str

 

extendedThreads

str

 

inReplyTo

str

 

labels

str

 

rawMessage

str

 ✓

hostchain

str

 ✓

tag

str

 ✓

mail.googleapps.gat.auditDetached

Field

Type

Extra field

Field

Type

Extra field

eventdate

timestamp

 

mailFrom

str

 

currentReceiver

str

 

mailTo

str

 

cc

str

 

bcc

str

 

subject

str

 

sentDate

str

 

recvDate

str

 

size

int8

 

attachments

str

 

msgId

str

 

conversations

str

 

inAccounts

str

 

extendedThreads

str

 

inReplyTo

str

 

labels

str

 

rawMessage

str

 ✓

hostchain

str

 ✓

tag

str

 ✓

mail.googleapps.gat.login

Field

Type

Field transformation

Source field name

Extra fields

Field

Type

Field transformation

Source field name

Extra fields

eventdate

timestamp

 

 

 

serverdate

str

 

 

 

user

str

 

 

 

srcIpStr

str

 

 

 

srcIp4

ip4

ip4(srcIpStr) is not null ? ip4(srcIpStr) : null

srcIpStr

 

srcIp6

str

ip4(srcIpStr) is null ? srcIpStr : null

srcIpStr

 

action

str

 

 

 

details

str

 

 

 

rawMessage

str

 

 

✓

hostchain

str

 

 

✓

tag

str

 

 

✓