<?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 Why do some logs stop forwarding while others continue ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-do-some-logs-stop-forwarding-while-others-continue/m-p/163585#M33161</link>
    <description>&lt;P&gt;In our environment, our application logs all go to a single log folder divided by application.&lt;/P&gt;

&lt;P&gt;Ex...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/scratch/content/logs/app1/app1.log
/scratch/content/logs/app2/app2.log
/scratch/content/logs/app3/app3.log
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My monitor stanza is very simple...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///scratch/content/logs]
index = apps
blacklist = (weblogic)
whitelist = \.(log|txt|out)$
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For some reason, every day from 1000 to 1500, the app2.log stops being indexed.  The log itself is being updated on the server, those updates just aren't being indexed during the 5 hour window.  All the other app logs on the same server continue indexing all day.  Has anyone ever seen this behavior before?&lt;/P&gt;</description>
    <pubDate>Fri, 07 Aug 2015 12:59:13 GMT</pubDate>
    <dc:creator>kurtgad</dc:creator>
    <dc:date>2015-08-07T12:59:13Z</dc:date>
    <item>
      <title>Why do some logs stop forwarding while others continue ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-do-some-logs-stop-forwarding-while-others-continue/m-p/163585#M33161</link>
      <description>&lt;P&gt;In our environment, our application logs all go to a single log folder divided by application.&lt;/P&gt;

&lt;P&gt;Ex...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/scratch/content/logs/app1/app1.log
/scratch/content/logs/app2/app2.log
/scratch/content/logs/app3/app3.log
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My monitor stanza is very simple...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///scratch/content/logs]
index = apps
blacklist = (weblogic)
whitelist = \.(log|txt|out)$
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For some reason, every day from 1000 to 1500, the app2.log stops being indexed.  The log itself is being updated on the server, those updates just aren't being indexed during the 5 hour window.  All the other app logs on the same server continue indexing all day.  Has anyone ever seen this behavior before?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2015 12:59:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-do-some-logs-stop-forwarding-while-others-continue/m-p/163585#M33161</guid>
      <dc:creator>kurtgad</dc:creator>
      <dc:date>2015-08-07T12:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why do some logs stop forwarding while others continue ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-do-some-logs-stop-forwarding-while-others-continue/m-p/163586#M33162</link>
      <description>&lt;P&gt;So you have 3 files and only 2 are send all the time? How quick are thes files growing?&lt;/P&gt;

&lt;P&gt;Default is in de outputs.conf&lt;BR /&gt;
[tcpout] &lt;BR /&gt;
maxConnectionsPerIndexer = &lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;The forwarder will only send 2 files a the same time. As long the UF didn’t reach EOF of a file, it won’t switch to another file.&lt;BR /&gt;
No EOF can be caused by several options&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;File is very big (GB's) &lt;/LI&gt;
&lt;LI&gt;Network connection is slow/full, so can't get data out.&lt;/LI&gt;
&lt;LI&gt;etc.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;You could change the setting too:&lt;BR /&gt;
[tcpout] &lt;BR /&gt;
maxConnectionsPerIndexer = &lt;STRONG&gt;4&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;See if this helps&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2015 08:28:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-do-some-logs-stop-forwarding-while-others-continue/m-p/163586#M33162</guid>
      <dc:creator>teunlaan</dc:creator>
      <dc:date>2015-08-10T08:28:28Z</dc:date>
    </item>
  </channel>
</rss>

