-
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
Packetbeat: BFP filter doesn't work with flows #2660
Labels
Comments
tsg
pushed a commit
to tsg/beats
that referenced
this issue
Oct 4, 2016
Set the `sniffer.filter` before `setFromConfig` is called. Changed the factory prototype so it doesn't pass around `filter` and instead just done it directly via Init. Fixes elastic#2660.
urso
pushed a commit
that referenced
this issue
Oct 4, 2016
* Fix the custom BPF filter option Set the `sniffer.filter` before `setFromConfig` is called. Changed the factory prototype so it doesn't pass around `filter` and instead just done it directly via Init. Fixes #2660. * Simplified code by removing the factory maker
tsg
added a commit
to tsg/beats
that referenced
this issue
Oct 4, 2016
* Fix the custom BPF filter option Set the `sniffer.filter` before `setFromConfig` is called. Changed the factory prototype so it doesn't pass around `filter` and instead just done it directly via Init. Fixes elastic#2660. * Simplified code by removing the factory maker
monicasarbu
pushed a commit
that referenced
this issue
Oct 4, 2016
* Fix the custom BPF filter option Set the `sniffer.filter` before `setFromConfig` is called. Changed the factory prototype so it doesn't pass around `filter` and instead just done it directly via Init. Fixes #2660. * Simplified code by removing the factory maker
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
* Fix the custom BPF filter option Set the `sniffer.filter` before `setFromConfig` is called. Changed the factory prototype so it doesn't pass around `filter` and instead just done it directly via Init. Fixes elastic#2660. * Simplified code by removing the factory maker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: Packetbeat 5.0.0-beta1
OS: OSX
Even if bpf filter is configured, flows emits all traffic on all ports.
The text was updated successfully, but these errors were encountered: