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

[Feature Request] Add support for filtering syslog packets using same mechanism as Netflow #792

Open
ASchneider-GitHub opened this issue Feb 11, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@ASchneider-GitHub
Copy link

Currently Ktranslate supports filtering via packet attributes when ingesting Netflow, which is described here: https://docs.newrelic.com/docs/network-performance-monitoring/advanced/advanced-config/#flow-data-input-filtering. As an example, you can ignore all packets that are not on a specific port:

-nf.source netflow5 --filters int,l4_dst_port,!=,8531

Since Syslog packets also contain fields that can be used in the same way as documented above, it would be nice if Ktranslate could apply the same --filter mechanism toward them as well.

@i3149 i3149 added the enhancement New feature or request label Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants