-
Notifications
You must be signed in to change notification settings - Fork 37
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
Contribution to ipfixcol2 #52
Comments
Hi, what kind of intermediate plugin are you interested in? Unfortunately, there is no tutorial that describes how to develop IPFIXcol2 plugins right now. Nevertheless, I recommend you to look at simple anonymization plugin for inspiration. Each intermediate plugin must contain the following structure and 3 functions:
Documentation of the interface function is available here. When a new NetFlow/IPFIX message arrives, your processing function Lukas |
I have geoip and filter plugins in mind. |
Internally we already have intermediate plugins for flow filtration (and traffic profiling). They will be published here probably within two months after code review. GeoIP and ASN intermediate plugins would be welcomed. For flow enrichment there is API interface By the way, can I ask you if you are already using IPFIXcol2 for processing your flows or are you just experimenting? |
if it needs significant changes maybe i need some other ways to enrich data. yes im using IPFIXcol2 for processing netflow records. |
hi im interest in this project and thinking about developing intermediate plugins. is there any guideline document to start from?
The text was updated successfully, but these errors were encountered: