javadmohebbi / goNfCollector

A set of tool to collect & analyze netflow & export them to many DBs & Apps like InfluxDB time-series DB
93 stars 18 forks source link

Can't find nfcollector-logger #22

Closed Alexandre-Santos closed 2 years ago

Alexandre-Santos commented 2 years ago

Hi,

In another post, there was a suggestion to use a tool for debugging which fields were captured. The commands to execute the tool were the following:

cd $HOME/oi24/nfcollector docker-compose down wget -O /tmp/nfcollector-logger https://github.com/javadmohebbi/goNfCollector/raw/main/build/linux/amd64/nfcollector-logger chmod +x /tmp/nfcollector-logger sudo /tmp/nfcollector-logger

However, I could not find the binary of nfcollector-logger neither on the project files nor on the link. Where can I download this tool? Or what can I do to achieve similar results?

javadmohebbi commented 2 years ago

Hi @Alexandre-Santos,

Thank you for reporting the missing file. Now you can download the mentioned binary.

Alexandre-Santos commented 2 years ago

Thank you, Javad.