Show an example of using fluentd as a collector of netflow traffic and output them to datadog using logs
Theres's a docker-compose file in this repo to set up a small proof of concept, it uses the fluent-plugin-netflow plugin to output all inbound netflow traffic on 4729 over to datadog. There is also a generator service constantly generating data using NetFlow-Generator
Just export your api key and docker-compose takes care of the rest
$ export DD_API_KEY=your-datadog-api-key
$ docker-compose up