<?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 Monitoring Apps in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Monitoring-Apps/m-p/2548777#M110215</link>
    <description>&lt;P class=""&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/188054"&gt;@suriyasankar&lt;/a&gt;,&lt;/P&gt;&lt;P class=""&gt;The License Monitor only shows apps that have been accessed — that's by design, not a bug. Apps with no sessions simply have no log records to appear.&lt;/P&gt;&lt;P class=""&gt;For your actual use case you need two different tools:&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Full app inventory → App Metadata Analyzer&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;This is the right starting point. It pulls metadata from every app on the server via the QRS API regardless of whether anyone has ever opened them. It ships with QSE but isn't imported into the QMC by default — you'll need to import it and set up a reload task. Once running, it gives you a complete list of all apps across all streams, which you can filter by stream to see what's published there.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Usage data → Operations Monitor&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;Cross-reference the App Metadata Analyzer's app list against the Operations Monitor's session data to identify which apps in a stream have zero sessions — those are your candidates for access review or removal.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;"Which users can see a given app?" → QRS API&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;Stream access is role-based in QSE, so no monitoring app surfaces this natively. The audit endpoint is the right approach — it's what the QMC's own Audit screen uses under the hood:&lt;/P&gt;&lt;P class=""&gt;POST /qrs/systemrule/security/audit/matrix&lt;/P&gt;&lt;P class=""&gt;You pass a JSON body specifying resourceType: "App" along with user and resource filters, and it returns a matrix of who has access to what. Note that on larger environments this can be slow to respond, so it's better suited for targeted queries than broad exports.&lt;/P&gt;&lt;P class=""&gt;If scripting isn't an option, the QMC Audit screen (Security → Audit) gives you the same result interactively without touching the API.&lt;/P&gt;&lt;P class=""&gt;Hope that helps!&lt;/P&gt;</description>
    <pubDate>Fri, 08 May 2026 15:31:38 GMT</pubDate>
    <dc:creator>AnaSilva</dc:creator>
    <dc:date>2026-05-08T15:31:38Z</dc:date>
    <item>
      <title>Qlik Monitoring Apps</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Monitoring-Apps/m-p/2548741#M110213</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I want to ask a question regarding Qlik Sense Enterprise 2022. I want to know about apps, app streams, and user (user ID) lists. I can get some details from the License Monitor, but it only shows accessed data.&lt;/P&gt;&lt;P&gt;I want to see both accessed and not accessed data. For example, I have a stream with 10 applications, but I have accessed only 2. In the License Monitor, it shows only those 2 applications, and the remaining applications are not shown.&lt;/P&gt;&lt;P&gt;I need help understanding how to get the full list of apps assigned to a user (including not accessed apps), so I can analyze usage and decide whether to restrict app or stream access for users.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Suriya&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2026 12:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Monitoring-Apps/m-p/2548741#M110213</guid>
      <dc:creator>suriyasankar</dc:creator>
      <dc:date>2026-05-08T12:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Monitoring Apps</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Monitoring-Apps/m-p/2548777#M110215</link>
      <description>&lt;P class=""&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/188054"&gt;@suriyasankar&lt;/a&gt;,&lt;/P&gt;&lt;P class=""&gt;The License Monitor only shows apps that have been accessed — that's by design, not a bug. Apps with no sessions simply have no log records to appear.&lt;/P&gt;&lt;P class=""&gt;For your actual use case you need two different tools:&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Full app inventory → App Metadata Analyzer&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;This is the right starting point. It pulls metadata from every app on the server via the QRS API regardless of whether anyone has ever opened them. It ships with QSE but isn't imported into the QMC by default — you'll need to import it and set up a reload task. Once running, it gives you a complete list of all apps across all streams, which you can filter by stream to see what's published there.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Usage data → Operations Monitor&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;Cross-reference the App Metadata Analyzer's app list against the Operations Monitor's session data to identify which apps in a stream have zero sessions — those are your candidates for access review or removal.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;"Which users can see a given app?" → QRS API&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;Stream access is role-based in QSE, so no monitoring app surfaces this natively. The audit endpoint is the right approach — it's what the QMC's own Audit screen uses under the hood:&lt;/P&gt;&lt;P class=""&gt;POST /qrs/systemrule/security/audit/matrix&lt;/P&gt;&lt;P class=""&gt;You pass a JSON body specifying resourceType: "App" along with user and resource filters, and it returns a matrix of who has access to what. Note that on larger environments this can be slow to respond, so it's better suited for targeted queries than broad exports.&lt;/P&gt;&lt;P class=""&gt;If scripting isn't an option, the QMC Audit screen (Security → Audit) gives you the same result interactively without touching the API.&lt;/P&gt;&lt;P class=""&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2026 15:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Monitoring-Apps/m-p/2548777#M110215</guid>
      <dc:creator>AnaSilva</dc:creator>
      <dc:date>2026-05-08T15:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Monitoring Apps</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Monitoring-Apps/m-p/2548816#M110216</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/188054"&gt;@suriyasankar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;most of the data you are looking for is in the operation monitor.&lt;/P&gt;&lt;P&gt;However, there are a number of monitoring applications included with Qlik that are not deployed by default and are more specific.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#339966"&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;Sessions Monitor&lt;/SPAN&gt;&amp;nbsp;app&lt;/STRONG&gt; shows log data about usage of apps. (this is the one your are looking for)&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;Log Monitor&lt;/SPAN&gt;&amp;nbsp;app&lt;/STRONG&gt; presents nearly all log data available and enables trend analysis and troubleshooting.&lt;/LI&gt;&lt;LI&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;Reloads Monitor&lt;/SPAN&gt;&amp;nbsp;app&lt;/STRONG&gt; presents detailed information about reload data, both from the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;QMC&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and apps open in the hub.&lt;/LI&gt;&lt;LI&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;Sense Connector Logs Analyzer&lt;/SPAN&gt;&amp;nbsp;app&lt;/STRONG&gt; provides insights into usage and errors of specific&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Qlik&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;connectors.&lt;/LI&gt;&lt;LI&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;App Metadata Analyzer&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;nbsp;app&lt;/STRONG&gt; provides a holistic view of all your&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Qlik Sense&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;apps, including granular level detail of an apps data model and its resource utilization.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Y&lt;/SPAN&gt;&lt;SPAN&gt;ou can find them within the server in this directory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;%ProgramData%\Qlik\Sense\Repository\DefaultApps\&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;you can check this for the &lt;FONT color="#339966"&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;Sessions Monitor&lt;/SPAN&gt;&amp;nbsp;app&lt;/STRONG&gt; &lt;/FONT&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense-admin/November2025/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Administer_QSEoW/Monitoring_QSEoW/Sessions-monitor-app.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense-admin/November2025/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Administer_QSEoW/Monitoring_QSEoW/Sessions-monitor-app.htm&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RafaelBarrios_0-1778423345846.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188249i08141127F913F50C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RafaelBarrios_0-1778423345846.png" alt="RafaelBarrios_0-1778423345846.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;help users find answers! Don't forget to mark a solution that worked for you &amp;amp; to smash the like button!&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2026 14:31:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Monitoring-Apps/m-p/2548816#M110216</guid>
      <dc:creator>RafaelBarrios</dc:creator>
      <dc:date>2026-05-10T14:31:42Z</dc:date>
    </item>
  </channel>
</rss>

