Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
alen_valdes_201
Partner - Contributor III
Partner - Contributor III

Reporting Monitoring

Hello Everyone!

Has anyone managed to monitor the consumption of Qlik Reporting in Qlik Sense?
I was checking the monitoring apps and I think there is nothing related.

The information displayed in the console is not useful to me... I need to automate a task regarding consumption, so I need some way to obtain that information

 

I would appreciate it if you would comment if you have managed to see something similar.

Thank you!

Labels (3)
1 Solution

Accepted Solutions
Andrew_Kruger
Employee
Employee

Two API's you might consider: 

- https://qlik.dev/apis/rest/consumption/ 

- https://qlik.dev/apis/rest/audits/#%23%2Fentries%2Fv1%2Faudits-get 

 

For the audit event you will need a few more test filtering for the service event type you want e.g. 

https://<tenant>/api/v1/audits?eventType=com.qlik.v1.reporting-service.audit&limit=50&sort=-eventTim...

In this situation you will get all reporting services (lower case) outputs --- not just the metered value add Qlik Reporting Service so you will need to do some additional filtering for Tags = composition-1.0 (sheet based reports) or  sense-excel-template-1.0 (tabular reports).  

Maybe of Interest - for tabular report task execution you might also use the audit api to review the task summary information which is com.qlik.reporting-task.summary.created

 

 

View solution in original post

3 Replies
Anil_Babu_Samineni

@alen_valdes_201 What exactly you want to trace or audit? It depends how you need, In case if you want to see that which object used many times from dashboard, I guess you can use Telemetry Dashboard - qs-admin-playbook (qlik-poc.com)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
alen_valdes_201
Partner - Contributor III
Partner - Contributor III
Author

Hello!
I need to display the Reporting consumption to date in a Qlik Sense Cloud application
Example:

alen_valdes_201_0-1708463013770.png

Do you know if there is an API or how I can get that?
Thank you

 

Andrew_Kruger
Employee
Employee

Two API's you might consider: 

- https://qlik.dev/apis/rest/consumption/ 

- https://qlik.dev/apis/rest/audits/#%23%2Fentries%2Fv1%2Faudits-get 

 

For the audit event you will need a few more test filtering for the service event type you want e.g. 

https://<tenant>/api/v1/audits?eventType=com.qlik.v1.reporting-service.audit&limit=50&sort=-eventTim...

In this situation you will get all reporting services (lower case) outputs --- not just the metered value add Qlik Reporting Service so you will need to do some additional filtering for Tags = composition-1.0 (sheet based reports) or  sense-excel-template-1.0 (tabular reports).  

Maybe of Interest - for tabular report task execution you might also use the audit api to review the task summary information which is com.qlik.reporting-task.summary.created