From 512c95e644bf42b85dd59555d44bdfca40d64af3 Mon Sep 17 00:00:00 2001 From: Bradley Stannard Date: Tue, 8 Oct 2024 10:14:08 +0100 Subject: [PATCH] feat(gcp logs): Adding useful query --- docs/cloud/gcp/useful-log-queries.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/cloud/gcp/useful-log-queries.md b/docs/cloud/gcp/useful-log-queries.md index 6d7ae8b..ca405e8 100644 --- a/docs/cloud/gcp/useful-log-queries.md +++ b/docs/cloud/gcp/useful-log-queries.md @@ -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 |