Allow configurable output: file or tcp
cha87de opened this issue · 1 comments
cha87de commented
Send output not only to file but make it configurable to send it to a tcp destination, like logstash.
Change lines https://github.com/cha87de/flowexport/blob/master/init/entrypoint#L69-L71
New environment variables, e.g.
- OUTPUT=[file, tcp]
- OUTPUT-DEST=['path to folder', 'ipaddr:port']
cha87de commented
The netflow data should be send to a central netflow collector instead.