We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a simple bug in proc monitoring feature of packetbeat, that tcp6 ports are not being scanned. I've described it here: https://discuss.elastic.co/t/packetbeat-support-for-tcp6/87894
I believe i've found the issue in code, I've corrected it and made a pull request: #4442
With this change its working and scanning also tcp6 file, however it's not able to parse some entries due to next error:
Error parsing IP and port: strconv.ParseInt: parsing "0000000000000000FFFF00000100007F": value out of range
Edit: fixed parse bug for ipv6 - included in pull request.
The text was updated successfully, but these errors were encountered:
Fixed in #4442.
Sorry, something went wrong.
No branches or pull requests
There is a simple bug in proc monitoring feature of packetbeat, that tcp6 ports are not being scanned.
I've described it here:
https://discuss.elastic.co/t/packetbeat-support-for-tcp6/87894
I believe i've found the issue in code, I've corrected it and made a pull request: #4442
With this change its working and scanning also tcp6 file, however it's not able to parse some entries due to next error:
Edit:
fixed parse bug for ipv6 - included in pull request.
The text was updated successfully, but these errors were encountered: