Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.

Archived Groups

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!

Who Me Too'd this solution

Levi_Turner
Employee
Employee

Steps:

  • Go to Engines->Logging->Tracing in the QMC and set Audit log level to Debug.
    User-added image
  • Adding following lines into C:\ProgramData\Qlik\Sense\Engine\Settings.ini.

[Settings 7]
AuditLogAllSelection=1
AuditLogMessageLimit=10000

* Need an empty row after a setting in settings.ini for it to take effect. i. e. press enter after set AuditLogAllSelection=1

  • Restart the Engine service
  • Make some selections on the application via hub.
  • Go to C:\ProgramData\Qlik\Sense\Log\Engine\Trace and look for a ServerName_Audit_Engine.txt.

 

Example output (some columns removed)

Message ProxySessionId ActiveUserDirectory ActiveUserId SessionId Document Type User ObjectId
Open 58d8c198-92d8-47c1-8cf5-1a25c6d4d12f DOMAIN UserID 171a7503-0d29-4291-854d-13f5b1055b67 6e794c0a-6913-4179-ab17-06b8a5f1c8f7 Document UserDirectory=DOMAIN; UserId=UserID
Alpha: B,C,D,E,F,G,H,I,J,K,L,M,N,O,P 58d8c198-92d8-47c1-8cf5-1a25c6d4d12f DOMAIN UserID 171a7503-0d29-4291-854d-13f5b1055b67 6e794c0a-6913-4179-ab17-06b8a5f1c8f7 Selection UserDirectory=DOMAIN; UserId=UserID rWcZndX
Exported Object pjjZXH of type barchart 58d8c198-92d8-47c1-8cf5-1a25c6d4d12f DOMAIN UserID 171a7503-0d29-4291-854d-13f5b1055b67 6e794c0a-6913-4179-ab17-06b8a5f1c8f7 Export UserDirectory=DOMAIN; UserId=UserID pjjZXH

View solution in original post

Who Me Too'd this solution