nerdalert / nflow-generator

NetFlow Generator for Testing Flow Collection Apps
Apache License 2.0
107 stars 46 forks source link

Feat: Add flow-count argument and change logrus import to lowercase. #7

Closed richmondstacey closed 2 years ago

richmondstacey commented 2 years ago

The logrus repo is lowercased. This requirement is case sensitive, but was being imported with uppercase. This would cause errors when building. Also added an argument to adjust how many flows are generated per interval.

nerdalert commented 2 years ago

@richmondstacey so sorry for just now seeing this. Tyvm for the PR!