Skip to content

Commit 92429c1

Browse files
fix code block
1 parent 72c6042 commit 92429c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/sentinel/siem-migration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,17 @@ Current capabilities:
7272

7373
1. Run the following query:
7474

75+
```
7576
|rest splunk_server=local count=0 /servicesNS/-/-/saved/searches
7677
|search disabled=0
7778
|search alert_threshold != ""
7879
|table title,search,description,cron_schedule,dispatch.earliest_time,alert.severity,alert_comparator,alert_threshold,alert.suppress.period,id
7980
|tojson|table _raw
8081
|rename _raw as alertrules|mvcombine delim=", " alertrules
81-
|append [| rest splunk_server=local count=0 /servicesNS/-/-/admin/macros|table title
82-
,definition,args,iseval|tojson|table _raw |rename _raw as macros|mvcombine delim=", " macros]
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]
8383
|filldown alertrules
8484
|tail 1
85+
```
8586
8687
1. Select the export button and choose JSON as the format.
8788

0 commit comments

Comments
 (0)