Skip to content

Netflow collector and local processing Docker image using NfSen and nfdump for processing.

License

Notifications You must be signed in to change notification settings

sergeyklay/docker-netflow

Repository files navigation

Dockerized Netflow Collector

Netflow collector and local processing Docker image using NfSen and nfdump for processing.

This docker image can be run standalone or in conjunction with a analytics engine that will perform time based graphing and stats summarization.

Quick reference

Supported tags and respective Dockerfile links

Quick reference (cont.)

What is NfSen?

NfSen is a graphical web based front end for the nfdump netflow tools.

For more see http://nfsen.sourceforge.net/

What is nfdump?

The nfdump tools collect and process netflow data on the command line. They are part of the NfSen project which is explained more detailed at http://www.ripe.net/ripe/meetings/ripe-50/presentations/ripe50-plenary-tue-nfsen-nfdump.pdf

For more see http://nfdump.sourceforge.net/

How to use this image

start a netflow instance

$ docker run -p 80:80 -p 2055:2055/udp -p 4739:4739/udp -p 6343:6343/udp -p 9996:9996/udp klay/netflow

License

View license information for NfSen contained in this image.

View license information for nfdump contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

Some additional license information which was able to be auto-detected might be found in the repo.

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

About

Netflow collector and local processing Docker image using NfSen and nfdump for processing.

Topics

Resources

License

Stars

Watchers

Forks