Skip to content

Commit

Permalink
Add OCSF rule and template for paloalto network traffic logs (#5087)
Browse files Browse the repository at this point in the history
* Add OCSF rule and template for paloalto network traffic logs

Signed-off-by: Krishna Kondaka <[email protected]>

* Addressed review comments

Signed-off-by: Krishna Kondaka <[email protected]>

---------

Signed-off-by: Krishna Kondaka <[email protected]>
Co-authored-by: Krishna Kondaka <[email protected]>
  • Loading branch information
kkondaka and Krishna Kondaka authored Oct 22, 2024
1 parent b2f51f5 commit 5bfcac8
Show file tree
Hide file tree
Showing 4 changed files with 687 additions and 1 deletion.
6 changes: 6 additions & 0 deletions data-prepper-plugins/ocsf/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

dependencies {
implementation project(':data-prepper-api')
}


Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
plugin_name: "ocsf-v1.1-panw-traffic"
apply_when:
- "$..processor[?(@.ocsf.type == 'palo_alto_networks_traffic_logs')]"
- "$..processor[?(@.ocsf.version == '1.1')]"


Loading

0 comments on commit 5bfcac8

Please sign in to comment.