NetBox plugin to document Data Flows between devices and applications.
- Document data flows between IP addresses, IP ranges and Prefixes documented in NetBox.
- Regroup the data flows into applications and hierarchical groups.
Documenting your data flows can help you design the network architecture, automate your firewall rule definition or reviews, implement security contracts in a software-defined network, or respond to compliance requirements.
A data flow for an application, here representing the user access to frontend servers and backend servers over TCP/443.
Details of the data flow specifications, displaying all the IP addresses, IP ranges and Prefixes that are involved in that data flow.
The application allows you to group all the related data flows.
The plugin adds Tab views to Devices, Virtual Machines, IP addresses, IP ranges and Prefixes to list all the data flows that involve them as a source or destination.
Read the Quick Start tutorial to discover how to use the plugin.
The data model and design's decisions can be found in the documentation.
Instructions to install, configure, update or uninstall the plugin can be found in the plugin's documentation.
netbox version | netbox-data-flows version |
---|---|
>= 4.1.0 | >= v1.0.4 |
>= 4.0.0 | >= v0.9.0 |
>= 3.7.0 | >= v0.8.0, < v0.9.0 |
>= 3.6.0 | >= v0.7.3, < v0.8.0 |
< 3.6.0 | Not supported |
- NetBox (>=4.0.0)
- Python 3.10 or higher
Contributions are welcomed. This plugin is developped on the free time of its author, so do not expect regular releases.
Please report security vulnerabilities via GitHub security advisory. Do not create a public issue. See also the Security Policy.
Please report bugs and feature requests in GitHub.
GitHub Discussions are opened for general help requests and any other topics you may want to discuss.
- GraphQL API is not implemented
See also the list of issues.