-
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
[Filebeat] Netflow input - expand TCP controls bits to list of named flags #12858
Comments
I agree with this. Here is a full list of TCP flag conversions: |
There's an implementation in Flowbeat (the POC for the netflow input in Filebeat). https://github.com/andrewkroh/flowbeat/blob/f0ae1113928f83b81442b92863975d82ef2308c2/beater/tcpflags.go |
Pinging @elastic/siem (Team:SIEM) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices) |
While converting the Logstash dashboards to work with Filebeat I didn't see anywhere that the tcpControlBits field gets expanded to a list of flags (e.g. 30 is SYN, RST, PSH, ACK). I think this would be nice enhancement and might make it easier to visualize the flags or filter flows based on a flag.
The text was updated successfully, but these errors were encountered: