Skip to content

Commit 0beee10

Browse files
committed
Fix: do not import devices without a DeviceName
1 parent ce3dac3 commit 0beee10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/MicrosoftDefender/v1/dataStreams/listDevices.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"expandInnerObjects": true,
1414
"endpointPath": "runHuntingQuery",
1515
"postBody": {
16-
"Query": "DeviceInfo | summarize arg_max(Timestamp, *) by DeviceId"
16+
"Query": "DeviceInfo | summarize arg_max(Timestamp, *) by DeviceId | where DeviceName != \"\""
1717
},
1818
"pathToData": "results",
1919
"getArgs": [],

0 commit comments

Comments
 (0)