Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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
Thank you so much, this is exactly what I was looking for.
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!