feat(data_library): add full-width PAN-OS CSV samples for Palo Alto#245
Open
chelseawright7 wants to merge 3 commits into
Open
feat(data_library): add full-width PAN-OS CSV samples for Palo Alto#245chelseawright7 wants to merge 3 commits into
chelseawright7 wants to merge 3 commits into
Conversation
Adds a full-width (64-field) PAN-OS 10.x TRAFFIC log to data_library/palo-alto/ so the Bindplane Palo Alto traffic parsing blueprint can be verified end-to-end. The existing palo-alto CSV samples (auth_failure.log, config_change.log) are abbreviated and fail strict CSV parsing against the full field header.
added 2 commits
July 3, 2026 09:48
…o-alto/csv; add THREAT Move traffic.log into palo-alto/csv/ (native full-width CSV, distinct from the existing LEEF samples) and add csv/threat.log (79-field PAN-OS THREAT record).
Adds SYSTEM, CONFIG, HIP-MATCH, AUTHENTICATION, CORRELATION, DECRYPTION, GLOBALPROTECT, GTP, IPTAG, SCTP, and USERID full-width PAN-OS 10.x CSV records under palo-alto/csv/, each matching the corresponding PAN-OS field header exactly (so strict CSV parsing succeeds). Realistic, generic values (no customer data). Used to verify the Bindplane Palo Alto full log parsing blueprint end-to-end.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds full-width PAN-OS (10.x) CSV log samples under
data_library/palo-alto/, starting with TRAFFIC. More log types (THREAT, SYSTEM, CONFIG, …) will be added to this PR.Why
The Bindplane Palo Alto parsing/reduction blueprints parse PAN-OS syslog by
parse_csvagainst the full field header. The existingpalo-altoCSV samples (auth_failure.log,config_change.log) are abbreviated — they have fewer fields than the full PAN-OS header, so they fail strict CSV parsing and can't be used to verify the blueprints end-to-end. (The otherpalo-altosamples are LEEF, a different format.)These full-width samples let the blueprints be validated against realistic, complete PAN-OS records.
Sample
data_library/palo-alto/traffic.log— a 64-field PAN-OS TRAFFIC (session end) record, syslog-framed, using the standard Blitz%Y/%m/%d %H:%M:%Stimestamp placeholders. Values are realistic and generic (no real customer data).