<?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 App for Stream: Where can I find the default values for the following parameters in streamfwd.xml? Is there a recommended range of values? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-Where-can-I-find-the-default-values-for/m-p/217285#M23587</link>
    <description>&lt;P&gt;So what size should I increase MaxTcpSessionCount too?  And what are the ramifications of increasing it?  Should I be increasing it 10K blocks until the messages go away?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 09 Feb 2016 00:42:48 GMT</pubDate>
    <dc:creator>Heff</dc:creator>
    <dc:date>2016-02-09T00:42:48Z</dc:date>
    <item>
      <title>Splunk App for Stream: Where can I find the default values for the following parameters in streamfwd.xml? Is there a recommended range of values?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-Where-can-I-find-the-default-values-for/m-p/217278#M23580</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Where can I find the default values of the following parameters in streamfwd.xml, and what's the reasonable range of values?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ProcessingThreads, MaxPacketQueueSize, MaxTcpSessionCount, MaxTcpReassemblyPacketCount
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And one more question. Is there any recommended set of values for above parameters to collect packets with 1Gbps without problems?&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 12:10:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-Where-can-I-find-the-default-values-for/m-p/217278#M23580</guid>
      <dc:creator>kwchang_splunk</dc:creator>
      <dc:date>2015-09-09T12:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Stream: Where can I find the default values for the following parameters in streamfwd.xml? Is there a recommended range of values?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-Where-can-I-find-the-default-values-for/m-p/217279#M23581</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I updated the documentation to specify the default values for the parameters you mentioned - &lt;A href="http://docs.splunk.com/Documentation/StreamApp/6.3.2/DeployStreamApp/ConfigureStreamForwarder#Advanced_configuration"&gt;http://docs.splunk.com/Documentation/StreamApp/6.3.2/DeployStreamApp/ConfigureStreamForwarder#Advanced_configuration&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Stream should be able to handle 1Gbps of non-SSL traffic with the default parameters, although it depends on the traffic shape. I'd recommend starting with defaults and adjusting if runtime errors such as packet queue overflow, etc. occur.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 14:29:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-Where-can-I-find-the-default-values-for/m-p/217279#M23581</guid>
      <dc:creator>vshcherbakov_sp</dc:creator>
      <dc:date>2015-09-09T14:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Stream: Where can I find the default values for the following parameters in streamfwd.xml? Is there a recommended range of values?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-Where-can-I-find-the-default-values-for/m-p/217280#M23582</link>
      <description>&lt;P&gt;Here is some additional guidance on when to change each of these parameters:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Increase ProcessingThreads if you see "Max packet queue size exceeded"&lt;/LI&gt;
&lt;LI&gt;Do not change MaxPacketQueueSize unless directed by a Splunk engineer (99.9% of the time this will have no impact other than increasing memory usage)&lt;/LI&gt;
&lt;LI&gt;Increase MaxTcpSessionCount if you see "Dropped ??? TCP session(s) due to session limit reached"&lt;/LI&gt;
&lt;LI&gt;Increase MaxTcpReassemblyPacketCount if you see ""TCP reassembly error - maximum number of cached packets reached"&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Please note that those last two conditions are almost always caused by data feed problems, such as a SPAN port that is configured to only send ingress packets, or a large number of packets being dropped (say, you are trying to send a 2 Gbps stream to a 1 Gb NIC). If you increase them and it only results in a delay in how long it takes to see the errors (and higher memory usage), this is likely the root cause.&lt;/P&gt;

&lt;P&gt;So, 99.9% of the time the only parameter you should ever have to change is ProcessingThreads.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 16:06:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-Where-can-I-find-the-default-values-for/m-p/217280#M23582</guid>
      <dc:creator>mdickey_splunk</dc:creator>
      <dc:date>2015-09-09T16:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Stream: Where can I find the default values for the following parameters in streamfwd.xml? Is there a recommended range of values?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-Where-can-I-find-the-default-values-for/m-p/217281#M23583</link>
      <description>&lt;P&gt;Great. Thank you. &lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 21:04:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-Where-can-I-find-the-default-values-for/m-p/217281#M23583</guid>
      <dc:creator>kwchang_splunk</dc:creator>
      <dc:date>2015-09-09T21:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Stream: Where can I find the default values for the following parameters in streamfwd.xml? Is there a recommended range of values?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-Where-can-I-find-the-default-values-for/m-p/217282#M23584</link>
      <description>&lt;P&gt;In case of using a dedicated server for running streamfwd, can I think that the proper value of ProcessingThreads would be same with the number of CPU core?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 21:25:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-Where-can-I-find-the-default-values-for/m-p/217282#M23584</guid>
      <dc:creator>kwchang_splunk</dc:creator>
      <dc:date>2015-09-09T21:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Stream: Where can I find the default values for the following parameters in streamfwd.xml? Is there a recommended range of values?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-Where-can-I-find-the-default-values-for/m-p/217283#M23585</link>
      <description>&lt;P&gt;Processing threads count should be set based on traffic load; there's no benefit of having 32 threads (not uncommon for a number of CPU cores these days) for processing ~1Gbps; in fact, there's some (not significant) memory overhead caused by running multiple processing threads. I believe for most use cases there's no need to set more than 8 processing threads.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 21:43:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-Where-can-I-find-the-default-values-for/m-p/217283#M23585</guid>
      <dc:creator>vshcherbakov_sp</dc:creator>
      <dc:date>2015-09-09T21:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Stream: Where can I find the default values for the following parameters in streamfwd.xml? Is there a recommended range of values?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-Where-can-I-find-the-default-values-for/m-p/217284#M23586</link>
      <description>&lt;P&gt;In addition to memory, there is also marginal CPU overhead for having more ProcessingThreads than is necessary.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2015 00:35:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-Where-can-I-find-the-default-values-for/m-p/217284#M23586</guid>
      <dc:creator>mdickey_splunk</dc:creator>
      <dc:date>2015-09-10T00:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Stream: Where can I find the default values for the following parameters in streamfwd.xml? Is there a recommended range of values?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-Where-can-I-find-the-default-values-for/m-p/217285#M23587</link>
      <description>&lt;P&gt;So what size should I increase MaxTcpSessionCount too?  And what are the ramifications of increasing it?  Should I be increasing it 10K blocks until the messages go away?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 00:42:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-Where-can-I-find-the-default-values-for/m-p/217285#M23587</guid>
      <dc:creator>Heff</dc:creator>
      <dc:date>2016-02-09T00:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Stream: Where can I find the default values for the following parameters in streamfwd.xml? Is there a recommended range of values?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-Where-can-I-find-the-default-values-for/m-p/217286#M23588</link>
      <description>&lt;P&gt;This is a sanity check, so setting it really high won't hurt anything unless it actually tries to go that high. You could try something like 100k or more and watch it. If it seems to settle around specific number (say 30k), then maybe lower it to 2x or so.&lt;/P&gt;

&lt;P&gt;Note that this threshold getting exceeded can be a sign of other problems, in which case it will just grow to the max no matter how high you set it. At a certain point, it would likely just run out of memory. Common causes may be stream only getting all ingress packets or all egress packets (but not both), or lots of dropped packets causing reassembly to fail.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 16:59:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-Where-can-I-find-the-default-values-for/m-p/217286#M23588</guid>
      <dc:creator>mdickey_splunk</dc:creator>
      <dc:date>2016-02-10T16:59:23Z</dc:date>
    </item>
  </channel>
</rss>

