Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Missing EquivalentBuiltInParser property #9017

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Parsers/ASimAuditEvent/Parsers/ASimAuditEvent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Parsers:
- _ASim_AuditEvent_CiscoISE
- _ASim_AuditEvent_CiscoMeraki
- _ASim_AuditEvent_BarracudaWAF
- _ASim_AuditEvent_VectraXDRAudit

ParserParams:
- Name: pack
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Parser:
Title: Audit Event ASIM parser for Vectra XDR Audit Logs Event
Version: '0.1'
Version: '0.1.0'
LastUpdated: Mar 17 2023
Product:
Name: Vectra
Expand All @@ -15,6 +15,7 @@ References:
Description: |
This ASIM parser supports normalizing Vectra XDR Audit Logs Event in the Audits_Data_CL table to the ASIM Audit Event schema.
ParserName: ASimAuditEventVectraXDRAudit
EquivalentBuiltInParser: _ASim_AuditEvent_VectraXDRAudit
ParserParams:
- Name: disabled
Type: bool
Expand Down
1 change: 1 addition & 0 deletions Parsers/ASimAuditEvent/Parsers/imAuditEvent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Parsers:
- _Im_AuditEvent_CiscoISE
- _Im_AuditEvent_CiscoMeraki
- _Im_AuditEvent_BarracudaWAF
- _Im_AuditEvent_VectraXDRAudit
ParserParams:
- Name: starttime
Type: datetime
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Parser:
Title: Audit Event ASIM filtering parser for Vectra XDR Audit Logs Event
Version: '0.1'
Version: '0.1.0'
LastUpdated: Mar 17 2023
Product:
Name: Vectra
Expand All @@ -15,6 +15,7 @@ References:
Description: |
This ASIM parser supports filtering and normalizing Vectra XDR Audit Logs Event in the Audits_Data_CL table to the ASIM Audit Event schema.
ParserName: vimAuditEventVectraXDRAudit
EquivalentBuiltInParser: _Im_AuditEvent_VectraXDRAudit
ParserParams:
- Name: disabled
Type: bool
Expand Down
Loading