bitkeks / python-netflow-v9-softflowd

PyPI "netflow" package. NetFlow v9 parser, collector and analyzer implemented in Python 3. Developed and tested with softflowd
https://bitkeks.eu/blog/2016/08/collecting-netflow-v9-on-openwrt.html
MIT License
116 stars 59 forks source link

v9 template example? #33

Closed olivatooo closed 3 years ago

olivatooo commented 3 years ago

I I cannot create a template to receive v9 packages. Are there any examples I missed?

bitkeks commented 3 years ago

Hi. Your exporter should create the templates and send them to the collector. Or do you want to create your own packets?

olivatooo commented 3 years ago

Your exporter should create the templates and send them to the collector That was it! Thanks =)