<?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: Web Analytics - Debug a source in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Web-Analytics-Debug-a-source/m-p/84618#M17587</link>
    <description>&lt;P&gt;This search is against a summary index.  If you go to Data Exploration -&amp;gt; search in the web intelligence app you can run the following search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;`timerange_hack_nofivemin`  source="User session visitor source*"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That should return results.  If it doesn't your summary index is not getting populated.  Maybe the jobs are not running?&lt;/P&gt;

&lt;P&gt;You can see the jobs by going to manager and viewing "searches and reports".  For the example you gave, go look at "User session visitor source daily summary - regenerator".   It should be scheduled to at least run once a day but you could change that or even for it to run now.&lt;/P&gt;

&lt;P&gt;FYI, one good way to track down these type of things is to just go the app directory and look around.  A splunk app is nothing more than files in the directory that define the inputs, searches, dashboards and field extractions.  I found your search by just grepping the webintelligence/defaults directory and saw where the saved searches were defined.  This is probably easier than looking through all the searches in the manager UI.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jan 2013 14:17:09 GMT</pubDate>
    <dc:creator>okrabbe_splunk</dc:creator>
    <dc:date>2013-01-14T14:17:09Z</dc:date>
    <item>
      <title>Web Analytics - Debug a source</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Web-Analytics-Debug-a-source/m-p/84614#M17583</link>
      <description>&lt;P&gt;I have the Web Analytics running and I am going through and fixing the problems (since first of all it couldn't see any data) however, I've run in to a problem I cannot diagnose.&lt;/P&gt;

&lt;P&gt;I am trying to get the dashboard working but some at not working. One of them uses this;&lt;/P&gt;

&lt;P&gt;source="User session visitor source*"&lt;/P&gt;

&lt;P&gt;However, nothing is returned. What is the process to find out what this source is, or why it wouldn't be displayed. I had a consultant in for the day and we fixed some but couldn't fix all problems with the apps I was trying to get working and trying to debug this we couldn't go through. We added a line to props.conf to ensure Splunk understood the iis log files with the headers and that worked fine. So, searching for sourcetype="iis" gives me all the fields like c_ip c_port cs_host etc but I cannot search for the source above. Where do I start? &lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:05:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Web-Analytics-Debug-a-source/m-p/84614#M17583</guid>
      <dc:creator>omgemeasts</dc:creator>
      <dc:date>2020-09-28T13:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Web Analytics - Debug a source</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Web-Analytics-Debug-a-source/m-p/84615#M17584</link>
      <description>&lt;P&gt;In trying another search I've seen this source also doesn't work;&lt;/P&gt;

&lt;P&gt;source="Assets documents*"&lt;/P&gt;

&lt;P&gt;I'm not especially asking anyone to solve that issue, more what are the steps so I can find the problem and then I can apply this to the other source's that are not working...&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2013 11:51:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Web-Analytics-Debug-a-source/m-p/84615#M17584</guid>
      <dc:creator>omgemeasts</dc:creator>
      <dc:date>2013-01-11T11:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Web Analytics - Debug a source</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Web-Analytics-Debug-a-source/m-p/84616#M17585</link>
      <description>&lt;P&gt;Source is normally the file or process from which the data is originally sourced.&lt;/P&gt;

&lt;P&gt;example. /var/log/mail.log&lt;/P&gt;

&lt;P&gt;If your app is looking for source defined as 'source="User session visitor source*"' then I would expect to see an inputs.conf on your forwarder.&lt;/P&gt;

&lt;P&gt;ie. [monitor:///mylogs/User session visitor source 123.log]&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2013 04:53:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Web-Analytics-Debug-a-source/m-p/84616#M17585</guid>
      <dc:creator>Lucas_K</dc:creator>
      <dc:date>2013-01-14T04:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Web Analytics - Debug a source</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Web-Analytics-Debug-a-source/m-p/84617#M17586</link>
      <description>&lt;P&gt;Than you for the response, however all the logs for this app are coming from IIS and I have defined the monitor stanzer in the inputs.conf. Other sections of the app are working so I know it can understand the log files.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2013 13:24:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Web-Analytics-Debug-a-source/m-p/84617#M17586</guid>
      <dc:creator>omgemeasts</dc:creator>
      <dc:date>2013-01-14T13:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Web Analytics - Debug a source</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Web-Analytics-Debug-a-source/m-p/84618#M17587</link>
      <description>&lt;P&gt;This search is against a summary index.  If you go to Data Exploration -&amp;gt; search in the web intelligence app you can run the following search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;`timerange_hack_nofivemin`  source="User session visitor source*"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That should return results.  If it doesn't your summary index is not getting populated.  Maybe the jobs are not running?&lt;/P&gt;

&lt;P&gt;You can see the jobs by going to manager and viewing "searches and reports".  For the example you gave, go look at "User session visitor source daily summary - regenerator".   It should be scheduled to at least run once a day but you could change that or even for it to run now.&lt;/P&gt;

&lt;P&gt;FYI, one good way to track down these type of things is to just go the app directory and look around.  A splunk app is nothing more than files in the directory that define the inputs, searches, dashboards and field extractions.  I found your search by just grepping the webintelligence/defaults directory and saw where the saved searches were defined.  This is probably easier than looking through all the searches in the manager UI.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2013 14:17:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Web-Analytics-Debug-a-source/m-p/84618#M17587</guid>
      <dc:creator>okrabbe_splunk</dc:creator>
      <dc:date>2013-01-14T14:17:09Z</dc:date>
    </item>
  </channel>
</rss>

