-
Notifications
You must be signed in to change notification settings - Fork 457
#12448: Fixing IPv6 parsing for IPV6ACCESSLOGP messages #12459
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
Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices) |
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, minor comment about test data
packages/cisco_ios/data_stream/log/_dev/test/pipeline/test-syslog.log
Outdated
Show resolved
Hide resolved
|
💚 Build Succeeded
History
|
Package cisco_ios - 1.28.2 containing this change is available at https://epr.elastic.co/package/cisco_ios/1.28.2/ |
…ic#12459) * Fixing IPv6 parsing for IPV6ACCESSLOGP messages - added IPV6ACCESSLOGP to dissect_gp parsing - added event to both pipeline and system tests - modified hit count to match the number of tests
…ic#12459) * Fixing IPv6 parsing for IPV6ACCESSLOGP messages - added IPV6ACCESSLOGP to dissect_gp parsing - added event to both pipeline and system tests - modified hit count to match the number of tests
Customer Description
Working with a customer using the CISCO IOS Integration and found out that IPv6 records with event.code:IPV6ACCESSLOGP are not fully parsed.
Description
Fixing IPv6 parsing for IPV6ACCESSLOGP messages
Checklist
changelog.yml
file.How to test this PR locally
Related issues