Skip to content
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

Add BPF provider #16

Open
thegodenage opened this issue Apr 11, 2024 · 2 comments
Open

Add BPF provider #16

thegodenage opened this issue Apr 11, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@thegodenage
Copy link
Owner

Context

Currently we have packet reading, and network interface provider tho it's problematic to listen for valid packets from network interfaces and protocols. To accomplish that we can use BPF filter

TODO

  • add BPF filter configuration to the collector worker
  • add yaml configuration to the collector worker

AC

  • there is possibility to write the PBF filter in the config
  • we can configure application from the config
@thegodenage thegodenage added enhancement New feature or request good first issue Good for newcomers labels Apr 11, 2024
@roopeshsn
Copy link

Hi! It looks like BPF filter is already implemented in the Collector. Is that correct?

@thegodenage
Copy link
Owner Author

Hey. To be honest I don't remember 😀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants