-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add OCSF rule and template for paloalto network traffic logs
Signed-off-by: Krishna Kondaka <[email protected]>
- Loading branch information
Krishna Kondaka
committed
Oct 19, 2024
1 parent
09ed988
commit 4873155
Showing
4 changed files
with
687 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
dependencies { | ||
implementation project(':data-prepper-api') | ||
} | ||
|
||
|
6 changes: 6 additions & 0 deletions
6
...rc/main/resources/org/opensearch/dataprepper/transforms/rules/ocsf-panw-traffic-rule.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
plugin_name: "ocsf-panw-traffic" | ||
apply_when: | ||
- "$..processor[?(@.ocsf.type == 'PALOALTO_NETWORKS_TRAFFIC_LOGS')]" | ||
- "$..processor[?(@.ocsf.version == '1.0')]" | ||
|
||
|
Oops, something went wrong.