<?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 When is the BatchReader used and when is the TailingProcessor used? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/When-is-the-BatchReader-used-and-when-is-the-TailingProcessor/m-p/131849#M27122</link>
    <description>&lt;P&gt;I have a UniversalForwarder that is exporting hourly data to a monitored folder. Sometimes there are a lot of records (50,000+) and sometimes there is only a few thousand. I have noticed that when the file is bigger that the BatchReader appears to process the file and when the file is smaller the TailingProcessor processes the file.&lt;/P&gt;

&lt;P&gt;Is there a limit to this that can be set?&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2013 04:27:18 GMT</pubDate>
    <dc:creator>JeremyHagan</dc:creator>
    <dc:date>2013-11-07T04:27:18Z</dc:date>
    <item>
      <title>When is the BatchReader used and when is the TailingProcessor used?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-is-the-BatchReader-used-and-when-is-the-TailingProcessor/m-p/131849#M27122</link>
      <description>&lt;P&gt;I have a UniversalForwarder that is exporting hourly data to a monitored folder. Sometimes there are a lot of records (50,000+) and sometimes there is only a few thousand. I have noticed that when the file is bigger that the BatchReader appears to process the file and when the file is smaller the TailingProcessor processes the file.&lt;/P&gt;

&lt;P&gt;Is there a limit to this that can be set?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2013 04:27:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-is-the-BatchReader-used-and-when-is-the-TailingProcessor/m-p/131849#M27122</guid>
      <dc:creator>JeremyHagan</dc:creator>
      <dc:date>2013-11-07T04:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: When is the BatchReader used and when is the TailingProcessor used?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-is-the-BatchReader-used-and-when-is-the-TailingProcessor/m-p/131850#M27123</link>
      <description>&lt;P&gt;The batch reader is used when the file is over 20 mb in size. Otherwise, the regular tailing processor queue is used. The batch reader only processes one file at a time, while the tailing processor can do many. The limit exists to prevent a bunch of large files for using up all slots and starving out new smaller files. &lt;/P&gt;

&lt;P&gt;The threshold can be changed in limits.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;min_batch_size_bytes = 10485760
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;to set it to 10 MB, for example.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2013 07:33:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-is-the-BatchReader-used-and-when-is-the-TailingProcessor/m-p/131850#M27123</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2013-11-07T07:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: When is the BatchReader used and when is the TailingProcessor used?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-is-the-BatchReader-used-and-when-is-the-TailingProcessor/m-p/561156#M92705</link>
      <description>&lt;P&gt;Is this documented somewhere in Splunk official documentation ?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 08:45:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-is-the-BatchReader-used-and-when-is-the-TailingProcessor/m-p/561156#M92705</guid>
      <dc:creator>dm1</dc:creator>
      <dc:date>2021-07-28T08:45:33Z</dc:date>
    </item>
  </channel>
</rss>

