Skip to content

Commit 13a987a

Browse files
Merge pull request #60 from natesmalley/pan-os-cleanup
pipelines: drop F-graded PAN-OS firewall transform; document PAN-OS variants
2 parents 79a947d + 77cf753 commit 13a987a

8 files changed

Lines changed: 36 additions & 847 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,25 @@ removed. It is functionally subsumed by
3232
Activity, `class_uid=4001`) for a broader range of log types. The now-empty
3333
`pipelines/community/serializers/` umbrella has been removed alongside it.
3434

35+
### Removed - F-graded `palo_alto_networks_firewall` transform
36+
37+
`pipelines/community/transform_ocsf/palo_alto_networks_firewall/` has been
38+
removed. It was graded F (`analyzer_limit`, 0% required-field coverage), used
39+
a non-standard `class_uid=99602001` (SentinelOne Security Alert Extended) that
40+
diverged from the rest of the PAN-OS cluster (`class_uid=4001` Network
41+
Activity), and had no matching upstream parser in `parsers/community/` (its
42+
`source_name` lacked the `-latest` versioning suffix used by every other
43+
PAN-OS entry). The three remaining PAN-OS transforms (`paloalto_logs/`,
44+
`paloalto_alternate_logs/`, `paloalto_vpn_logs/`) are unaffected.
45+
46+
### Documented - PAN-OS transform variant binding
47+
48+
The three remaining PAN-OS OCSF transforms in
49+
`pipelines/community/transform_ocsf/` now declare in their `metadata.yaml`
50+
`purpose` field which upstream parser in `parsers/community/` they bind to
51+
and the field-name convention each expects, so users can choose between them
52+
without reading the Lua. No serializer logic changes.
53+
3554
## [1.3.0] - 2025-10-28
3655

3756
### Added

pipelines/community/transform_ocsf/palo_alto_networks_firewall/metadata.yaml

Lines changed: 0 additions & 37 deletions
This file was deleted.

pipelines/community/transform_ocsf/palo_alto_networks_firewall/palo_alto_networks_firewall.json

Lines changed: 0 additions & 60 deletions
This file was deleted.

pipelines/community/transform_ocsf/palo_alto_networks_firewall/sample.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)