<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Qlik SaaS Audit Logs Application in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-SaaS-Audit-Logs-Application/m-p/2517785#M3258</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48869"&gt;@Kongson&lt;/a&gt;&amp;nbsp; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any way to fetch log from qlik saas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 May 2025 13:38:09 GMT</pubDate>
    <dc:creator>TejalJadhav92</dc:creator>
    <dc:date>2025-05-14T13:38:09Z</dc:date>
    <item>
      <title>Qlik SaaS Audit Logs Application</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-SaaS-Audit-Logs-Application/m-p/1941012#M283</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Topic&lt;/U&gt;&lt;/STRONG&gt;&lt;BR /&gt;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.&amp;nbsp; Some data transformation is needed to make the information meaningful and visible.&lt;/P&gt;
&lt;P&gt;I have tried to create a Qlik Sense application that calls the API and transform all information into a single data model.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="audit_log.png" style="width: 121px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/81259iFADB3F4912896044/image-dimensions/121x98?v=v2" width="121" height="98" role="button" title="audit_log.png" alt="audit_log.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;Qlik SaaS Aduit Logs Application&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;The below information has been extracted:&lt;BR /&gt;- User Log&lt;BR /&gt;- Space Log&lt;BR /&gt;- Space Assignment Log&lt;BR /&gt;- User Session &lt;BR /&gt;- App Reload&lt;BR /&gt;- App Load&lt;BR /&gt;- App Table Export Log&lt;BR /&gt;- App Export Log&lt;BR /&gt;- App Object Log&lt;BR /&gt;- App Publish Log&lt;BR /&gt;- App Data Updated Log&lt;BR /&gt;- License Assignment Log&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="archive.png" style="width: 884px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/81260iE69B22924713D9A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="archive.png" alt="archive.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="example.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/81261iEC1260518B3D64AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="example.png" alt="example.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Keep Connected&lt;BR /&gt;Drop me a message for discussion and sharing if you find this interesting and useful.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 23:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-SaaS-Audit-Logs-Application/m-p/1941012#M283</guid>
      <dc:creator>Kongson</dc:creator>
      <dc:date>2025-03-19T23:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SaaS Audit Logs Application</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-SaaS-Audit-Logs-Application/m-p/2036129#M750</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could you help me with this app, please.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 17:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-SaaS-Audit-Logs-Application/m-p/2036129#M750</guid>
      <dc:creator>ptpaspuel</dc:creator>
      <dc:date>2023-02-09T17:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SaaS Audit Logs Application</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-SaaS-Audit-Logs-Application/m-p/2036255#M751</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can create a rest connection to get the data.&amp;nbsp; Please refer to the API endpoint here.&amp;nbsp; &amp;nbsp;&lt;A href="https://qlik.dev/apis/rest/audits" target="_blank"&gt;https://qlik.dev/apis/rest/audits&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 01:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-SaaS-Audit-Logs-Application/m-p/2036255#M751</guid>
      <dc:creator>Kongson</dc:creator>
      <dc:date>2023-02-10T01:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SaaS Audit Logs Application</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-SaaS-Audit-Logs-Application/m-p/2440310#M2106</link>
      <description>&lt;P&gt;Is there any chance you can share this app to the community? Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 15:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-SaaS-Audit-Logs-Application/m-p/2440310#M2106</guid>
      <dc:creator>Manuel-Romeror</dc:creator>
      <dc:date>2024-04-11T15:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SaaS Audit Logs Application</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-SaaS-Audit-Logs-Application/m-p/2461436#M2400</link>
      <description>&lt;P&gt;If you are still interested in the app, you can find the app in my github.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/kongson-cheung/qlik-saas-application/blob/a5d19c8cdcf7732357ef3aeac6313f351c79885e/Qlik%20SaaS%20Audit%20Logs%20(template%20developed%20by%20Dr.%20Kongson%20Cheung).qvf" target="_blank"&gt;https://github.com/kongson-cheung/qlik-saas-application/blob/a5d19c8cdcf7732357ef3aeac6313f351c79885e/Qlik%20SaaS%20Audit%20Logs%20(template%20developed%20by%20Dr.%20Kongson%20Cheung).qvf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 02:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-SaaS-Audit-Logs-Application/m-p/2461436#M2400</guid>
      <dc:creator>Kongson</dc:creator>
      <dc:date>2024-06-12T02:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SaaS Audit Logs Application</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-SaaS-Audit-Logs-Application/m-p/2483981#M2687</link>
      <description>&lt;P&gt;This is great - I'd love to see Qlik adopt &amp;amp; adapt this and make it one of the monitoring apps available to install using the automation. What do you think&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49113"&gt;@Daniel_Pilla&lt;/a&gt;&amp;nbsp;?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 10:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-SaaS-Audit-Logs-Application/m-p/2483981#M2687</guid>
      <dc:creator>AlexOmetis</dc:creator>
      <dc:date>2024-09-27T10:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SaaS Audit Logs Application</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-SaaS-Audit-Logs-Application/m-p/2484027#M2688</link>
      <description>&lt;P&gt;Thanks, very impressive. Really I appreciate you to continue your work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;&lt;A href="https://www.crediblebh.ltd/" target="_blank" rel="noopener"&gt;&lt;FONT color="#FFFFFF"&gt;CredibleBH&lt;/FONT&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 12:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-SaaS-Audit-Logs-Application/m-p/2484027#M2688</guid>
      <dc:creator>CheerfulKoala</dc:creator>
      <dc:date>2024-09-27T12:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SaaS Audit Logs Application</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-SaaS-Audit-Logs-Application/m-p/2517785#M3258</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48869"&gt;@Kongson&lt;/a&gt;&amp;nbsp; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any way to fetch log from qlik saas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 13:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-SaaS-Audit-Logs-Application/m-p/2517785#M3258</guid>
      <dc:creator>TejalJadhav92</dc:creator>
      <dc:date>2025-05-14T13:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SaaS Audit Logs Application</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-SaaS-Audit-Logs-Application/m-p/2530007#M3379</link>
      <description>&lt;P&gt;I don't think it is possible if Qlik does not release the API to do so.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 00:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Qlik-SaaS-Audit-Logs-Application/m-p/2530007#M3379</guid>
      <dc:creator>Kongson</dc:creator>
      <dc:date>2025-09-08T00:42:52Z</dc:date>
    </item>
  </channel>
</rss>

