From e8e156efe98f791c37de59a5153c2c043f0cd50a Mon Sep 17 00:00:00 2001 From: Brendan Dalpe Date: Tue, 24 Sep 2024 18:27:08 -0500 Subject: [PATCH 1/2] Add missing src_dvc_profile field to serialize Signed-off-by: Brendan Dalpe --- default/pipelines/pan_traffic/conf.yml | 1 + 1 file changed, 1 insertion(+) 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 From a1aa49bbadc082da975c6ea6ea1323f3cdb5d9a4 Mon Sep 17 00:00:00 2001 From: Brendan Dalpe Date: Tue, 24 Sep 2024 18:28:32 -0500 Subject: [PATCH 2/2] Bump release to 1.1.5 Signed-off-by: Brendan Dalpe --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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/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"]}}