We are happy to share with you the new Entitlement Analyzer for Qlik Sense Enterprise SaaS! This application will enable you to answer questions like:
How can I track the usage of my Tenant over time? How are my entitled users using the Tenant?
How can I better understand the usage of Analyzer Capacity vs. Analyzer & Professional Entitlements?
The Entitlement Analyzer is only available for Qlik Cloud subscription types. Refer to the compatibility matrix within the Qlik Cloud Monitoring Apps repository for an overview of which monitoring app is compatible with which subscription type.
The Entitlement Analyzer app provides insights on:
Entitlement usage overview across the Tenant
Analyzer Capacity – Detailed usage data and a predication if you have enough
How users are using the system and if they have the right Entitlement assigned to them
Which Apps are used the most by using the NEW "App consumption overview" sheet
And much more!
The Entitlement Analyzer uses a new API Endpoint to fetch all the required data and will store the history in QVD files to enable even better Analytics over time.
A few things to note:
This app is provided as-is and is not supported by Qlik Support.
It is recommended to always use the latest app.
Information is not collected by Qlik when using this app.
The app as well as the configuration guide are available via GitHub, linked below.
Anyissues, questions, and enhancement requestsshould be opened on theIssues pagewithin the app’s GitHub repository.
Be sure to subscribe to the Qlik Support Updates Blog by clicking the green Subscribe button to stay up to date with the latest Qlik Support announcements. Please give this post a like if you found it helpful!
Kind regards,
Qlik Platform Architects
Additional Resources:
Our other monitoring apps for Qlik Cloud can be found below.
Useful application. Since this is the same connection for all requests, you might want to avoid using the REST connection multiple times. Why not connect just once before running the logic ?
Thanks a lot for the latest changes on the app. The new dashboard "App consumption overview" is specially useful for us. However, we miss the "Sheet" dimension on the app to be able to do a sheet usage analysis as we do in the Sense on-premise platform.
I have checked the API documentation and noticed that the Licenses endpoint is not returning the sheetId.
It would be great if you can add the sheetId to the endpoint so we can have full detail of apps and sheets usage in the SaaS, the same as we currently have in our on-premise instance.
@DominiqueHoremans for us to troubleshoot better since this is most likely not an issue related to the app but to the authentication against the items endpoint of your tenant, I would suggest contacting Qlik Support and explaining in detail the issue.
I am getting this error when attempting to load the app.
The following error occurred:
Connector ;REST for Entitlement Analyzer not found (: POST /endpoints failed with status code 404. Error: Connection ';REST for Entitlement Analyzer' not found LIB CONNECT TO ';REST for Entitlement Analyzer')
@SDT It seems that the name you have given to your REST connection does not match the value of your 'SET vu_rest_connection =' variable statement. Maybe the semicolon (;) before the REST? Shouldn't it be like this: LIB CONNECT TO 'REST for Entitlement Analyzer'?