Skip to content

Commit

Permalink
feat(gcp logs): Adding useful query
Browse files Browse the repository at this point in the history
  • Loading branch information
userbradley committed Oct 8, 2024
1 parent 2f04ee3 commit 512c95e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/cloud/gcp/useful-log-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ List useful log queries in GCP

| Query | Explainer |
|-------------------------------------------------------------------------|----------------------------------------------------|
| `protoPayload.methodName="google.iam.admin.v1.CreateServiceAccountKey"` | Get entires when a service account key was created |
| `protoPayload.methodName="google.iam.admin.v1.CreateServiceAccountKey"` | Get entries when a service account key was created |
| `protoPayload.methodName="google.iam.admin.v1.CreateServiceAccount"` | Service account creation |

0 comments on commit 512c95e

Please sign in to comment.