<?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>article Qlik Sense Enterprirse on Windows Log Archiver / Eraser in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprirse-on-Windows-Log-Archiver-Eraser/ta-p/1491448</link>
    <description>&lt;P&gt;This is a PowerShell script which will move (or delete) older logs from the Qlik Sense default logging directories. This is useful as a tool to cleanup old logs if there are no requirements to keep them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The valid configurable parameters are:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;$days&lt;/FONT&gt;: Age threshold. The default value of 60 will move/erase all logs older than 60 days old&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;$option1&lt;/FONT&gt;&lt;SPAN&gt; - This will move the files (see &lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://technet.microsoft.com/en-us/library/cc733145(v=ws.11).aspx" target="_blank" rel="noopener"&gt;the robocopy flags&lt;/A&gt;&lt;SPAN&gt; for more configurable options)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;$option2&lt;/FONT&gt;&lt;SPAN&gt;: This will move the files in all sub-directories (see &lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://technet.microsoft.com/en-us/library/cc733145(v=ws.11).aspx" target="_blank" rel="noopener"&gt;the robocopy flags&lt;/A&gt;&lt;SPAN&gt; for more configurable options)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;$option3&lt;/FONT&gt;&lt;SPAN&gt;: is for fine tuning robocopy, set to only touch files.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;$option4&lt;/FONT&gt;&lt;SPAN&gt;: set the logfile location&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;$source&lt;/FONT&gt;&lt;SPAN&gt; - This is the path where you want to copy &lt;/SPAN&gt;&lt;EM style="font-family: inherit;"&gt;from&lt;/EM&gt;&lt;SPAN&gt;. The default value is the Archived Logs folder, which is typically the place where old logs go.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;$dest&lt;/FONT&gt;&lt;SPAN&gt;: The place where the logs will be moved to&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;$removelogs&lt;/FONT&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;N&lt;/FONT&gt;&lt;SPAN&gt;(o) then the logs will be kept in the &lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;$dest&lt;/FONT&gt;&lt;SPAN&gt; path or &lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;Y&lt;/FONT&gt;&lt;SPAN&gt;(es) then the logs will be deleted from the &lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;$dest&lt;/FONT&gt;&lt;SPAN&gt; path&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Changelog:&lt;/P&gt;
&lt;P&gt;v2: added /LOG:$scriptDir\robolog.log /MT to robocopy. ~40% performance improvement&lt;/P&gt;
&lt;P&gt;v3: added a better handling of deleting files + and additional version without robocopy if you just need to clean the files called deletearchivedlogs_olderthan60days.ps1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;DISCLAIMER&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;This tool is provided free of charge and is not supported. Qlik Sense Log Archiver / Eraser is not an official Qlik Sense product and is provided without warranty. Use of this script is entirely at the user's own risk.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Aug 2022 12:26:35 GMT</pubDate>
    <dc:creator>Levi_Turner</dc:creator>
    <dc:date>2022-08-02T12:26:35Z</dc:date>
    <item>
      <title>Qlik Sense Enterprirse on Windows Log Archiver / Eraser</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprirse-on-Windows-Log-Archiver-Eraser/ta-p/1491448</link>
      <description>&lt;P&gt;This is a PowerShell script which will move (or delete) older logs from the Qlik Sense default logging directories. This is useful as a tool to cleanup old logs if there are no requirements to keep them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The valid configurable parameters are:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;$days&lt;/FONT&gt;: Age threshold. The default value of 60 will move/erase all logs older than 60 days old&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;$option1&lt;/FONT&gt;&lt;SPAN&gt; - This will move the files (see &lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://technet.microsoft.com/en-us/library/cc733145(v=ws.11).aspx" target="_blank" rel="noopener"&gt;the robocopy flags&lt;/A&gt;&lt;SPAN&gt; for more configurable options)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;$option2&lt;/FONT&gt;&lt;SPAN&gt;: This will move the files in all sub-directories (see &lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://technet.microsoft.com/en-us/library/cc733145(v=ws.11).aspx" target="_blank" rel="noopener"&gt;the robocopy flags&lt;/A&gt;&lt;SPAN&gt; for more configurable options)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;$option3&lt;/FONT&gt;&lt;SPAN&gt;: is for fine tuning robocopy, set to only touch files.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;$option4&lt;/FONT&gt;&lt;SPAN&gt;: set the logfile location&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;$source&lt;/FONT&gt;&lt;SPAN&gt; - This is the path where you want to copy &lt;/SPAN&gt;&lt;EM style="font-family: inherit;"&gt;from&lt;/EM&gt;&lt;SPAN&gt;. The default value is the Archived Logs folder, which is typically the place where old logs go.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;$dest&lt;/FONT&gt;&lt;SPAN&gt;: The place where the logs will be moved to&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;$removelogs&lt;/FONT&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;N&lt;/FONT&gt;&lt;SPAN&gt;(o) then the logs will be kept in the &lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;$dest&lt;/FONT&gt;&lt;SPAN&gt; path or &lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;Y&lt;/FONT&gt;&lt;SPAN&gt;(es) then the logs will be deleted from the &lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;$dest&lt;/FONT&gt;&lt;SPAN&gt; path&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Changelog:&lt;/P&gt;
&lt;P&gt;v2: added /LOG:$scriptDir\robolog.log /MT to robocopy. ~40% performance improvement&lt;/P&gt;
&lt;P&gt;v3: added a better handling of deleting files + and additional version without robocopy if you just need to clean the files called deletearchivedlogs_olderthan60days.ps1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;DISCLAIMER&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;This tool is provided free of charge and is not supported. Qlik Sense Log Archiver / Eraser is not an official Qlik Sense product and is provided without warranty. Use of this script is entirely at the user's own risk.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 12:26:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprirse-on-Windows-Log-Archiver-Eraser/ta-p/1491448</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2022-08-02T12:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Log Archiver / Eraser</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprirse-on-Windows-Log-Archiver-Eraser/tac-p/1491449#M6989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your two first link in "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;see &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://https//technet.microsoft.com/en-us/library/cc733145(v=ws.11).aspx" rel="nofollow" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;" target="_blank"&gt;the robocopy flags&lt;/A&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;" are wrong:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; They are &lt;A href="http://https//technet.microsoft.com/en-us/library/cc733145(v=ws.11).aspx" title="http://https//technet.microsoft.com/en-us/library/cc733145(v=ws.11).aspx"&gt;http://https//technet.microsoft.com/en-us/library/cc733145(v=ws.11).aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; insted of &lt;A href="https://technet.microsoft.com/en-us/library/cc733145(v=ws.11).aspx"&gt;https://technet.microsoft.com/en-us/library/cc733145(v=ws.11).aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The commented link in the script is good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Luc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 13:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprirse-on-Windows-Log-Archiver-Eraser/tac-p/1491449#M6989</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-18T13:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Log Archiver / Eraser</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprirse-on-Windows-Log-Archiver-Eraser/tac-p/1491450#M6990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You fix partially the link (&lt;STRONG&gt;the : is missing&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now they are &lt;A href="http://http//https//technet.microsoft.com/en-us/library/cc733145(v=ws.11).aspx"&gt;http//https//technet.microsoft.com/en-us/library/cc733145(v=ws.11).aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Instead of &lt;A href="http://https//technet.microsoft.com/en-us/library/cc733145(v=ws.11).aspx" title="http://https//technet.microsoft.com/en-us/library/cc733145(v=ws.11).aspx"&gt;http://https//technet.microsoft.com/en-us/library/cc733145(v=ws.11).aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Luc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 15:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprirse-on-Windows-Log-Archiver-Eraser/tac-p/1491450#M6990</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-18T15:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Log Archiver / Eraser</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprirse-on-Windows-Log-Archiver-Eraser/tac-p/1491451#M6991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the correction, Luc. I have updated the links to work properly now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Qlik Community Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 16:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprirse-on-Windows-Log-Archiver-Eraser/tac-p/1491451#M6991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-18T16:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Log Archiver / Eraser</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprirse-on-Windows-Log-Archiver-Eraser/tac-p/1491452#M6992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it. Thanks a lot, &lt;A href="https://community.qlik.com/qlik-users/184092"&gt;ltu&lt;/A&gt; I owe you a beer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 15:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprirse-on-Windows-Log-Archiver-Eraser/tac-p/1491452#M6992</guid>
      <dc:creator>elyM</dc:creator>
      <dc:date>2018-10-12T15:57:05Z</dc:date>
    </item>
  </channel>
</rss>

