Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
jjb427
Partner - Contributor III
Partner - Contributor III

What is the endpoint for extracting activity data from Qlik Sense Enterprise on Windows?

Hi, I'm looking for something similar to the audits endpoint in Qlik Cloud but for Qlik Sense Enterprise on Windows/Client-Managed. Additionally, are there any further documentation on this API? What I'm seeing here doesn't include descriptions of what each endpoint is fetching.

Labels (2)
4 Replies
Anil_Babu_Samineni

@jjb427 What activity data you are looking for? Perhaps grab piece of code from Monitoring Apps and the endpoint URL's?

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
jjb427
Partner - Contributor III
Partner - Contributor III
Author

Hi @Anil_Babu_Samineni, I'm looking for audit data like a new app was created, or an oauth token was issued, such as is available in qlik cloud:

  • com.qlik.app.data.updated
  • com.qlik.oauth-token.issued
  • com.qlik.user-session.begin

Is there a way to programmatically extract from the Operations Monitor?

JonnyPoole
Former Employee
Former Employee

That information is stored in logs.  There is an ArchivedLogs folder connection available on the central node of Qlik Sense sites. From there you can connect to Qlik Sense audit logs. 

As mentioned previously in this thread, some of the info is already loaded into monitoring apps. 

https://help.qlik.com/en-US/sense-admin/February2024/Subsystems/DeployAdministerQSE/Content/Sense_De...

https://help.qlik.com/en-US/sense-admin/February2024/Subsystems/DeployAdministerQSE/Content/Sense_De...

 

https://help.qlik.com/en-US/sense-admin/February2024/Subsystems/DeployAdministerQSE/Content/Sense_De...

 

You might find some additional solutions in this outstanding resource:

https://adminplaybook.qlik-poc.com/

 

 

Anil_Babu_Samineni

For Auth() logs I wonder that is already register in your Monitoring apps, But for sure you can get is here: %ProgramData%\Qlik\Sense\Logs

And, you can explore this tool as well (I like very much for Auditing for Performance):LogAnalysis App: The Qlik Sense app for troublesho... - Qlik Community - 1978667

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