<?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 Web browser analytics for web site in Security</title>
    <link>https://community.splunk.com/t5/Security/Web-browser-analytics-for-web-site/m-p/157257#M4708</link>
    <description>&lt;P&gt;I am trying to do some analytics out of the apache log file for the breakdown on types of browsers accessing the site. I have found the following script and a reference to the "documentation" which says "click here for the latest version" which goes nowhere.  &lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/JustinAzoff/splunk-scripts/blob/master/ua2os.py"&gt;https://github.com/JustinAzoff/splunk-scripts/blob/master/ua2os.py&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Anyway I'm using Splunk 6.1.2 and wnat to know :&lt;BR /&gt;
a. Is this type of script still valid from trying to generate dashboards and information as identified above&lt;BR /&gt;
b. Is there any documentation that discusses how to do this for Splunk 6.x&lt;/P&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;P&gt;c. Preferably a step by step guide on how to get such a script working?&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jul 2014 01:46:14 GMT</pubDate>
    <dc:creator>rickwylie</dc:creator>
    <dc:date>2014-07-25T01:46:14Z</dc:date>
    <item>
      <title>Web browser analytics for web site</title>
      <link>https://community.splunk.com/t5/Security/Web-browser-analytics-for-web-site/m-p/157257#M4708</link>
      <description>&lt;P&gt;I am trying to do some analytics out of the apache log file for the breakdown on types of browsers accessing the site. I have found the following script and a reference to the "documentation" which says "click here for the latest version" which goes nowhere.  &lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/JustinAzoff/splunk-scripts/blob/master/ua2os.py"&gt;https://github.com/JustinAzoff/splunk-scripts/blob/master/ua2os.py&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Anyway I'm using Splunk 6.1.2 and wnat to know :&lt;BR /&gt;
a. Is this type of script still valid from trying to generate dashboards and information as identified above&lt;BR /&gt;
b. Is there any documentation that discusses how to do this for Splunk 6.x&lt;/P&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;P&gt;c. Preferably a step by step guide on how to get such a script working?&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 01:46:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Web-browser-analytics-for-web-site/m-p/157257#M4708</guid>
      <dc:creator>rickwylie</dc:creator>
      <dc:date>2014-07-25T01:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Web browser analytics for web site</title>
      <link>https://community.splunk.com/t5/Security/Web-browser-analytics-for-web-site/m-p/157258#M4709</link>
      <description>&lt;P&gt;Have you completed forwarder and indexer configurations and indexed your logs? Can you post some sample log events from your log file.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 03:18:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Web-browser-analytics-for-web-site/m-p/157258#M4709</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-07-25T03:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Web browser analytics for web site</title>
      <link>https://community.splunk.com/t5/Security/Web-browser-analytics-for-web-site/m-p/157259#M4710</link>
      <description>&lt;P&gt;Here is what you need to do:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Get the apache logs into Splunk. As @strive mentioned, indexing the data is the first step. The apache "combined format" works well with Splunk and should have the sourcetype=access_combined.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Download the free Splunk technology add-in/app &lt;A href="http://apps.splunk.com/app/1007/"&gt;TA-uas_parser&lt;/A&gt;. This app understands how to parse the user agent string to extract detailed info about the browser that connected.&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Forget the script. &lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 15:20:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Web-browser-analytics-for-web-site/m-p/157259#M4710</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-07-25T15:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Web browser analytics for web site</title>
      <link>https://community.splunk.com/t5/Security/Web-browser-analytics-for-web-site/m-p/157260#M4711</link>
      <description>&lt;P&gt;Hi There thanks for the responses.  Yes, All my data is coming in from my forwarders and being indexed.  (OSX Server running apache2.&lt;/P&gt;

&lt;P&gt;See sample below.&lt;/P&gt;

&lt;P&gt;mgovlab.codinet.ae 192.168.59.26 - - [24/Jul/2014:07:23:03 +0400] "GET /getApplicationList.php?sinceTimeStamp=1405523236 HTTP/1.1" 200 31 "-" "python-requests/2.2.1 CPython/2.7.5 Darwin/13.1.0"&lt;/P&gt;

&lt;P&gt;I'll try the app and see how we go.  &lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 22:25:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Web-browser-analytics-for-web-site/m-p/157260#M4711</guid>
      <dc:creator>rickwylie</dc:creator>
      <dc:date>2014-07-25T22:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Web browser analytics for web site</title>
      <link>https://community.splunk.com/t5/Security/Web-browser-analytics-for-web-site/m-p/157261#M4712</link>
      <description>&lt;P&gt;Hi There thanks for the responses.  Yes, All my data is coming in from my forwarders and being indexed.  (OSX Server running apache2.&lt;/P&gt;

&lt;P&gt;See sample below.&lt;/P&gt;

&lt;P&gt;mgovlab.codinet.ae 192.168.59.26 - - [24/Jul/2014:07:23:03 +0400] "GET /getApplicationList.php?sinceTimeStamp=1405523236 HTTP/1.1" 200 31 "-" "python-requests/2.2.1 CPython/2.7.5 Darwin/13.1.0"&lt;/P&gt;

&lt;P&gt;I'll try the app and see how we go.  &lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 22:26:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Web-browser-analytics-for-web-site/m-p/157261#M4712</guid>
      <dc:creator>rickwylie</dc:creator>
      <dc:date>2014-07-25T22:26:04Z</dc:date>
    </item>
  </channel>
</rss>

