<?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: Missing events from monitored logs in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Missing-events-from-monitored-logs/m-p/142521#M29136</link>
    <description>&lt;P&gt;Can you please check your log timestamp, is splunk is recognising it perfectly? Recently we had same issue , logs contains date format dd/mm/yyyy, but splunk recognising as mm/dd/yyyy, so logs going to previous month or more than that. So try something like this pickup a unique keyword from log files which is not showing in splunk and search query for "All Time". If you will find your logs then there is a timestamp recognition problem and to rectify the issue, you need to use "TIME_FORMAT" in props.conf&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jun 2015 18:56:19 GMT</pubDate>
    <dc:creator>harsmarvania57</dc:creator>
    <dc:date>2015-06-04T18:56:19Z</dc:date>
    <item>
      <title>Missing events from monitored logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Missing-events-from-monitored-logs/m-p/142519#M29134</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;We have realised recently that one of our application logs is missing a large number of events. This was evidenced when we were looking for a few exceptions, flagged WARNING level. Between a given two minute period, we were expecting ~50 events, but there were none in Splunk.  &lt;/P&gt;

&lt;P&gt;Details:&lt;BR /&gt;&lt;BR /&gt;
Logs in /var/log/apps/appname/appname-application.log&lt;BR /&gt;
.log is always the file being written to&lt;BR /&gt;
Log rolls go to .log.1, then .log.2 -- for a total of 100 log files&lt;BR /&gt;
This specific application has very spammy logs -- roughly 11 or 12 GB a day&lt;BR /&gt;
Filters are in place at with an indexer level app -- most INFO level messages, apart from some specifics, are filtered out&lt;BR /&gt;
WARNING level messages are purposefully not filtered away and should be present&lt;BR /&gt;
Cannot see any queues being blocked in the metrics.log&lt;BR /&gt;
The sourcetype for this monitor stanza is sending roughly 250kbps worth of data -- includes multiple applications on server&lt;BR /&gt;
Events are 45 minutes delayed before they appear in Splunk -- currently it's 5pm, but the most recent event I have is from ten past 4&lt;BR /&gt;
Data is being throttled -- we are looking at increasing this, but we are going to test it on a non-production environment first&lt;/P&gt;

&lt;P&gt;Does anyone have any ideas as to what could be causing events to go missing? &lt;/P&gt;

&lt;P&gt;Thanks and regards,&lt;BR /&gt;
Alex&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 16:07:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Missing-events-from-monitored-logs/m-p/142519#M29134</guid>
      <dc:creator>alekksi</dc:creator>
      <dc:date>2015-06-04T16:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Missing events from monitored logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Missing-events-from-monitored-logs/m-p/142520#M29135</link>
      <description>&lt;P&gt;Double-check the filter on your indexer.  If your license limits allow, consider briefly disabling the filter to see if missing events appear.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 18:12:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Missing-events-from-monitored-logs/m-p/142520#M29135</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-06-04T18:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Missing events from monitored logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Missing-events-from-monitored-logs/m-p/142521#M29136</link>
      <description>&lt;P&gt;Can you please check your log timestamp, is splunk is recognising it perfectly? Recently we had same issue , logs contains date format dd/mm/yyyy, but splunk recognising as mm/dd/yyyy, so logs going to previous month or more than that. So try something like this pickup a unique keyword from log files which is not showing in splunk and search query for "All Time". If you will find your logs then there is a timestamp recognition problem and to rectify the issue, you need to use "TIME_FORMAT" in props.conf&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 18:56:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Missing-events-from-monitored-logs/m-p/142521#M29136</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2015-06-04T18:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Missing events from monitored logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Missing-events-from-monitored-logs/m-p/142522#M29137</link>
      <description>&lt;P&gt;As @harsmarvania57 mentioned, problems with &lt;CODE&gt;timestamping&lt;/CODE&gt; are always to be investigated as a source for these kinds of things.  Run this search for "All time" (yes, you &lt;EM&gt;MUST&lt;/EM&gt; run it for "All time") and see if you can find your missing events/sources somewhere that you do not expect them.  A "good" &lt;CODE&gt;lagSecs&lt;/CODE&gt; value is in the range 100..1000 and anything &amp;lt;0 is a big problem:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | eval lagSecs=(_indextime - _time) | stats avg(lagSecs) AS lagSecs BY index,sourcetype,source,host
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Jun 2015 19:17:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Missing-events-from-monitored-logs/m-p/142522#M29137</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-04T19:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Missing events from monitored logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Missing-events-from-monitored-logs/m-p/142523#M29138</link>
      <description>&lt;P&gt;So, it turns out that ignoreOlderThan works differently than I previously thought. As a lot of the files hadn't been written to for upwards of a month, Splunk had stopped monitoring the files, so, even though they had been modified recently, Splunk was not picking them up.&lt;BR /&gt;&lt;BR /&gt;
In other words, avoid ignoreOlderThan like the plague.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2015 13:43:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Missing-events-from-monitored-logs/m-p/142523#M29138</guid>
      <dc:creator>alekksi</dc:creator>
      <dc:date>2015-06-10T13:43:23Z</dc:date>
    </item>
  </channel>
</rss>

