Plugin to display akvorado data
This plugin aim to allow user to display akvorado data directly in Grafana.
To run locally the plugin:
npm install
npm run build
npm run server
To display a sankey query you need the sankey plugin.
You can download the plugin here
Unzip the folder
Add the path to the folder to docker compose volumes:
- /path/to/netsage-sankey-panel:/var/lib/grafana/plugins/netsage-sankey-panel
In grafana
- Add new data source
- Akvorado
- Add new data source
- Enter the base url; eg: https://demo.akvorado.net/
Queries can be built using pre-configured parameters.
- Type of query:
- sankey
- When using sankey at least two dimension must be used
- timeseries
- sankey
- Unit
- l3bps
- pps
- Dimension
- Multiselect list: values are fetch from the back end
- Limit: number of returned result
- The number of return result is in fact limit +1 where +1 is the value "other" showing the aggregation of all other values
- Filters: expression to filter result
- The field is autocomplete and lint based on syntax checker
Visualize the top 10 traffic per Source BGP AS for Ingress traffic, in bytes per second (pps)
Visualize the Top 10 Source BGP AS and Exporter Site for Ingress traffic, in packets per second (pps)