|
Fetching Data In NetFlow Charting Widgets |
Top Previous Next |
|
NetFlow charting widget fetches source data using a query of the following form: SELECT <keyExpression> AS key <valueExpression> AS value FROM <dataSource> AS data GROUP BY <groupExpression> ORDER BY <orderExpression> DESC LIMIT <limitExpression> The concrete text of the query is determined by NetFlow view and filter parameters. The query is actually performed in two steps:
The query returns a table with key and value columns. This table is used to build the widget's chart. This data in numerical form can be viewed with a Data Table Editor in the Data panel of the widget (see below). |