-
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
x-pack/filebeat/input/netflow: record IPv6 src and dst addresses #29383
Conversation
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
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
) (cherry picked from commit bc09710)
) (cherry picked from commit bc09710)
@Mergifyio backport 8.0 |
✅ Backports have been created
|
) (#29412) (cherry picked from commit bc09710) Co-authored-by: Dan Kortschak <[email protected]>
What does this PR do?
This change records IPv6 addresses in netflow records and ensures that addresses are unique.
Why is it important?
Currently IPv6 addresses are dropped from the records that contain them. See #19210.
Checklist
- [ ] I have made corresponding changes to the documentation- [ ] I have made corresponding change to the default configuration filesCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
mage -v test
in github.com/elastic/beats/x-pack/filebeat andgo test
in github.com/elastic/beats/x-pack/filebeat/input/netflow.Related issues
Use cases
N/A
Screenshots
N/A
Logs
N/A