Releases: qlik-oss/qlik-cloud-oem-dashboard
Releases · qlik-oss/qlik-cloud-oem-dashboard
v2.1.0
We are pleased to release version v2.1.0 of the OEM-Dashboard.
Find attached the app (OEM-Dashboard.qvf and Console-Settings-Collector.qvf) and install guide (OEM-Dashboard-Configuration-Guide.pdf).
What's Changed
OEM Dashboard
- The ability to monitor whether a tenant has automations enabled has been removed, as that API endpoint will be deprecated and the management of automations is changing (no longer global on/off).
- The
AppOwnerName
field (that represented the user's subject) which was harvested from the App Analyzer'sApps
table has moved to a new table within that app, therefore a new field_AppOwnerSubjectForOEMDash
has been created and left within theApps
table so that it can be leveraged with little adjustment to the OEM Dashboard.
Console Settings Collector
- The ability to monitor whether a tenant has automations enabled has been removed, as that API endpoint will be deprecated and the management of automations is changing (no longer global on/off).
Full Changelog: v2.0.0...v2.1.0
v2.0.0
We are pleased to release version v2.0.0 of the OEM Dashboard.
Find attached the app (OEM-Dashboard.qvf and Console-Settings-Collector.qvf) and install guide (OEM-Dashboard-Configuration-Guide.pdf).
What's Changed
- Filter panes now have compact view and histogram/counts where applicable.
- All table objects have highlight row on hover.
- Removed the need for manually setting the tenant FQDN. This is now done programmatically with the new
GetSysAttr()
function, and this variable is now evaluated in the Variables section (no longer in Configuration). - The default data connection name for the REST connection has been standardized across all apps to
monitoring_apps_REST
. - Fixed bug in OEM Dashboard with measurement of analyzer capacity/overage.
- Fixed bug in Console Settings Collector so it now refers to updated
api/v1/sharing-tasks/settings
endpoint.
v1.0.1
We are pleased to release version v1.0.1 of the OEM-Dashboard.
Find attached the app (OEM-Dashboard.qvf and Console-Settings-Collector.qvf) and install guide (OEM-Dashboard-Configuration-Guide.pdf).
What's Changed
- Initial release