Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
Kongson
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 (3)
6 Replies
ptpaspuel
Partner - Contributor

Hi, 

could you help me with this app, please. 

 

Kongson
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

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

 

Kongson
Partner - Contributor II
Author

If you are still interested in the app, you can find the app in my github.

https://github.com/kongson-cheung/qlik-saas-application/blob/a5d19c8cdcf7732357ef3aeac6313f351c79885...

AlexOmetis
Partner Ambassador

This is great - I'd love to see Qlik adopt & adapt this and make it one of the monitoring apps available to install using the automation. What do you think @Daniel_Pilla ?

Qlik Partner Ambassador 2024 & 2025
CheerfulKoala
Contributor

Thanks, very impressive. Really I appreciate you to continue your work. 

CredibleBH