Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Alekhya0824 committed Jan 8, 2025
1 parent a7d4468 commit f66bb7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Parsers/ASimAuditEvent/Parsers/ASimAuditEventNative.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ ParserQuery: |
Dst = coalesce (TargetDvcId, TargetHostname, TargetIpAddr, TargetAppId, TargetAppName),
Dvc = coalesce (DvcFQDN, DvcHostname, DvcIpAddr, DvcId, _ResourceId, strcat (EventVendor,'/', EventProduct)),
Rule=RuleName,
IpAddr=SrcIpAddr,
EventStartTime = TimeGenerated,
EventEndTime = TimeGenerated
| project-away
Expand Down
1 change: 1 addition & 0 deletions Parsers/ASimAuditEvent/Parsers/vimAuditEventNative.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ ParserQuery: |
Dst = coalesce (TargetDvcId, TargetHostname, TargetIpAddr, TargetAppId, TargetAppName),
Dvc = coalesce (DvcFQDN, DvcHostname, DvcIpAddr, DvcId, _ResourceId, strcat (EventVendor,'/', EventProduct)),
Rule=RuleName,
IpAddr=SrcIpAddr,
EventStartTime = TimeGenerated,
EventEndTime = TimeGenerated
| project-away
Expand Down

0 comments on commit f66bb7d

Please sign in to comment.