<?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: Universal Forwarder KBps Limit not being applied in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192243#M38356</link>
    <description>&lt;P&gt;Changed the limit to: maxKBps=300 and restarted Splunk - sent a 25mb file through and no luck. Still high thruput (842 KBps over a 25mb file).&lt;/P&gt;</description>
    <pubDate>Tue, 25 Aug 2015 07:58:04 GMT</pubDate>
    <dc:creator>LewisWheeler</dc:creator>
    <dc:date>2015-08-25T07:58:04Z</dc:date>
    <item>
      <title>Universal Forwarder KBps Limit not being applied</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192237#M38350</link>
      <description>&lt;P&gt;Been trying for a couple of days and haven't been able to get this working, before I raise a support ticket I wanted to try the forumns, below is an explanation of my problem:&lt;/P&gt;

&lt;P&gt;i've got the following configuration within my limits.conf files:&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/etc/system/local/limits.conf&lt;BR /&gt;
$SPLUNK_HOME/etc/apps/SplunkUniversalForwarder/default/limits.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#   Version 6.2.4
[thruput]
maxKBps = 256
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However I am seeing MUCH higher throughputs reaching splunk from all my forwarders, after following some advice on various answers I ran the following command:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME\bin\splunk cmd btool limits list thruput
[thruput]
maxKBps = 256
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This confirmed my throughput was set correctly and was being picked up by Splunk application.&lt;/P&gt;

&lt;P&gt;Im at a total loss, the search I am running to retrieve the maximum and average throughput is:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal | where source LIKE "%metrics.log" | where tcp_KBps &amp;gt; 0 |  table _time,host, tcp_KBps, tcp_avg_thruput | sort tcp_KBps DESC
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also when I grep splunkd.log for "ThruputProcessor" to determine if the throughput is being exceeded no results are found (implying its not being exceeded).&lt;/P&gt;

&lt;P&gt;Any ideas on how to get this setting applied correctly? Causing me a lot of headaches.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:06:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192237#M38350</guid>
      <dc:creator>LewisWheeler</dc:creator>
      <dc:date>2020-09-29T07:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder KBps Limit not being applied</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192238#M38351</link>
      <description>&lt;P&gt;i believe that 256 is the default. (&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.5/Forwarding/Introducingtheuniversalforwarder"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.5/Forwarding/Introducingtheuniversalforwarder&lt;/A&gt;) &lt;BR /&gt;
have you tried with other value? &lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 03:22:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192238#M38351</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2015-08-25T03:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder KBps Limit not being applied</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192239#M38352</link>
      <description>&lt;P&gt;Note that this measurement is in kilo bytes per second, whereas the throughput you are recording may be in kilo bits per second, which would be 8 times that rate.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 05:55:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192239#M38352</guid>
      <dc:creator>sduff_splunk</dc:creator>
      <dc:date>2015-08-25T05:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder KBps Limit not being applied</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192240#M38353</link>
      <description>&lt;P&gt;The throughput I am recording is the data from metrics.log - I highly doubt Splunk would be recording a metric in kbps (kilo-bytes per second) but allowing you to  limit in KBps(Kilobytes per second). But thanks for the thought - made me go and look and at this stage any idea is a good idea!&lt;/P&gt;

&lt;P&gt;UPDATE:&lt;/P&gt;

&lt;P&gt;Note: In thruput lingo, "kbps" does not mean kilobits per second, it means kilobytes per second. The industry standard term would be to write this something like KBps.&lt;BR /&gt;
(&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.5/Troubleshooting/Aboutmetricslog"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.5/Troubleshooting/Aboutmetricslog&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 07:19:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192240#M38353</guid>
      <dc:creator>LewisWheeler</dc:creator>
      <dc:date>2015-08-25T07:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder KBps Limit not being applied</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192241#M38354</link>
      <description>&lt;P&gt;Like others said. What is the throuput your seeing per forwarder?&lt;/P&gt;

&lt;P&gt;256KB/s = 2Mbit.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 07:26:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192241#M38354</guid>
      <dc:creator>jofe</dc:creator>
      <dc:date>2015-08-25T07:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder KBps Limit not being applied</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192242#M38355</link>
      <description>&lt;P&gt;Can you point me to what comment has asked for this, or am I missing something?&lt;/P&gt;

&lt;P&gt;Ranges however its topped out at 1,700 KBps ~1.7mbps&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 07:33:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192242#M38355</guid>
      <dc:creator>LewisWheeler</dc:creator>
      <dc:date>2015-08-25T07:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder KBps Limit not being applied</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192243#M38356</link>
      <description>&lt;P&gt;Changed the limit to: maxKBps=300 and restarted Splunk - sent a 25mb file through and no luck. Still high thruput (842 KBps over a 25mb file).&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 07:58:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192243#M38356</guid>
      <dc:creator>LewisWheeler</dc:creator>
      <dc:date>2015-08-25T07:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder KBps Limit not being applied</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192244#M38357</link>
      <description>&lt;P&gt;Please try this search ( from Splunk on Splunk ) &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*metrics.log  group=tcpout_connections
                        | eval kb=(tcp_Bps*30)/1024
                        | timechart  sum(eval(kb/1024)) as MB
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Sep 2015 10:07:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192244#M38357</guid>
      <dc:creator>mzorzi</dc:creator>
      <dc:date>2015-09-02T10:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder KBps Limit not being applied</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192245#M38358</link>
      <description>&lt;P&gt;Can I ask why we don't use: tcp_KBps instead?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=_internal source=*metrics.log  group=tcpout_connections
                         | eval kb=(tcp_KBps*30)
                         | timechart  sum(eval(kb/1024)) as MB
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This gives me a result of 23mb for a particular forwarder during a 30 second interval ~766 KBps, or am I reading this wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 10:25:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192245#M38358</guid>
      <dc:creator>LewisWheeler</dc:creator>
      <dc:date>2015-09-02T10:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder KBps Limit not being applied</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192246#M38359</link>
      <description>&lt;P&gt;Hi LewisWheeler,&lt;/P&gt;

&lt;P&gt;I have the same extact issue. what is the resolution that you have got it for this.&lt;/P&gt;

&lt;P&gt;Can you please help me on this.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Ramu Chittiprolu&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 08:50:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192246#M38359</guid>
      <dc:creator>rchittip</dc:creator>
      <dc:date>2018-09-21T08:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder KBps Limit not being applied</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192247#M38360</link>
      <description>&lt;P&gt;Turns out the limit was being applied, Splunk does not apply as hard limit when applying the setting maxKBps instead it will look at the thruput and throttle back traffic if you start going above the limit - as such you will naturally see above that amount for a certain period or time then it will stabilise.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 13:56:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-KBps-Limit-not-being-applied/m-p/192247#M38360</guid>
      <dc:creator>LewisWheeler</dc:creator>
      <dc:date>2018-09-21T13:56:58Z</dc:date>
    </item>
  </channel>
</rss>

