Skip to content

Commit

Permalink
added eval for #13
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Christensen <[email protected]>
  • Loading branch information
ZachChristensen28 committed Sep 7, 2022
1 parent 30f61e2 commit 1a18482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SA-CrowdstrikeDevices/default/savedsearches.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ search = `sa_crowdstrike_index` sourcetype="crowdstrike:device:json" \
nt_host=lower('falcon_device.hostname'),\
dns=lower(nt_host.".".'falcon_device.machine_domain'),\
mac=lower(replace('falcon_device.mac_address', "-", ":")),\
bunit=lower(replace(mvjoin('falcon_device.ou{}', ","), " ", "_")),\
bunit=lower(replace(mvjoin(mvappend('falcon_device.ou{}', 'falcon_device.site_name'), ","), " ", "_")),\
priority=case(match(category, "domain_controller"), "critical", match(category, "server|ubuntu|rhel|linux"), "high", true(), "medium"),\
is_expected=if(priority=="critical", "true", "false"),\
_key=md5(nt_host)\
Expand Down

0 comments on commit 1a18482

Please sign in to comment.