-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Feature panw endreason #18705
Feature panw endreason #18705
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
1 similar comment
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
Pinging @elastic/siem (Team:SIEM) |
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 for the contribution. A few changes are needed:
- Add a field mapping for the new
panw.panos.endreason
to https://github.com/elastic/beats/blob/master/x-pack/filebeat/module/panw/panos/_meta/fields.yml. - Add an entry to the CHANGELOG.next.asciidoc file in the Added/Filebeat section.
- Run
make update
to re-generate the embedded field mapping data.
Done, thank you @andrewkroh |
Thanks for your contribution! This PR needs a rebase on master and re-generation of the -expected.json files. I can commit those changes is you prefer. |
jenkins run tests |
PANW firewalls expone why a session is ended (endreason). Currenlty it's not tracked. End reason is important to track down why a specific session is ended (timeout, rst from client/server...). This adds panw.panos.endreason. Co-authored-by: Andrea Dainese <[email protected]> Co-authored-by: Adrian Serrano <[email protected]> (cherry picked from commit 6c0c3bf)
PANW firewalls expone why a session is ended (endreason). Currenlty it's not tracked. End reason is important to track down why a specific session is ended (timeout, rst from client/server...). This adds panw.panos.endreason. Co-authored-by: Andrea Dainese <[email protected]> Co-authored-by: Adrian Serrano <[email protected]> (cherry picked from commit 6c0c3bf)
PANW firewalls expone why a session is ended (endreason). Currenlty it's not tracked. End reason is important to track down why a specific session is ended (timeout, rst from client/server...). This adds panw.panos.endreason. Co-authored-by: Andrea Dainese <[email protected]> Co-authored-by: Adrian Serrano <[email protected]> (cherry picked from commit 6c0c3bf) Co-authored-by: dainok <[email protected]>
…ne-2.0 * upstream/master: (39 commits) [ITs] Revert healthcheck for elasticsearchssl service to the previous behaviour (elastic#20558) [Heartbeat] Fix packaging (elastic#20566) [Heartbeat] Add Magefile to X-Pack (elastic#20549) [Packetbeat] Add "network" to event.category (elastic#20392) fix typo in docs (elastic#20541) Add service resource in k8s cluster role (elastic#20546) Update Golang version to 1.14.7 (elastic#20508) Add missing inputs to filebeat spec (elastic#20388) add warning log in aws and googlecloud module for API cost (elastic#20523) Fix fortinet.firewall.mem value to be interpreted as integer (elastic#19335) [CI] add more resilience (elastic#20505) [JJBB] fix credentials with a service account for golang-crossbuild (elastic#20537) [ITs] change healthcheck for elasticsearch (elastic#20514) [JJBB] fix credentials with a service account (elastic#20535) chore(ci): use build step for checking if is PR (elastic#20536) [CI] runbld project name (elastic#20466) Add panw.panos.endreason field (elastic#18705) [Filebeat] Fix PANW field spelling "veredict" to "verdict" (elastic#18808) Fix typo in netflow module docs (elastic#18992) Modified auditd ingest pipeline to handle node=hostname (elastic#19659) ...
Perhaps this could be migrated to the new ECS field |
Totally agree. Should I rewrite the PR? Or can you notify the PANW team? |
Simplest approach here would be to open a new PR that now also populates Since this PR was already merged, I would not remove the Thanks @dainok |
PANW firewalls expone why a session is ended (endreason). Currenlty it's not tracked. End reason is important to track down why a specific session is ended (timeout, rst from client/server...). This adds panw.panos.endreason. Co-authored-by: Andrea Dainese <[email protected]> Co-authored-by: Adrian Serrano <[email protected]>
What does this PR do?
PANW firewalls expone why a session is ended (endreason). Currenlty it's not tracked.
Why is it important?
End reason is important to track down why a specific session is ended (timeout, rst from client/server...)
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.