<?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: Why is maxKBps in limits.conf limited to 258 even though default is 0? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-maxKBps-in-limits-conf-limited-to-258-even-though-default/m-p/319613#M59689</link>
    <description>&lt;P&gt;Nope, we haven't touched limits.conf... BUT I found this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[/opt/splunkforwarder]# find . -type f -exec grep maxKB /dev/null {} \;
Binary file ./bin/splunkd matches
./etc/system/default/limits.conf:maxKBps = 0
./etc/system/README/limits.conf.spec:maxKBps = &amp;lt;integer&amp;gt;
./etc/system/README/limits.conf.spec:  pipelines will be n * maxKBps but maxKBps through each ingestion pipeline.
./etc/system/README/server.conf.spec:    1. maxKBps
./etc/apps/SplunkUniversalForwarder/default/limits.conf:maxKBps = 256
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;/opt/splunkforwarder/etc/apps/SplunkUniversalForwarder/default/inputs.conf file is part of the rpm and we have't touched it...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# rpm -ql splunkforwarder-6.4.2-00f5bb3fa822.x86_64 | grep limits.conf
/opt/splunkforwarder/etc/apps/SplunkUniversalForwarder/default/limits.conf
/opt/splunkforwarder/etc/system/README/limits.conf.example
/opt/splunkforwarder/etc/system/README/limits.conf.spec
/opt/splunkforwarder/etc/system/default/limits.conf
# cat /opt/splunkforwarder/etc/apps/SplunkUniversalForwarder/default/limits.conf
#   Version 6.4.2
[thruput]
maxKBps = 256
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;w&lt;/P&gt;</description>
    <pubDate>Fri, 26 May 2017 17:43:01 GMT</pubDate>
    <dc:creator>wsanderstii</dc:creator>
    <dc:date>2017-05-26T17:43:01Z</dc:date>
    <item>
      <title>Why is maxKBps in limits.conf limited to 258 even though default is 0?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-maxKBps-in-limits-conf-limited-to-258-even-though-default/m-p/319611#M59687</link>
      <description>&lt;P&gt;Although the docs and my ./default/limits.conf say maxKBps = 0 (ie unlimited), I am receiving a INFO log entry in splunkd.conf that says:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;05-26-2017 10:04:19.366 -0700 INFO  ThruputProcessor - Current data throughput (258 kb/s) has reached maxKBps. As a result, data forwarding may be throttled. Consider increasing the value of maxKBps in limits.conf.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is Splunk forwarder 6.4.2-00f5bb3fa822. I don't have any limits.conf files in my local configs at all....&lt;/P&gt;

&lt;P&gt;I am not too concerned (we have thousands of hosts) but this doesn't seem to be the documented behavior.&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 17:20:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-maxKBps-in-limits-conf-limited-to-258-even-though-default/m-p/319611#M59687</guid>
      <dc:creator>wsanderstii</dc:creator>
      <dc:date>2017-05-26T17:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why is maxKBps in limits.conf limited to 258 even though default is 0?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-maxKBps-in-limits-conf-limited-to-258-even-though-default/m-p/319612#M59688</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Good practices:&lt;/STRONG&gt;&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Create a configuration base app, let's "forwarder_throughput_config"&lt;/LI&gt;
&lt;LI&gt;Have a limits.conf in local/ directory:&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;forwarder_throughput_config/local/limits.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# limits.conf

# Set the max throughput allowed on UFs
[thruput]
maxKBps = 2048
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And push this configuration app to your forwarders.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;/P&gt;

&lt;P&gt;Guilhem&lt;/P&gt;

&lt;P&gt;Notes: I have set 2048, in your case you will set "0" to have it unlimited&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:12:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-maxKBps-in-limits-conf-limited-to-258-even-though-default/m-p/319612#M59688</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2020-09-29T14:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why is maxKBps in limits.conf limited to 258 even though default is 0?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-maxKBps-in-limits-conf-limited-to-258-even-though-default/m-p/319613#M59689</link>
      <description>&lt;P&gt;Nope, we haven't touched limits.conf... BUT I found this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[/opt/splunkforwarder]# find . -type f -exec grep maxKB /dev/null {} \;
Binary file ./bin/splunkd matches
./etc/system/default/limits.conf:maxKBps = 0
./etc/system/README/limits.conf.spec:maxKBps = &amp;lt;integer&amp;gt;
./etc/system/README/limits.conf.spec:  pipelines will be n * maxKBps but maxKBps through each ingestion pipeline.
./etc/system/README/server.conf.spec:    1. maxKBps
./etc/apps/SplunkUniversalForwarder/default/limits.conf:maxKBps = 256
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;/opt/splunkforwarder/etc/apps/SplunkUniversalForwarder/default/inputs.conf file is part of the rpm and we have't touched it...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# rpm -ql splunkforwarder-6.4.2-00f5bb3fa822.x86_64 | grep limits.conf
/opt/splunkforwarder/etc/apps/SplunkUniversalForwarder/default/limits.conf
/opt/splunkforwarder/etc/system/README/limits.conf.example
/opt/splunkforwarder/etc/system/README/limits.conf.spec
/opt/splunkforwarder/etc/system/default/limits.conf
# cat /opt/splunkforwarder/etc/apps/SplunkUniversalForwarder/default/limits.conf
#   Version 6.4.2
[thruput]
maxKBps = 256
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;w&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 17:43:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-maxKBps-in-limits-conf-limited-to-258-even-though-default/m-p/319613#M59689</guid>
      <dc:creator>wsanderstii</dc:creator>
      <dc:date>2017-05-26T17:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why is maxKBps in limits.conf limited to 258 even though default is 0?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-maxKBps-in-limits-conf-limited-to-258-even-though-default/m-p/319614#M59690</link>
      <description>&lt;P&gt;Yes, this is the default application that comes packed with any UF.&lt;BR /&gt;
This is expected and defines the max rate allowed.&lt;/P&gt;

&lt;P&gt;If you do like I exposed, you will get it to work.&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 17:57:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-maxKBps-in-limits-conf-limited-to-258-even-though-default/m-p/319614#M59690</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2017-05-26T17:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why is maxKBps in limits.conf limited to 258 even though default is 0?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-maxKBps-in-limits-conf-limited-to-258-even-though-default/m-p/319615#M59691</link>
      <description>&lt;P&gt;I have edited to remove the first line of my answer.&lt;BR /&gt;
The good practice is creating base configuration application for Splunk, and your limits.conf must be set a local/ directory.&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 17:58:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-maxKBps-in-limits-conf-limited-to-258-even-though-default/m-p/319615#M59691</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2017-05-26T17:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why is maxKBps in limits.conf limited to 258 even though default is 0?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-maxKBps-in-limits-conf-limited-to-258-even-though-default/m-p/319616#M59692</link>
      <description>&lt;P&gt;Run this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk btool limits list --debug | grep maxKBps
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It will tell you what the daemon sees as the true value and also tell you which file sets it.  If it is set to 258 in a &lt;CODE&gt;local/limits.conf&lt;/CODE&gt; file then that is the file where you need to change to it to 0.&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 18:09:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-maxKBps-in-limits-conf-limited-to-258-even-though-default/m-p/319616#M59692</guid>
      <dc:creator>lycollicott</dc:creator>
      <dc:date>2017-05-26T18:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why is maxKBps in limits.conf limited to 258 even though default is 0?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-maxKBps-in-limits-conf-limited-to-258-even-though-default/m-p/319617#M59693</link>
      <description>&lt;P&gt;+1 &lt;/P&gt;

&lt;P&gt;btool is indeed the right way to identify the value currently in use.&lt;BR /&gt;
As it is the default UF value, my answer was more to explain how to correctly configure it&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 18:15:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-maxKBps-in-limits-conf-limited-to-258-even-though-default/m-p/319617#M59693</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2017-05-26T18:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why is maxKBps in limits.conf limited to 258 even though default is 0?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-maxKBps-in-limits-conf-limited-to-258-even-though-default/m-p/319618#M59694</link>
      <description>&lt;P&gt;The precedence (more or less) is: &lt;CODE&gt;etc/system/local/&lt;/CODE&gt; is GOD, then &lt;CODE&gt;etc/system/apps/last_alphanumeric_app/local/&lt;/CODE&gt;, then &lt;CODE&gt;etc/system/apps/last_alphanumeric_app/default/&lt;/CODE&gt;, then &lt;CODE&gt;etc/system/default/&lt;/CODE&gt; (there are some additional nuances but that's a reasonable working understanding for most purposes).  So the problem is that you have an app which Splunk installs that has &lt;CODE&gt;maxKBps=256&lt;/CODE&gt; in it here:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;etc/apps/SplunkLightForwarder/default/limits.conf
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 27 May 2017 07:49:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-maxKBps-in-limits-conf-limited-to-258-even-though-default/m-p/319618#M59694</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-27T07:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why is maxKBps in limits.conf limited to 258 even though default is 0?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-maxKBps-in-limits-conf-limited-to-258-even-though-default/m-p/319619#M59695</link>
      <description>&lt;P&gt;Did you mean SplunkUniversalForwarder instead of SplunkLightForwarder?&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 14:26:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-maxKBps-in-limits-conf-limited-to-258-even-though-default/m-p/319619#M59695</guid>
      <dc:creator>splunkreal</dc:creator>
      <dc:date>2020-05-25T14:26:20Z</dc:date>
    </item>
  </channel>
</rss>

