Skip to content

Commit

Permalink
Merge pull request #39 from criblpacks/bug/38-fix-traffic-fields
Browse files Browse the repository at this point in the history
Fix pan_traffic pipeline - missing `src_dvc_profile` field in serialize
  • Loading branch information
bdalpe authored Sep 24, 2024
2 parents 2123f4a + a1aa49b commit d6bc688
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ Firewalls not matching any entry in this list would be assumed to currently have

## Release Notes
---
### Version 1.1.5 - 2024-09-24
* In pan_traffic pipeline, add missing `src_dvc_profile` field to the serializer function

### Version 1.1.4 - 2024-07-02
* In pan_threat pipeline, remove two fields from list of fields to be dropped, "src_location" & "dest_location"

Expand Down
1 change: 1 addition & 0 deletions default/pipelines/pan_traffic/conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ functions:
- dynusergroup_name
- xff_ip
- src_dvc_category
- src_dvc_profile
- src_dvc_model
- src_dvc_vendor
- src_dvc_os_family
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"cribl-palo-alto-networks","version":"1.1.4","author":"Brendan Dalpe - Cribl","description":"Process, reduce, and transform Palo Alto Networks Firewall logs.","displayName":"Palo Alto Networks","tags":{"dataType":["logs"],"useCase":["reduction","filtering"],"technology":["paloalto"]}}
{"name":"cribl-palo-alto-networks","version":"1.1.5","author":"Brendan Dalpe - Cribl","description":"Process, reduce, and transform Palo Alto Networks Firewall logs.","displayName":"Palo Alto Networks","tags":{"dataType":["logs"],"useCase":["reduction","filtering"],"technology":["paloalto"]}}

0 comments on commit d6bc688

Please sign in to comment.