diff --git a/README.md b/README.md index cf507cd..1d5d9d0 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/default/pipelines/pan_traffic/conf.yml b/default/pipelines/pan_traffic/conf.yml index 2c15b0d..c80fdd9 100644 --- a/default/pipelines/pan_traffic/conf.yml +++ b/default/pipelines/pan_traffic/conf.yml @@ -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 diff --git a/package.json b/package.json index 477143c..4ac4a7a 100644 --- a/package.json +++ b/package.json @@ -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"]}}