<?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 do you set a default maximum data transfer rate? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-set-a-default-maximum-data-transfer-rate/m-p/99717#M182728</link>
    <description>&lt;P&gt;Where is the best way to find the complete list of config properties for universal forwarder?  Do the config files under etc\apps\SplunkUniversalForwarder\default contains the complete set of configurable options?&lt;/P&gt;</description>
    <pubDate>Wed, 13 Sep 2017 18:22:20 GMT</pubDate>
    <dc:creator>wdeng</dc:creator>
    <dc:date>2017-09-13T18:22:20Z</dc:date>
    <item>
      <title>How do you set a default maximum data transfer rate?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-set-a-default-maximum-data-transfer-rate/m-p/99712#M182723</link>
      <description>&lt;P&gt;Dear Splunkers,&lt;/P&gt;

&lt;P&gt;is there a maximum KB/s of traffic a forwarder sends to the indexer? I mean is there a limit you can configure? Last week we got some network problems on a dc running splunk. It seems that the network card was too busy to give a quick response.&lt;/P&gt;

&lt;P&gt;Thanks for you help!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 08:08:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-you-set-a-default-maximum-data-transfer-rate/m-p/99712#M182723</guid>
      <dc:creator>jan_wohlers</dc:creator>
      <dc:date>2012-07-16T08:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do you set a default maximum data transfer rate?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-set-a-default-maximum-data-transfer-rate/m-p/99713#M182724</link>
      <description>&lt;P&gt;Yes.&lt;/P&gt;

&lt;P&gt;From &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Introducingtheuniversalforwarder"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Introducingtheuniversalforwarder&lt;/A&gt;&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;"The universal forwarder has a default data transfer rate of 256Kbps"&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;This can be altered by creating/editing a &lt;CODE&gt;limits.conf&lt;/CODE&gt; with another value for the &lt;CODE&gt;maxKbps&lt;/CODE&gt; option. From &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/Limitsconf"&gt;http://docs.splunk.com/Documentation/Splunk/latest/admin/Limitsconf&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[thruput]
maxKBps = &amp;lt;integer&amp;gt;
* If specified and not zero, this limits the speed through the thruput processor to the specified rate in kilobytes per second.
* To control the CPU load while indexing, use this to throttle the number of events this indexer processes to the rate (in KBps) you specify. 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 16 Jul 2012 08:56:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-you-set-a-default-maximum-data-transfer-rate/m-p/99713#M182724</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-07-16T08:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do you set a default maximum data transfer rate?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-set-a-default-maximum-data-transfer-rate/m-p/99714#M182725</link>
      <description>&lt;P&gt;Thanks for your answer... This means, if in ..etc\system\default\limits.conf the stanza [thruput] maxkbs is set to 0 the default rate of 256kbps is used (if no copy of this conf-file with different values is located in local]? &lt;/P&gt;

&lt;P&gt;is 256kbps also best practise and enough for a DC in "bigger" environment with about 60k users? Is there a queue where logs will be put in, when the 256kbps is reached? so this events will be indexed but a bit later?&lt;/P&gt;

&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 09:08:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-you-set-a-default-maximum-data-transfer-rate/m-p/99714#M182725</guid>
      <dc:creator>jan_wohlers</dc:creator>
      <dc:date>2012-07-16T09:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do you set a default maximum data transfer rate?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-set-a-default-maximum-data-transfer-rate/m-p/99715#M182726</link>
      <description>&lt;P&gt;As it says in the docs, a value of 0 means that no limit is imposed. &lt;CODE&gt;etc\system\default&lt;/CODE&gt; is far from the only place you could encounter &lt;CODE&gt;limits.conf&lt;/CODE&gt; however. In the case of Universal Forwarders, many UF-unique settings are set in &lt;CODE&gt;etc\apps\SplunkUniversalForwarder\default&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;You might need to remove or increase the limit for a very busy server like the one you mention. Events will be buffered in memory and on disk according to settings in outputs.conf (&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/outputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/latest/admin/outputsconf&lt;/A&gt; )&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 09:42:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-you-set-a-default-maximum-data-transfer-rate/m-p/99715#M182726</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-07-16T09:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do you set a default maximum data transfer rate?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-set-a-default-maximum-data-transfer-rate/m-p/99716#M182727</link>
      <description>&lt;P&gt;@Ayn, thanks for the info.&lt;BR /&gt;
etc\system\default&lt;BR /&gt;
etc\apps\SplunkUniversalForwarder\default&lt;/P&gt;</description>
      <pubDate>Sun, 05 Mar 2017 15:43:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-you-set-a-default-maximum-data-transfer-rate/m-p/99716#M182727</guid>
      <dc:creator>spammenot66</dc:creator>
      <dc:date>2017-03-05T15:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do you set a default maximum data transfer rate?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-set-a-default-maximum-data-transfer-rate/m-p/99717#M182728</link>
      <description>&lt;P&gt;Where is the best way to find the complete list of config properties for universal forwarder?  Do the config files under etc\apps\SplunkUniversalForwarder\default contains the complete set of configurable options?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 18:22:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-you-set-a-default-maximum-data-transfer-rate/m-p/99717#M182728</guid>
      <dc:creator>wdeng</dc:creator>
      <dc:date>2017-09-13T18:22:20Z</dc:date>
    </item>
  </channel>
</rss>

