-
Notifications
You must be signed in to change notification settings - Fork 79
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
Create input plugin for Cisco Netflow #140
Comments
Can i work on this issue? |
Yes. Once you have test data it would be nice to share (e.g. as JSON file to simulate tests). You can find input plugins examples here: See e.g TCP input plugin.
An alternative would be to use 'data.parsed' events - but then input-filter plugins would be skipped, and no need for JSON serialisation/deserialisation.
Once the plugin is working you could create an alias for the module loading like this one: And add documentation to the documentation (but we can help with it as well): |
@skprabhanjan Do you still intend to work on this? |
@otisg ,Sorry for the delay, I will try to work on this but if someone else is willing then they can work on this and submit a PR. |
@otisg Can I start working on this issue? |
@Khodesaeed Certainly, thanks! |
Sounds good. Would be great to have some tests included, too. |
I'll work on it. @otisg |
Monitoring Cisco router traffic with Netflow: https://github.com/delian/node-netflowv9
The text was updated successfully, but these errors were encountered: