Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Kongson
Partner - Contributor II
Partner - Contributor II

Qlik SaaS Audit Logs Application

Topic
In Qlik SaaS, there is very limited event information you can find through the management console. The only way to get the full picture of logging is to call API (i.e. GET /audits/archive) to capture the relevant information. The information returned depends on what logs are available and it might take a while to understand and to parse the information.  Some data transformation is needed to make the information meaningful and visible.

I have tried to create a Qlik Sense application that calls the API and transform all information into a single data model.

audit_log.png


Qlik SaaS Aduit Logs Application
The below information has been extracted:
- User Log
- Space Log
- Space Assignment Log
- User Session
- App Reload
- App Load
- App Table Export Log
- App Export Log
- App Object Log
- App Publish Log
- App Data Updated Log
- License Assignment Log

archive.png

example.png

Keep Connected
Drop me a message for discussion and sharing if you find this interesting and useful.

Labels (2)
3 Replies
ptpaspuel
Partner - Contributor
Partner - Contributor

Hi, 

could you help me with this app, please. 

 

Kongson
Partner - Contributor II
Partner - Contributor II
Author

Hi, 

You can create a rest connection to get the data.  Please refer to the API endpoint here.   https://qlik.dev/apis/rest/audits

Kong

 

Manuel-Romeror
Employee
Employee

Is there any chance you can share this app to the community? Thanks!