Skip to content

Commit 64a471e

Browse files
fix blocking issues
1 parent cdf4bea commit 64a471e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/sentinel/siem-migration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ Current capabilities:
7777
|search disabled=0
7878
|search alert_threshold != ""
7979
|table title,search,description,cron_schedule,dispatch.earliest_time,alert.severity,alert_comparator,alert_threshold,alert.suppress.period,id
80-
|tojson|table _raw
81-
|rename _raw as alertrules|mvcombine delim=", " alertrules
82-
|append [| rest splunk_server=local count=0 /servicesNS/-/-/admin/macros|table title ,definition,args,iseval|tojson|table _raw |rename _raw as macros|mvcombine delim=", " macros]
83-
|filldown alertrules
84-
|tail 1
85-
```
80+
|tojson|table _raw
81+
|rename _raw as alertrules|mvcombine delim=", " alertrules
82+
|append [| rest splunk_server=local count=0 /servicesNS/-/-/admin/macros|table title
83+
,definition,args,iseval|tojson|table _raw |rename _raw as macros|mvcombine delim=", " macros]
84+
|filldown alertrules
85+
|tail 1
8686
8787
1. Select the export button and choose JSON as the format.
8888

0 commit comments

Comments
 (0)