Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Workspace audit logs sink to FAST #1777

Closed
juliocc opened this issue Oct 19, 2023 · 2 comments · Fixed by #1780
Closed

Add Workspace audit logs sink to FAST #1777

juliocc opened this issue Oct 19, 2023 · 2 comments · Fixed by #1780

Comments

@juliocc
Copy link
Collaborator

juliocc commented Oct 19, 2023

https://cloud.google.com/logging/docs/audit/gsuite-login-samples

    workspace-audit-logs = {
      filter = "logName:\"/logs/cloudaudit.googleapis.com%2Fdata_access\" 
      type   = "logging"
    }
@ludoo
Copy link
Collaborator

ludoo commented Oct 19, 2023

+1, we should then either export all data access logs (the filter above), or find a way to further refine the filter to only capture CI logs.

@ludoo
Copy link
Collaborator

ludoo commented Oct 19, 2023

workspace-audit-logs = {
  filter = "logName:\"/logs/cloudaudit.googleapis.com%2Fdata_access\" and protoPayload.serviceName:\"login.googleapis.com\""
  type   = "logging"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants