-
Notifications
You must be signed in to change notification settings - Fork 474
Fix IPv6 cleanup #10801
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
Fix IPv6 cleanup #10801
Conversation
5da31c4
to
6321f22
Compare
🚀 Benchmarks reportTo see the full report comment with |
Pinging @elastic/sec-linux-platform (Team:Security-Linux Platform) |
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
Pinging @elastic/sec-windows-platform (Team:Security-Windows Platform) |
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
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.
Could we have test cases for these?
I'm looking forward to this one :) |
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.
Approving the changes in the Windows integration.
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.
looks good to me
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.
nit only
...s/sentinel_one_cloud_funnel/data_stream/event/elasticsearch/ingest_pipeline/pipeline-dns.yml
Show resolved
Hide resolved
Reverted the change in the regexp since there are samples were ips are not at the beginning, so this is more resilient as it is now. |
💚 Build Succeeded
History
|
|
@marc-gr What are the cases that don't start with zero colons? If they exist, they should probably be included in test cases. |
They were already in the samples, tests fail if I add the change. |
Package sentinel_one_cloud_funnel - 1.3.1 containing this change is available at https://epr.elastic.co/search?package=sentinel_one_cloud_funnel |
Package sysmon_linux - 1.6.3 containing this change is available at https://epr.elastic.co/search?package=sysmon_linux |
Package system - 1.60.4 containing this change is available at https://epr.elastic.co/search?package=system |
Package windows - 2.0.1 containing this change is available at https://epr.elastic.co/search?package=windows |
|
* Fix IPv6 cleanup * Add tests examples * Improve regexp * Fix changelog quotes * Revert "Improve regexp" This reverts commit b7bfc7fb43da1661cb0a1745ec6e63de9c67cb29.
* Fix IPv6 cleanup * Add tests examples * Improve regexp * Fix changelog quotes * Revert "Improve regexp" This reverts commit b7bfc7fb43da1661cb0a1745ec6e63de9c67cb29.
Proposed commit message
Fix IPv6 cleanup in pipelines that replaced
::ffff:
directly, malforming IPV6 addresses.Checklist
changelog.yml
file.Related issues