Internal documentation only
This page has been marked as draft.
Active Dashboard - Creating a Dynamic Table on the Active Dashboard
The console lacks a built-in function for directly updating changes in a dataview’s rows and columns on a dashboard. This task requires an understanding of Geneos design.
You need to configure a limit on the number of rows you want to display on the dashboard.
Also, this will only work if the plugin used is SQL-Toolkit or Gateway-SQL since you need to rely on the R*ow (or rowId)*column of the said dataviews.
If your dataview is not produced by any of the 2 plugins, you can always duplicate your dataview using the Gateway-SQL plugin.
e.g. In gateway-SQL plugin:
Below are the high-level activities you need to do:
- Configure a Gateway-SQL sampler if needed.
- Create the rows/dashboard objects on your dashboard.
- Configure the modifier’s on step 2 to match a single row on step 1. For example:
- Dashboard object 1 will contain the XPath of Gateway-SQL dataview’s row 1.
- Dashboard object 2 will contain the XPath of Gateway-SQL dataview’s row 2.
- and so on…
Attached is a sample dashboard that shows the dynamic table but with a limit.