<?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 AW:Web server Log files analysis dashboard in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Web-server-Log-files-analysis-dashboard/m-p/149851#M27970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://demo.qlik.com/downloads/qvw/QlikViewServerPerformance.qvw"&gt;http://demo.qlik.com/downloads/qvw/QlikViewServerPerformance.qvw&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jul 2009 16:04:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-07-21T16:04:11Z</dc:date>
    <item>
      <title>Web server Log files analysis dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Web-server-Log-files-analysis-dashboard/m-p/149850#M27969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can anyone send me a dashboard of web server log file analysis.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Durai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 15:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Web-server-Log-files-analysis-dashboard/m-p/149850#M27969</guid>
      <dc:creator>ipauldur</dc:creator>
      <dc:date>2009-07-21T15:31:23Z</dc:date>
    </item>
    <item>
      <title>AW:Web server Log files analysis dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Web-server-Log-files-analysis-dashboard/m-p/149851#M27970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://demo.qlik.com/downloads/qvw/QlikViewServerPerformance.qvw"&gt;http://demo.qlik.com/downloads/qvw/QlikViewServerPerformance.qvw&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 16:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Web-server-Log-files-analysis-dashboard/m-p/149851#M27970</guid>
      <dc:creator />
      <dc:date>2009-07-21T16:04:11Z</dc:date>
    </item>
    <item>
      <title>AW:Web server Log files analysis dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Web-server-Log-files-analysis-dashboard/m-p/149852#M27971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;But i want apache webserver log file analysis dashboard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 16:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Web-server-Log-files-analysis-dashboard/m-p/149852#M27971</guid>
      <dc:creator>ipauldur</dc:creator>
      <dc:date>2009-07-21T16:15:33Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Web server Log files analysis dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Web-server-Log-files-analysis-dashboard/m-p/149853#M27972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about creating your own app? It's not that difficult. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I don't know any existing demos for Apache...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 16:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Web-server-Log-files-analysis-dashboard/m-p/149853#M27972</guid>
      <dc:creator />
      <dc:date>2009-07-21T16:19:12Z</dc:date>
    </item>
    <item>
      <title>Web server Log files analysis dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Web-server-Log-files-analysis-dashboard/m-p/149854#M27973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Durai,&lt;BR /&gt;&lt;BR /&gt;Obviously there are lots of options for configuring your Apache logs, so your logs might not match what I have here. You may want to post an extract of your logs to let us know what you are trying to pull in.&lt;BR /&gt;&lt;BR /&gt;This code will pull in logs in a reasonably standard format. You may need to tweak it to work with your own:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;ApacheLog:&lt;BR /&gt;LOAD&lt;BR /&gt; *,&lt;BR /&gt; if(index('.jpg.ico.gif.png',Extension) &amp;gt; 0, 'Yes', 'No') as IsImage;&lt;BR /&gt;LOAD&lt;BR /&gt; *,&lt;BR /&gt; if(index(Page, '.', -1) &amp;gt; 0, mid(Page, index(Page, '.', -1)), '') as Extension;&lt;BR /&gt;LOAD&lt;BR /&gt; *,&lt;BR /&gt; if(index(URL, '?') &amp;gt; 0, mid(URL,1, index(URL, '?') -1), URL) as Page,&lt;BR /&gt; if(index(URL, '?') &amp;gt; 0, mid(URL,index(URL, '?')+1), '') as Params;&lt;BR /&gt;LOAD&lt;BR /&gt; *,&lt;BR /&gt; daystart(DateTime) as Date,&lt;BR /&gt; mid(RawRequest, 1, index(RawRequest, ' ', 1)) as Method,&lt;BR /&gt; mid(RawRequest, index(RawRequest, ' ', 1),&lt;BR /&gt; index(RawRequest, ' ', 2) - index(RawRequest,&lt;BR /&gt; ' ', 1)) as URL,&lt;BR /&gt; mid(RawRequest, index(RawRequest, ' ', 2)) as Protocol,&lt;BR /&gt; if(index(Referrer, '/', 3) &amp;gt; 0,&lt;BR /&gt; mid(Referrer, index(Referrer, '/', 2) + 1,&lt;BR /&gt; (index(Referrer, '/', 3) - index(Referrer, '/', 2)) - 1), '') as ReferrerSite;&lt;BR /&gt;LOAD&lt;BR /&gt; @1 as IPAddress,&lt;BR /&gt; date(date#(mid(@4, 2, 21), 'DD/MMM/YYY:hh:mm:ss'), 'DD MMM YYYY hh:mm:ss') as DateTime,&lt;BR /&gt; replace(@5, ']', '') as TimeZone,&lt;BR /&gt; @6 as RawRequest,&lt;BR /&gt; @7 as Response,&lt;BR /&gt; @8 as Bytes,&lt;BR /&gt; @9 as Referrer,&lt;BR /&gt; @10 as Browser&lt;BR /&gt;FROM&lt;BR /&gt;c:\logfiles\*.dat&lt;BR /&gt;(txt, codepage is 1252, no labels, delimiter is spaces, msq);&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;That should certainly give you a good start. Post back how you get on with it. &lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 20:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Web-server-Log-files-analysis-dashboard/m-p/149854#M27973</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2009-07-21T20:02:34Z</dc:date>
    </item>
    <item>
      <title>Web server Log files analysis dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Web-server-Log-files-analysis-dashboard/m-p/149855#M27974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Steve,&lt;/P&gt;&lt;P&gt;Great, Thanks.&lt;/P&gt;&lt;P&gt;Really ,i was struggling to load that log file.&lt;/P&gt;&lt;P&gt;Now it is working fantastic.&lt;/P&gt;&lt;P&gt;Can i get sample dashboard using these log file?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Durai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 20:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Web-server-Log-files-analysis-dashboard/m-p/149855#M27974</guid>
      <dc:creator>ipauldur</dc:creator>
      <dc:date>2009-07-21T20:29:35Z</dc:date>
    </item>
    <item>
      <title>Web server Log files analysis dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Web-server-Log-files-analysis-dashboard/m-p/149856#M27975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Durai,&lt;/P&gt;&lt;P&gt;No worries. I haven't done a dashboard as such with an Apache log file, but you can have the .qvw as it stands. It just shows the data on a single screen. Adding charts and the like should be pretty straightforward from there.&lt;/P&gt;&lt;P&gt;I've spotted a bug in the code I posted above, where it is extracting the Page field, it should read:&lt;/P&gt;&lt;P&gt;if(index(URL, '?') &amp;gt; 0, mid(URL,1, index(URL, '?') -1), URL) as Page,&lt;/P&gt;&lt;P&gt;In the code as it is posted above the '-1' is in the wrong place, causing it to not report pages which have parameters.&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 21:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Web-server-Log-files-analysis-dashboard/m-p/149856#M27975</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2009-07-21T21:28:59Z</dc:date>
    </item>
    <item>
      <title>Web server Log files analysis dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Web-server-Log-files-analysis-dashboard/m-p/149857#M27976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Steve,&lt;/P&gt;&lt;P&gt;Thanks for your support.&lt;/P&gt;&lt;P&gt;I am facing a new issue, Actually , i have the log file size is around 1.5GB.&lt;/P&gt;&lt;P&gt;If i am trying to load using the script which is sent by you, then getting error "Out of virtual memory" after fetching 22 lakhs records.&lt;/P&gt;&lt;P&gt;Even if iam writing where condition for particular period(eg:for 1 month data) then also receiving the error.&lt;/P&gt;&lt;P&gt;My pc has 4GB Ram. Is there any other way to do the reload.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Durai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jul 2009 15:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Web-server-Log-files-analysis-dashboard/m-p/149857#M27976</guid>
      <dc:creator>ipauldur</dc:creator>
      <dc:date>2009-07-26T15:44:28Z</dc:date>
    </item>
    <item>
      <title>Web server Log files analysis dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Web-server-Log-files-analysis-dashboard/m-p/149858#M27977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Timestamps will use a lot of storage because of the number of unique values. Try to parse date and time into two seperate fields. Instead of:&lt;/P&gt;&lt;P&gt;date(date#(mid(@4, 2, 21), 'DD/MMM/YYY:hh:mm:ss'), 'DD MMM YYYY hh:mm:ss') as DateTime&lt;/P&gt;&lt;P&gt;use:&lt;BR /&gt;date(date#(mid(@4, 2, 12), 'DD/MMM/YYYY'), 'DD MMM YYYY') as Date&lt;BR /&gt;time(time#(mid(@4, 17 8), 'hh:mm:ss'), 'hh:mm:ss') as Time&lt;/P&gt;&lt;P&gt;I may not have the offsets right, but hopefully you get the idea.&lt;/P&gt;&lt;P&gt;Also, do you need the RawRequest field? If you have a lot of query strings (?) you can have many unique values, taking a tremendous amount of storage. Perhaps you can just extract the page name?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 06:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Web-server-Log-files-analysis-dashboard/m-p/149858#M27977</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-07-27T06:33:49Z</dc:date>
    </item>
  </channel>
</rss>

