- Notifications
You must be signed in to change notification settings - Fork 515
[PANW] add audit log parsing #9663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🚀 Benchmarks reportPackage |
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
panos | 1216.55 | 953.29 | -263.26 (-21.64%) | 💔 |
To see the full report comment with /test benchmark fullreport
| Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices) |
| /test benchmark fullreport |
taylor-swanson left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM aside from one issue
| - append: | ||
| field: error.message | ||
| value: >- | ||
| error in IP Tag pipeline: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| error in IP Tag pipeline: | |
| error in Audit pipeline: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 🙏
💚 Build Succeeded
History
|
|
| Package panw - 3.25.0 containing this change is available at https://epr.elastic.co/search?package=panw |




Proposed commit message
Explain here the changes you made on the PR.
Please explain:
This PR adds Audit log, described in https://docs.paloaltonetworks.com/pan-os/11-0/pan-os-admin/monitoring/use-syslog-for-monitoring/syslog-field-descriptions/audit-log-fields, processing for PaloAlto's NG firewall.
The audit log has different log pattern than the existing ones. So I added a new grok pattern to match the log provided by the customer. I've asked customer to provide additional sample log if possible. The PR may be updated based on additional information I get from the customer.
The issue was reported by https://github.com/elastic/sdh-beats/issues/4641
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots