<?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 How to add IP Address to Operations Monitor app? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-add-IP-Address-to-Operations-Monitor-app/m-p/2156678#M93698</link>
    <description>&lt;P&gt;The Operations Monitor 7.16 is great to analyze QS usage, but I would like to add the IP address from where the users are logged in for certain activities, such as &lt;STRONG&gt;Exporting overview&lt;/STRONG&gt;. I'm struggling trying to add this field, because the data loading is very complex.&lt;/P&gt;
&lt;P&gt;I'm just getting started with Qlik Sense, any tips on how can I achieve that?. I know the IP address is in the Proxy Trace Audit Log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Dec 2023 13:46:44 GMT</pubDate>
    <dc:creator>nlopedebarrios</dc:creator>
    <dc:date>2023-12-28T13:46:44Z</dc:date>
    <item>
      <title>How to add IP Address to Operations Monitor app?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-IP-Address-to-Operations-Monitor-app/m-p/2156678#M93698</link>
      <description>&lt;P&gt;The Operations Monitor 7.16 is great to analyze QS usage, but I would like to add the IP address from where the users are logged in for certain activities, such as &lt;STRONG&gt;Exporting overview&lt;/STRONG&gt;. I'm struggling trying to add this field, because the data loading is very complex.&lt;/P&gt;
&lt;P&gt;I'm just getting started with Qlik Sense, any tips on how can I achieve that?. I know the IP address is in the Proxy Trace Audit Log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 13:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-IP-Address-to-Operations-Monitor-app/m-p/2156678#M93698</guid>
      <dc:creator>nlopedebarrios</dc:creator>
      <dc:date>2023-12-28T13:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to add IP Address to Operations Monitor app?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-IP-Address-to-Operations-Monitor-app/m-p/2156909#M93730</link>
      <description>&lt;P&gt;At the moment, there is no way to find the IP address what i recall according to Qlik GDPR rules.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, make sure from your QMC this is enabled towards Virtual proxy?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anil_Babu_Samineni_0-1703877023375.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/126278iBAD32326A0DECE0A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Anil_Babu_Samineni_0-1703877023375.png" alt="Anil_Babu_Samineni_0-1703877023375.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Anyway, this is storing in logs (How much accurate is this, I never tried). from there see if you can grab those logs to your tools.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2023 19:11:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-IP-Address-to-Operations-Monitor-app/m-p/2156909#M93730</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2023-12-29T19:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to add IP Address to Operations Monitor app?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-IP-Address-to-Operations-Monitor-app/m-p/2157441#M93770</link>
      <description>&lt;P&gt;Hi, and Happy New Year.&lt;/P&gt;
&lt;P&gt;According to the documentation, IPAddress can be found in the Qlik Sense Proxy Service (QPS): Service&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-admin/November2023/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/Server-Logging-Tracing-Log-File-Format-Additional-Fields-Audit-Log.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense-admin/November2023/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/Server-Logging-Tracing-Log-File-Format-Additional-Fields-Audit-Log.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Looking at the server, the file I needed to load is located in &lt;STRONG&gt;\ProgramData\Qlik\Sense\Log\Proxy\Trace&lt;/STRONG&gt;, named &lt;STRONG&gt;xyz_audit_proxy.txt&lt;/STRONG&gt; (wich is actually in the folder)&lt;/P&gt;
&lt;P&gt;I've added this line at the end of the &lt;STRONG&gt;logList&lt;/STRONG&gt;:&lt;/P&gt;
&lt;PRE&gt; Proxy, Trace, Audit, Timestamp, fieldsProxyAudit&lt;/PRE&gt;
&lt;P&gt;following the pattern found for other files.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So far I see this as progress, but I'm getting this error:&lt;/P&gt;
&lt;PRE class="edc_error"&gt;Unexpected token: ',', expected one of: '(', '*', 'IDENTIFIER', 'LITERAL_FIELD', 'Yellow',&lt;BR /&gt; 'ZTestw_z', 'OPERATOR_PLUS', ...&lt;BR /&gt;&lt;BR /&gt;Error line:&lt;BR /&gt;&lt;BR /&gt;CONCATENATE (working) Load Round(TimeStamp(ConvertToLocalTime(Round("Timestamp",1/86400)))&lt;BR /&gt;,1/1440) &amp;amp;'|' &amp;amp; Round(ConvertToLocalTime(Timestamp),1/1440) AS _date_time_link, &lt;BR /&gt;TimeStamp(ConvertToLocalTime(Round("Timestamp",1/86400))) AS LogEntryPeriodStart, &lt;BR /&gt;timestamp(ConvertToLocalTime(Round(Timestamp,1/86400))) AS LogTimeStamp, &lt;BR /&gt;Message, &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;,&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; Id as Id_temp &lt;BR /&gt;// Unique Identifier for Log entry to be used in the WHERE NOT EXISTS () &lt;BR /&gt;clause to avoid loading duplicate log entries&lt;BR /&gt;FROM 'lib://ServerLogFolder/Proxy/Trace/TABLEROS_Audit_Proxy.txt' &lt;BR /&gt;(txt, utf8, embedded labels, delimiter is '\t', msq) WHERE isnum(Sequence#)&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 12:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-IP-Address-to-Operations-Monitor-app/m-p/2157441#M93770</guid>
      <dc:creator>nlopedebarrios</dc:creator>
      <dc:date>2024-01-02T12:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to add IP Address to Operations Monitor app?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-IP-Address-to-Operations-Monitor-app/m-p/2157506#M93781</link>
      <description>&lt;P&gt;Added this line into &lt;STRONG&gt;defineFields&lt;/STRONG&gt; section and voilá, except now I have a synthetic key:&lt;/P&gt;
&lt;PRE&gt;LET fieldsProxyAudit = 'Timestamp, ActiveUserId, IpAddress, AppId';&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Data loads fine, except the IPAddress field is mostly empty.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Further recommendations appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 14:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-IP-Address-to-Operations-Monitor-app/m-p/2157506#M93781</guid>
      <dc:creator>nlopedebarrios</dc:creator>
      <dc:date>2024-01-02T14:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to add IP Address to Operations Monitor app?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-IP-Address-to-Operations-Monitor-app/m-p/2518531#M106113</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello! Where exactly did you add this in the application?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Would this be the IP of the user's machine that accessed the qlik sense user?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 19:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-IP-Address-to-Operations-Monitor-app/m-p/2518531#M106113</guid>
      <dc:creator>Felipe02</dc:creator>
      <dc:date>2025-05-21T19:44:26Z</dc:date>
    </item>
  </channel>
</rss>

