Google Workspace
The gworkspace
log type monitors Google Workspace log entries, such as the following:
- Admin actions
- Group and group membership actions
- Events related to logins
The following code snippet contains all the raw_field
and ecs
mappings for this log type:
"mappings": [
{
"raw_field":"eventSource",
"ecs":"google_workspace.admin.service.name"
},
{
"raw_field":"eventName",
"ecs":"google_workspace.event.name"
},
{
"raw_field":"new_value",
"ecs":"google_workspace.admin.new_value"
}
]
当前内容版权归 OpenSearch 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 OpenSearch .