Skip to content

Commit

Permalink
adding new test
Browse files Browse the repository at this point in the history
  • Loading branch information
idoshabi07 committed Dec 10, 2024
1 parent 76c86e5 commit 2f43e80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Solutions/SentinelOne/Parsers/SentinelOne.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id: e1cb35b3-ee01-4c8f-a361-0850d0554ab6
id: e1cb35b3-ee01-4c8f-a361-0850d0554ab6
Function:
Title: Parser for SentinelOne
Version: '1.0.1'
Expand Down Expand Up @@ -281,6 +281,7 @@ FunctionQuery: |
name_s:string,
registrationToken_s:string,
totalAgents_d:real ,
AlertInfo:string,
type_s:string
)[];
let SentinelOneV1Empty_Union= union isfuzzy=true SentinelOne_CL,SentinelOneV1_Empty
Expand Down Expand Up @@ -484,7 +485,7 @@ FunctionQuery: |
ActiveDirectoryLastUserDistinguishedName=tostring(parse_json(todynamic(ActiveDirectory)).lastUserDistinguishedName),
ActiveDirectoryLastUserMemberOf=tostring(parse_json(todynamic(ActiveDirectory)).lastUserMemberOf),
SrcDvcDomain=Domain,
AlertInfo,
AlertInfo=tostring(AlertInfo),
FirewallEnabled=column_ifexists('FirewallEnabled',''),
LocationEnabled=column_ifexists('LocationEnabled',''),
SrcDvcModelName=ModelName,
Expand Down

0 comments on commit 2f43e80

Please sign in to comment.