<?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: Splunk forwarder is logging data but why is Splunk Enterprise not showing the data in Splunk Web? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder-is-logging-data-but-why-is-Splunk-Enterprise/m-p/304402#M57413</link>
    <description>&lt;P&gt;I figured.&lt;/P&gt;</description>
    <pubDate>Mon, 22 May 2017 19:35:24 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2017-05-22T19:35:24Z</dc:date>
    <item>
      <title>Splunk forwarder is logging data but why is Splunk Enterprise not showing the data in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder-is-logging-data-but-why-is-Splunk-Enterprise/m-p/304394#M57405</link>
      <description>&lt;P&gt;Splunk Forwarder metrics log on application node :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;metrics.log:05-19-2017 13:09:07.625 -0500 INFO  Metrics - group=per_source_thruput, series="/var/log/app/ms-starr/starr.log", kbps=0.005355, eps=0.096773, kb=0.166016, ev=3, avg_age=0.333333, max_age=1
metrics.log:05-19-2017 13:09:07.625 -0500 INFO  Metrics - group=per_source_thruput, series="/var/log/app/ms-starr/start.log", kbps=0.005355, eps=0.096773, kb=0.166016, ev=3, avg_age=0.333333, max_age=1
splunkd.log:05-18-2017 23:46:14.621 -0500 INFO  TailReader - Batch input finished reading file='/var/log/app/ms-starr/start.log'
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Splunk Enterprise (receiver) log :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[root@600277-ITIAD-BASTION1 splunk]# grep -i starr.log splunkd.log
05-19-2017 12:54:36.773 -0500 INFO  WatchedFile - Will begin reading at offset=5534528 for file='/mnt/phixdr-app5/app/ms-starr/starr.log'.
05-19-2017 12:54:36.864 -0500 INFO  WatchedFile - Will begin reading at offset=106038 for file='/mnt/phixdr-app5/app/ms-starr/ms-starr.log.2017-05-19'.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Problem - starr.log is still not getting splunked.&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 20:29:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder-is-logging-data-but-why-is-Splunk-Enterprise/m-p/304394#M57405</guid>
      <dc:creator>itprdgetinsured</dc:creator>
      <dc:date>2017-05-19T20:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk forwarder is logging data but why is Splunk Enterprise not showing the data in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder-is-logging-data-but-why-is-Splunk-Enterprise/m-p/304395#M57406</link>
      <description>&lt;P&gt;Run this search for &lt;CODE&gt;All time&lt;/CODE&gt; (it MUST be &lt;CODE&gt;All time&lt;/CODE&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* source="*starr.log*"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 19 May 2017 22:03:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder-is-logging-data-but-why-is-Splunk-Enterprise/m-p/304395#M57406</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-19T22:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk forwarder is logging data but why is Splunk Enterprise not showing the data in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder-is-logging-data-but-why-is-Splunk-Enterprise/m-p/304396#M57407</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
Check if logs are indexed in the default index (&lt;CODE&gt;index=main&lt;/CODE&gt;).&lt;/P&gt;

&lt;P&gt;Try to list all sources and corresponding index with this query:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* | stats count by source, index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 22:08:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder-is-logging-data-but-why-is-Splunk-Enterprise/m-p/304396#M57407</guid>
      <dc:creator>aakwah</dc:creator>
      <dc:date>2017-05-19T22:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk forwarder is logging data but why is Splunk Enterprise not showing the data in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder-is-logging-data-but-why-is-Splunk-Enterprise/m-p/304397#M57408</link>
      <description>&lt;P&gt;Thanks woodcock and aakwah.&lt;/P&gt;

&lt;P&gt;I tried woodcock's query but still dont see starr.log.&lt;/P&gt;

&lt;P&gt;This is what I have on server :&lt;/P&gt;

&lt;P&gt;[root@824611-PHIXPRD-APP7 ms-starr]# date&lt;BR /&gt;
&lt;STRONG&gt;Fri May 19 17:30:53 CDT 2017&lt;/STRONG&gt;&lt;BR /&gt;
[root@824611-PHIXPRD-APP7 ms-starr]# ls -ltr starr.log&lt;BR /&gt;
-rw-r--r-- 1 app app 463520 &lt;STRONG&gt;May 19 17:30 starr.log&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;And this is all I see in source when I query on UI : (starr.log is missing)&lt;/P&gt;

&lt;P&gt;/var/log/app/ms-starr/ms-starr.log.2017-05-17   1,900   48.346% &lt;BR /&gt;
/var/log/app/ms-starr/starr.log.1   1,298   33.028% &lt;BR /&gt;
/var/log/app/ms-starr/starr.log.2   667 16.972% &lt;BR /&gt;
/var/log/app/ms-starr/ms-starr.log.2017-05-16   65  1.654%&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 22:37:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder-is-logging-data-but-why-is-Splunk-Enterprise/m-p/304397#M57408</guid>
      <dc:creator>itprdgetinsured</dc:creator>
      <dc:date>2017-05-19T22:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk forwarder is logging data but why is Splunk Enterprise not showing the data in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder-is-logging-data-but-why-is-Splunk-Enterprise/m-p/304398#M57409</link>
      <description>&lt;P&gt;The following might help - &lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.0/Troubleshooting/Cantfinddata"&gt;I can't find my data!&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 May 2017 00:32:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder-is-logging-data-but-why-is-Splunk-Enterprise/m-p/304398#M57409</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-05-20T00:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk forwarder is logging data but why is Splunk Enterprise not showing the data in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder-is-logging-data-but-why-is-Splunk-Enterprise/m-p/304399#M57410</link>
      <description>&lt;P&gt;If they got indexed and they are no longer there then they must have been either hidden with the &lt;CODE&gt;delete&lt;/CODE&gt; command (highly unlikely) or expired a natural death.  To check for the latter, use this search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd bucketmover | rex "[\/\\\](?&amp;lt;indexname&amp;gt;[^\/\\\]*)[\/\\\][^\/\\\]*db[\/\\\]db_(?&amp;lt;newestTime&amp;gt;\d+)_(?&amp;lt;oldestTime&amp;gt;\d+)_\d+" | rex "db_(?&amp;lt;newestTime&amp;gt;\d+)_(?&amp;lt;oldestTime&amp;gt;\d+)_\d+.*?[\/\\\](?&amp;lt;indexname&amp;gt;[^\/\\\]*)[\/\\\][^\/\\\]*db" | stats max(oldestTime) AS oldestTime BY indexname | eval retentionDays=(now()-oldestTime)/(60*60*24)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 20 May 2017 01:06:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder-is-logging-data-but-why-is-Splunk-Enterprise/m-p/304399#M57410</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-20T01:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk forwarder is logging data but why is Splunk Enterprise not showing the data in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder-is-logging-data-but-why-is-Splunk-Enterprise/m-p/304400#M57411</link>
      <description>&lt;P&gt;So which was it?&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 19:09:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder-is-logging-data-but-why-is-Splunk-Enterprise/m-p/304400#M57411</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-22T19:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk forwarder is logging data but why is Splunk Enterprise not showing the data in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder-is-logging-data-but-why-is-Splunk-Enterprise/m-p/304401#M57412</link>
      <description>&lt;P&gt;Latter. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 19:14:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder-is-logging-data-but-why-is-Splunk-Enterprise/m-p/304401#M57412</guid>
      <dc:creator>itprdgetinsured</dc:creator>
      <dc:date>2017-05-22T19:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk forwarder is logging data but why is Splunk Enterprise not showing the data in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder-is-logging-data-but-why-is-Splunk-Enterprise/m-p/304402#M57413</link>
      <description>&lt;P&gt;I figured.&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 19:35:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder-is-logging-data-but-why-is-Splunk-Enterprise/m-p/304402#M57413</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-22T19:35:24Z</dc:date>
    </item>
  </channel>
</rss>

