<?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: splunk universal forwarder max events per second in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/splunk-universal-forwarder-max-events-per-second/m-p/25564#M786</link>
    <description>&lt;P&gt;Yes, I wouldn't expect the UF to be the bottleneck when reading from a monitor input; however, at that rate you'll probably need to adjust limits.conf to raise the default 250KBps forwarding limit:&lt;BR /&gt;
&lt;A href="http://splunk-base.splunk.com/answers/29538/maxkbps-option-and-limiting-a-forwarders-rate-of-thruput"&gt;maxKBps option and limiting a Forwarder's rate of thruput&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The indexer is the more likely bottleneck but as long as you have some CPU headroom it will probably be fine. I haven't tried this myself but it should work: you might consider sending to a test index and manipulating &lt;CODE&gt;maxKBps&lt;/CODE&gt; on the UF to gauge the impact before running it wide open.&lt;/P&gt;

&lt;P&gt;Also, at that volume if you're using a custom index I would make sure to set:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;maxDataSize = auto_high_volume&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Otherwise, you could end up with thousands of buckets over time. Good luck; sounds like a fun project!&lt;/P&gt;</description>
    <pubDate>Tue, 06 Aug 2013 04:39:20 GMT</pubDate>
    <dc:creator>jtacy</dc:creator>
    <dc:date>2013-08-06T04:39:20Z</dc:date>
    <item>
      <title>splunk universal forwarder max events per second</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/splunk-universal-forwarder-max-events-per-second/m-p/25563#M785</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;We are looking to install a splunk universal forwarder to collect a debug log from an AD domain controller and the log can see peaks around events around 5,000 eps. Will the forwarder be able to handle this and what is the max number of events it can handle/can the indexer keep up?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2013 22:53:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/splunk-universal-forwarder-max-events-per-second/m-p/25563#M785</guid>
      <dc:creator>aaronkorn</dc:creator>
      <dc:date>2013-08-05T22:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: splunk universal forwarder max events per second</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/splunk-universal-forwarder-max-events-per-second/m-p/25564#M786</link>
      <description>&lt;P&gt;Yes, I wouldn't expect the UF to be the bottleneck when reading from a monitor input; however, at that rate you'll probably need to adjust limits.conf to raise the default 250KBps forwarding limit:&lt;BR /&gt;
&lt;A href="http://splunk-base.splunk.com/answers/29538/maxkbps-option-and-limiting-a-forwarders-rate-of-thruput"&gt;maxKBps option and limiting a Forwarder's rate of thruput&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The indexer is the more likely bottleneck but as long as you have some CPU headroom it will probably be fine. I haven't tried this myself but it should work: you might consider sending to a test index and manipulating &lt;CODE&gt;maxKBps&lt;/CODE&gt; on the UF to gauge the impact before running it wide open.&lt;/P&gt;

&lt;P&gt;Also, at that volume if you're using a custom index I would make sure to set:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;maxDataSize = auto_high_volume&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Otherwise, you could end up with thousands of buckets over time. Good luck; sounds like a fun project!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 04:39:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/splunk-universal-forwarder-max-events-per-second/m-p/25564#M786</guid>
      <dc:creator>jtacy</dc:creator>
      <dc:date>2013-08-06T04:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: splunk universal forwarder max events per second</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/splunk-universal-forwarder-max-events-per-second/m-p/25565#M787</link>
      <description>&lt;P&gt;Thanks for the response! I think we are just going to set the UF maxKBps to 0 for unlimited but the AD group is concerned about the max eps and want a rough number on what it can handle. I know there are many factors to consider but is there any documentation which gives a rough estimate on the eps the UF can handle?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2013 12:58:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/splunk-universal-forwarder-max-events-per-second/m-p/25565#M787</guid>
      <dc:creator>aaronkorn</dc:creator>
      <dc:date>2013-08-07T12:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: splunk universal forwarder max events per second</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/splunk-universal-forwarder-max-events-per-second/m-p/25566#M788</link>
      <description>&lt;P&gt;Well, we do have a couple of HWFs that top out at 3,500-4,000 EPS. In that case, the data (essentially HTTP logs) comes from the local filesystem using a batch input. When I was testing this configuration I tried a LWF with maxKBps = 0 and it was significantly faster, probably similar to what you'd get with a UF.&lt;/P&gt;

&lt;P&gt;I remember that the LWF was fast enough to cause the indexers to throttle and am fairly sure it was in the tens of thousands of EPS range. I would personally be surprised if the UF was the limiting factor in this deployment but hope you post back to let us know how it went!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2013 17:18:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/splunk-universal-forwarder-max-events-per-second/m-p/25566#M788</guid>
      <dc:creator>jtacy</dc:creator>
      <dc:date>2013-08-07T17:18:32Z</dc:date>
    </item>
  </channel>
</rss>

