Dashboard enhancements in 9.10
Apama 9.10 includes the following dashboard enhancements:
The Google map object is now available on the
Graphs tab of the Dashboard Builder's Object Palette. This object is available in Thin Client deployments only.
The
Table (HTML5) table object is now available on the
Tables tab of the Dashboard Builder's Object Palette. This is an advanced HTML implementation of the table object which provides features such as enhanced column filtering, column re-ordering and column locking. This object is available in Thin Client deployments only.
A new tabular data attachment type
Definition extra params table is now available. This new table shows the metadata of the
extraParams member of a
definition (scenario, DataView or query). An entry in
extraParams is considered metadata if its
key name starts with the
Metadata: prefix. This prefix will be automatically added for the query properties.
A new command line argument
--dashboardDir folder is now available. The display server can be run from any directory by using this option to specify an arbitrary
folder where deployed dashboards can be found. If this option is not used, then
APAMA_WORK/dashboards is assumed.
A new command line argument
--dashboardExtraJars jarFiles is now available. Custom function, custom command and/or any extra jar files referenced by the dashboard can now be specified by using this
--dashboardExtraJars option.
jarFiles contains a list of semicolon-separated JAR files to be added to the classloader at runtime. If this option is not used, the
APAMA_DASHBOARD_CLASSPATH environment variable must be set accordingly for the JAR files to be accessible by dashboard processes.