Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Alekhya0824 committed Dec 10, 2024
1 parent 087ce12 commit edfdcf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ParserQuery: |
ASimAuthenticationEventLogs | where not(disabled)
| extend
User = TargetUsername,
Src = coalesce (SrcDvcId, SrcHostname, or SrcIpAddr),
Src = coalesce (SrcDvcId, SrcHostname, SrcIpAddr),
IpAddr=SrcIpAddr,
LogonTarget= coalesce (TargetAppName, TargetUrl, TargetHostname),
Dst = coalesce (TargerDvcId, TargetHostname, TargetIpAddr, TargetAppId,TargetAppName),
Expand Down

0 comments on commit edfdcf9

Please sign in to comment.