<?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: Ideal Heavy Forwarder to Universal Forwarder ratio? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220514#M8260</link>
    <description>&lt;P&gt;&lt;CODE&gt;forceTimebasedAutoLB&lt;/CODE&gt; won't change much to the DoS aspect.&lt;BR /&gt;
&lt;CODE&gt;useAck&lt;/CODE&gt; is good if you have an indexer cluster and want to make sure 100.000% of events get through even during a failure.&lt;/P&gt;</description>
    <pubDate>Sun, 13 Sep 2015 15:02:26 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2015-09-13T15:02:26Z</dc:date>
    <item>
      <title>Ideal Heavy Forwarder to Universal Forwarder ratio?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220510#M8256</link>
      <description>&lt;P&gt;Dear SPLUNK Community,&lt;/P&gt;

&lt;P&gt;I have around 150 UF, 2 HF and 4 Indexers. &lt;/P&gt;

&lt;P&gt;I intend to auto load balance data from UF-&amp;gt;HF and also HF-&amp;gt;Indexer.&lt;/P&gt;

&lt;P&gt;Is it fine to connect 150 UFs to 2 HFs? Do I need to change any configuration- ex. thruput parameter (in limits.conf) or maxQueueSize (in outputs.conf) in the UF/HF/Indexer?&lt;/P&gt;

&lt;P&gt;Thanks in advance!&lt;BR /&gt;
Ishaan&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2015 09:22:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220510#M8256</guid>
      <dc:creator>ishaanshekhar</dc:creator>
      <dc:date>2015-09-13T09:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal Heavy Forwarder to Universal Forwarder ratio?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220511#M8257</link>
      <description>&lt;P&gt;The heavy forwarders will be fine.&lt;/P&gt;

&lt;P&gt;However, your two heavy forwarders will only firehose to up to two indexers at a time. As a result, your indexing load balancing is skewed and - in a worst-case scenario - will equal a rolling denial of service on your indexers.&lt;BR /&gt;
On the other hand, the remaining two or three indexers will have nothing to index while the heavy forwarders are sending to the other indexer(s). That'll also skew search load balancing more than necessary later on.&lt;/P&gt;

&lt;P&gt;If you absolutely want to add this extra forwarding tier, make sure you have more heavy forwarders than indexers to mitigate this.&lt;/P&gt;

&lt;P&gt;From a config perspective, the universal forwarders don't need any changes. They just forward their data, and don't really care to whom they forward.&lt;BR /&gt;
The heavy forwarders don't have a thruput limit by default, so you don't need to increase that. (Sidenote: this contributes to the rolling denial of service - a heavy forwarder can often do more thruput than an indexer can index.)&lt;BR /&gt;
The indexers also don't need config changes, they don't really care where their data is coming from. You can't fix the rolling DoS on the config side anyway...&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2015 10:41:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220511#M8257</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-09-13T10:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal Heavy Forwarder to Universal Forwarder ratio?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220512#M8258</link>
      <description>&lt;P&gt;+1 on the &lt;CODE&gt;.conf&lt;/CODE&gt; and the DOS on the indexers&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2015 10:48:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220512#M8258</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-09-13T10:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal Heavy Forwarder to Universal Forwarder ratio?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220513#M8259</link>
      <description>&lt;P&gt;Thank you Martin and MuS. &lt;/P&gt;

&lt;P&gt;I read more on this topic. Would adding the following line in outputs.conf in UFs, and HFs solve this issue?&lt;BR /&gt;
forceTimebasedAutoLB = true&lt;/P&gt;

&lt;P&gt;Additionally, should I also consider useAck = true on HF side?&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2015 15:00:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220513#M8259</guid>
      <dc:creator>ishaanshekhar</dc:creator>
      <dc:date>2015-09-13T15:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal Heavy Forwarder to Universal Forwarder ratio?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220514#M8260</link>
      <description>&lt;P&gt;&lt;CODE&gt;forceTimebasedAutoLB&lt;/CODE&gt; won't change much to the DoS aspect.&lt;BR /&gt;
&lt;CODE&gt;useAck&lt;/CODE&gt; is good if you have an indexer cluster and want to make sure 100.000% of events get through even during a failure.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2015 15:02:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220514#M8260</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-09-13T15:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal Heavy Forwarder to Universal Forwarder ratio?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220515#M8261</link>
      <description>&lt;P&gt;Thanks Martin! I am sorry but I am not that knowledgeable on this DoS subject. Could you please suggest me some articles that I could go through? &lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2015 15:26:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220515#M8261</guid>
      <dc:creator>ishaanshekhar</dc:creator>
      <dc:date>2015-09-13T15:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal Heavy Forwarder to Universal Forwarder ratio?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220516#M8262</link>
      <description>&lt;P&gt;Could you please also suggest if I could route the data differently from HFs to Indexers?&lt;/P&gt;

&lt;P&gt;e.g. HF1 -&amp;gt; Ind1, Ind2&lt;BR /&gt;
and HF2 -&amp;gt; Ind3, Ind4&lt;/P&gt;

&lt;P&gt;Or anything else?&lt;/P&gt;

&lt;P&gt;Thanks a ton, @martin_mueller &lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2015 16:13:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220516#M8262</guid>
      <dc:creator>ishaanshekhar</dc:creator>
      <dc:date>2015-09-13T16:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal Heavy Forwarder to Universal Forwarder ratio?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220517#M8263</link>
      <description>&lt;P&gt;Splitting things up artificially like that doesn't really change things, just makes your environment more complicated.&lt;/P&gt;

&lt;P&gt;Let your UFs load balance directly to your indexers.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2015 16:14:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220517#M8263</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-09-13T16:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal Heavy Forwarder to Universal Forwarder ratio?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220518#M8264</link>
      <description>&lt;P&gt;Thank you, @martin_mueller . I read somewhere that we can filter events off license meter only at Heavy Forwarder level. Can it be done at Indexer level as well?&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2015 18:11:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220518#M8264</guid>
      <dc:creator>ishaanshekhar</dc:creator>
      <dc:date>2015-09-13T18:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal Heavy Forwarder to Universal Forwarder ratio?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220519#M8265</link>
      <description>&lt;P&gt;Indexers can filter before the license meter just as well.&lt;/P&gt;

&lt;P&gt;You need a heavy forwarder if you want to filter &lt;EM&gt;at the source&lt;/EM&gt;, before ever sending data over the wire. For example, if your network between the machines with your UFs and the indexers is slow then you may want to use HFs instead of the UFs and filter before sending. Similarly, if you're filtering out data that legally may not be transferred off that machine you'll want HFs instead of UFs too.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2015 18:45:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220519#M8265</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-09-13T18:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal Heavy Forwarder to Universal Forwarder ratio?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220520#M8266</link>
      <description>&lt;P&gt;Thanks a ton! &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/172708"&gt;@martin_mueller&lt;/a&gt; . Really appreciate your expertise knowledge...&lt;/P&gt;

&lt;P&gt;I may not use HF in this scenario. That leaves me with my last question on this topic....&lt;/P&gt;

&lt;P&gt;On UFs my outputs.conf is like:&lt;/P&gt;

&lt;P&gt;[tcpout:]&lt;BR /&gt;
server = Ind_1:port, Ind_2:port, Ind_3:port, Ind_4:port&lt;BR /&gt;
autoLB = true&lt;BR /&gt;
autoLBFrequency = 20&lt;/P&gt;

&lt;P&gt;Should I also add this (or any other parameter?) to avoid any DoS or any other issue?&lt;BR /&gt;
forceTimebasedAutoLB = true&lt;/P&gt;

&lt;P&gt;Thanks!!!&lt;BR /&gt;
Ishaan&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:16:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220520#M8266</guid>
      <dc:creator>ishaanshekhar</dc:creator>
      <dc:date>2020-09-29T07:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ideal Heavy Forwarder to Universal Forwarder ratio?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220521#M8267</link>
      <description>&lt;P&gt;All you really need is the &lt;CODE&gt;server=&lt;/CODE&gt; setting. Leaving everything else unset (= defaults) is fine.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2015 22:23:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Ideal-Heavy-Forwarder-to-Universal-Forwarder-ratio/m-p/220521#M8267</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-09-14T22:23:39Z</dc:date>
    </item>
  </channel>
</rss>

