GithubHelp home page GithubHelp logo

nifi-netflow's Introduction

Netflow Parser for NiFi

This is a WIP (i.e. it does not work)

The bundle will contain NiFi processors to consume and Parse Netflow 9 including options and templates

Known Issues:

If you reeceive a packet which only consists of templates, which is reaonsably common, it will lead to the flow file being sent to parse.failure, since no actual flow records are emitted. Fixing this requires some upstream changes in the record reader api to allow flow files with no records to be ignored.

Building

I build against NiFi 1.5.0, but 1.4.0 should work. This is my build command (note I keep a copy of NiFi lying around in home, and have added custom to the NiFi library paths)

mvn package && \
cp nifi-netflow-nar/target/nifi-netflow-nar-0.0.1.nar \
~/nifi-1.5.0-SNAPSHOT/custom/

copy the resulting nar from nifi-netflow-nar/target to your nifi custom library directory and restart nifi.

Example use

The reader provides a record reader service which is intended to be used with the ListenUDPRecord processor to interpret NetFlow.

Sample Flow

The template included in the root of this repo provides an example, but may need some rewiring for your build. The template also uses unusual ports (I was testing) so you're likely to need to change the listening port to something like 2055 which is a more common Netflow port.

nifi-netflow's People

Contributors

simonellistonball avatar

Stargazers

Timothy Spann avatar

Watchers

James Cloos avatar nishant ambastha avatar

Forkers

vnarayaj ronaldon

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.