Skip to content

Commit 1d105c1

Browse files
Merge branch 'main' into CSOAR-3196
2 parents 7ab59cf + 662c694 commit 1d105c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/>

docs/search/search-cheat-sheets/log-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Sumo provides a number of ways to [parse](/docs/search/search-query-language/pa
3232
<tr>
3333
<td><a href="/docs/search/search-query-language/parse-operators/parse-keyvalue-formatted-logs">keyvalue</a></td>
3434
<td>Typically, log files contain information that follow a key-value pair structure. The keyvalue operator allows you to get values from a log message by specifying the key paired with each value.</td>
35-
<td><code>| keyvalue infer "module", "thread"</code></td>
35+
<td><code>| keyvalue "module", "thread"</code></td>
3636
</tr>
3737
<tr>
3838
<td><a href="/docs/search/search-query-language/parse-operators/parse-csv-formatted-logs">csv</a></td>

0 commit comments

Comments
 (0)