Skip to content

Commit

Permalink
Fixed incorrect mac field (#31)
Browse files Browse the repository at this point in the history
fixes #30
  • Loading branch information
ZachChristensen28 authored Nov 22, 2022
2 parents ec16687 + acb128f commit 1db9e8f
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 @@ -12,7 +12,7 @@ dispatch.latest_time = -1m@m
enableSched = 1
schedule_window = auto
search = `sa_crowdstrike_index` sourcetype="crowdstrike:device:json" \
| dedup falcon_device.device_id mac \
| dedup falcon_device.device_id falcon_device.mac_address \
| rename falcon_device.local_ip as ip \
| eval \
category=replace(replace(mvjoin(mvsort(lower(mvappend(\
Expand Down

0 comments on commit 1db9e8f

Please sign in to comment.