Skip to content

example of how to pull in netflow logs into datadog using fluentd

Notifications You must be signed in to change notification settings

andrewelizondo/dd-logs-netflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

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

Getting Started

Just export your api key and docker-compose takes care of the rest

$ export DD_API_KEY=your-datadog-api-key
$ docker-compose up

About

example of how to pull in netflow logs into datadog using fluentd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published