Skip to content

Commit 662c694

Browse files
authored
Update cloud-iam.md (#5404)
1 parent 107fa74 commit 662c694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations/google/cloud-iam.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ _collector="HTTP Source for GCP Pub/Sub" logName resource timestamp
9191
| where type = "project" and log_name matches "projects/*/logs/cloudaudit.googleapis.com%2Factivity"
9292
| timeslice 1h
9393
| json "message.data.resource.labels", "message.data.resource.labels.project_id", "message.data.protoPayload.serviceData.policyDelta.bindingDeltas[*]" as labels, project, changes
94-
| parse regex field=changes "\"role\":\"roles\\\/(?<role>[a-zA-Z.]+)\",\"member\":\".*\",\"action\":\"(?<action>[A-Z]+)\"" multi
94+
| parse regex field=changes "\"role\":\"roles\/(?<role>[a-zA-Z.]+)\",\"member\":\".*\",\"action\":\"(?<action>[A-Z]+)\"" multi
9595
| where action="ADD"
9696
| count by _timeslice, role
9797
| transpose row _timeslice column role
@@ -258,4 +258,4 @@ import AppUpdate from '../../reuse/apps/app-update.md';
258258

259259
import AppUninstall from '../../reuse/apps/app-uninstall.md';
260260

261-
<AppUninstall/>
261+
<AppUninstall/>

0 commit comments

Comments
 (0)