Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
See why Qlik was named a Leader in the 2025 Gartner® Magic Quadrant™ for Augmented Data Quality Solutions: GET THE REPORT
cancel
Showing results for 
Search instead for 
Did you mean: 
RPKosec
Contributor II
Contributor II

Qlik Sense application publish log

Hi,

I searched Qlik help, community, google,..., but I cannot find the answer to my question:
Where in Qlik Sense (QMC, log files,...) can I fins logs regarding application publish log?

Due to compliance I need to get all publish events in Qlik Sense, but I cannot find this information anywhere.

Thank you for your help!

Cheers,
Rok

Labels (2)
1 Solution

Accepted Solutions
Benoit_C
Support
Support

Hello @RPKosec,

 

If you are referring to any application published to a Stream, then the logs you are looking for are the below:
 

C:\ProgramData\Qlik\Sense\Log\Repository\Trace\SERVERNAME_Audit_Repository.txt

And

C:\ProgramData\Qlik\Sense\Log\Repository\Audit\Servername_AuditActivity_Repository.txt

 

As soon as you publish an app you'll see those information inside the above logs:

 

Command=Publish app;Result=0;ResultText=Success 


INFO SERVERNAME Audit.Repository.Repository.Core.Resource.AppResource 42 569326d1-9102-41bc-8844-ce94284953f1 DOMAINNAME\QlikServiceAccount App 'TESTAPPPUBLISHED' (TESTAPPPUBLISHED:7574ec76-2f6f-4a1c-9fd9-3e6e8e0be422) was published by user 'DOMAINNAME\UserTEST' c0de7321-3283-fc80-649e-730d1b403ef7  DOMAINNAME UserTEST  8860e4959434858b52daed5005ecaa6c577160cb

 


 

View solution in original post

3 Replies
Benoit_C
Support
Support

Hello @RPKosec,

 

If you are referring to any application published to a Stream, then the logs you are looking for are the below:
 

C:\ProgramData\Qlik\Sense\Log\Repository\Trace\SERVERNAME_Audit_Repository.txt

And

C:\ProgramData\Qlik\Sense\Log\Repository\Audit\Servername_AuditActivity_Repository.txt

 

As soon as you publish an app you'll see those information inside the above logs:

 

Command=Publish app;Result=0;ResultText=Success 


INFO SERVERNAME Audit.Repository.Repository.Core.Resource.AppResource 42 569326d1-9102-41bc-8844-ce94284953f1 DOMAINNAME\QlikServiceAccount App 'TESTAPPPUBLISHED' (TESTAPPPUBLISHED:7574ec76-2f6f-4a1c-9fd9-3e6e8e0be422) was published by user 'DOMAINNAME\UserTEST' c0de7321-3283-fc80-649e-730d1b403ef7  DOMAINNAME UserTEST  8860e4959434858b52daed5005ecaa6c577160cb

 


 

RPKosec
Contributor II
Contributor II
Author

Thank you so much, this is exactly what I was looking for.

martinmichalski1
Partner - Contributor II
Partner - Contributor II

Hello,

I am looking at C:\ProgramData\Qlik\Sense\Log\Repository\Trace\SERVERNAME_Audit_Repository.txt and C:\ProgramData\Qlik\Sense\Log\Repository\Audit\Servername_AuditActivity_Repository.txt  (also in ArchivedLogs Folder) but I cannot find which is the Stream where the apps were published at. Is there a way to find it?

Looking by AppId is not always posible, because there might be some historical logs of apps that do not exist anymore and we still want to audit their publications.

Thanks!