-
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
Cherry-pick #19375 to 7.x: [Filebeat] Pass-thru other panw.panos log types #19473
Conversation
Pinging @elastic/siem (Team:SIEM) |
❕ Build Aborted
Expand to view the summary
Build stats
Test stats 🧪
Log outputExpand to view the last 100 lines of log output
|
dbbb112
to
6b36b7c
Compare
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, please correct changelog
@@ -500,6 +500,8 @@ field. You can revert this change by configuring tags for the module and omittin | |||
- Add new mode to multiline reader to aggregate constant number of lines {pull}18352[18352] | |||
- Explicitly set ECS version in all Filebeat modules. {pull}19198[19198] | |||
- Add awscloudwatch input. {pull}19025[19025] | |||
- Add automatic retries and exponential backoff to httpjson input. {pull}18956[18956] |
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.
Extra changelog entry
88b7f5a
to
f8d3780
Compare
This removes the drop processor from the ingest node pipeline that drops events other than THREAT and TRAFFIC. This way we can retain the other log data but don't necessarily handle the parsing of it. Closes elastic#16815 (cherry picked from commit 53b32f9)
f8d3780
to
f19ac0f
Compare
The python integration tests timed-out. It's passing locally. |
Cherry-pick of PR #19375 to 7.x branch. Original message:
What does this PR do?
This removes the drop processor from the ingest node pipeline that drops events other than THREAT and TRAFFIC.
This way we can retain the other log data but don't necessarily handle the parsing of it.
Why is it important?
We want to keep data from panos even if the messages are not explicitly handled by the module. The data may not have all the ECS mappings, but at least it won't be lost. #15603 tracks adding parsing support for additional message types.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues