<?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: How to make Splunk read my files faster? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-read-my-files-faster/m-p/122160#M25296</link>
    <description>&lt;P&gt;Note that the min_batch_size_bytes is NOT actually bytes, but MB (see the limits.conf docs). So 2GB should be 2048, not 2147000000.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 14:54:53 GMT</pubDate>
    <dc:creator>vliggio</dc:creator>
    <dc:date>2020-09-29T14:54:53Z</dc:date>
    <item>
      <title>How to make Splunk read my files faster?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-read-my-files-faster/m-p/122157#M25293</link>
      <description>&lt;P&gt;I have a folder of 100 1GB files on a forwarder that I need to get into Splunk ASAP via a &lt;CODE&gt;monitor://&lt;/CODE&gt;. One forwarder, distributing to 10 indexers. As such, I need to read as many of these files as I can at once.&lt;/P&gt;

&lt;P&gt;The forwarder has unlimited upload, and I have raised the threshold for using the BatchReader - but STILL it reads files one at a time - how do I fix this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# limits.conf
# Raise limit after which Splunk will use single-threaded BatchReader to 2GB
min_batch_size_bytes = 2147000000

# Unlimit output
[thruput]
maxKBps = 0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Sep 2014 23:33:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-read-my-files-faster/m-p/122157#M25293</guid>
      <dc:creator>Jason</dc:creator>
      <dc:date>2014-09-11T23:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Splunk read my files faster?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-read-my-files-faster/m-p/122158#M25294</link>
      <description>&lt;P&gt;More a work around than a fix: split the files into 10 directories, run multiple instances of the UF each &lt;CODE&gt;monitoring&lt;/CODE&gt; one directory and distributing to the 10 indexers.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2014 06:01:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-read-my-files-faster/m-p/122158#M25294</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-09-12T06:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Splunk read my files faster?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-read-my-files-faster/m-p/122159#M25295</link>
      <description>&lt;P&gt;&lt;CODE&gt;forceTimebasedAutoLB&lt;/CODE&gt; should make better use of your indexing tier in this case. It might not help with the "read more than one file at a time" bit, but it'll spread the load out to the indexer tier more uniformly, taking advantage of input queues and the like. Your current way is probably ending up with "one file to that indexer, one file to the second indexer", etc. switching only on EOF.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2014 20:58:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-read-my-files-faster/m-p/122159#M25295</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2014-09-12T20:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Splunk read my files faster?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-read-my-files-faster/m-p/122160#M25296</link>
      <description>&lt;P&gt;Note that the min_batch_size_bytes is NOT actually bytes, but MB (see the limits.conf docs). So 2GB should be 2048, not 2147000000.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:54:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-read-my-files-faster/m-p/122160#M25296</guid>
      <dc:creator>vliggio</dc:creator>
      <dc:date>2020-09-29T14:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Splunk read my files faster?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-read-my-files-faster/m-p/122161#M25297</link>
      <description>&lt;P&gt;I believe this might have been changed to MB in 6.6.x (just comparing the min_batch_size_bytes text in limits.conf spec).  Any references to this, that I've seen, have always been in bytes.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:14:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-read-my-files-faster/m-p/122161#M25297</guid>
      <dc:creator>hays2</dc:creator>
      <dc:date>2020-09-29T15:14:33Z</dc:date>
    </item>
  </channel>
</rss>

