Releases: TELBC/Netanol
Release version v1.0.0-alpha
The first proper version of Netanol. Version v1.0.0-alpha brings with it the first features and a working pipeline from accepted packet to displayed in the frontend.
Features
Protocols - Support for Netflow5, Netflow9 and the Ipfix flow protocols
Multiplexers - Define which protocols to accept on which ports
Database - All data is stored in an easy to understand format within MongoDB
Layouts - Fully customizable query objects to customize the graph via filtering
Graph Generation - Request the graph using a single endpoint
Documentation - The API is documented and easily accessible
Login - The application is protected by a required login process to access the data
Graph Display - Set the time span and layout to use and visualize the network using D3.js
Deployment - The entire application can be started with little configuration (credentials) using docker compose
Live Demo - A live demonstatration, based on the newest dev version, is accessible at syde.netanol.net
Upcoming
Improved Documentation - Additional documentation for inner workings and a setup guide
Additional Layers - Add support for aggregation, naming and styling
Vmware Tagging - Integrate Vmware tags into the graph for filtering and display
Feature Parity - Frontend supports features of the backend
Contributors & Fields of Reponsibility
- @m4lm - Parsing, Multiplexers
- @DenesTak - Metrics, VmWare Labeling
- @necoder27 - Frontend Designer
- @TELBC - Graph Display
- @Kemitoxs - Layout Processing