<?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: Load Balancing at UF to HF in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369910#M67128</link>
    <description>&lt;P&gt;@harsmarvania57 &lt;/P&gt;

&lt;P&gt;Yes. You got me right.&lt;/P&gt;

&lt;P&gt;I do understand that, we have 16 HFs in our environment and most of them use this built, hence my question. We were using a 3rd Party LB  to manage LB activities, we are trying to get rid of that for Splunk application.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2018 13:03:49 GMT</pubDate>
    <dc:creator>vr2312</dc:creator>
    <dc:date>2018-02-08T13:03:49Z</dc:date>
    <item>
      <title>Load Balancing at UF to HF</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369904#M67122</link>
      <description>&lt;P&gt;We have the current infrastructure : &lt;/P&gt;

&lt;P&gt;UF -&amp;gt; HF -&amp;gt; Indexers&lt;/P&gt;

&lt;P&gt;Can i set up Load Balancing at the outputs.conf so that data is forwarded equally to the HF ?&lt;/P&gt;

&lt;P&gt;I would like to know the pros and cons for this.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 11:52:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369904#M67122</guid>
      <dc:creator>vr2312</dc:creator>
      <dc:date>2018-02-08T11:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing at UF to HF</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369905#M67123</link>
      <description>&lt;P&gt;Assuming you have multiple HFs, then yes, you can configure your UFs to apply autoloadbalancing to distribute the data across those HFs. Do make sure all those HFs have the relevant TAs installed for the index time configurations (props and transforms).&lt;/P&gt;

&lt;P&gt;You might want to take a look at the EVENT_BREAKER setting on UFs, to help them recognize event boundaries which significantly improves their autoloadbalancing behavior.&lt;/P&gt;

&lt;P&gt;Advantage of applying load balancing already between UF and HF is that it should improve data distribution (and as a result, search performance) and it also prevents downtime of one of the HFs to block all UFs that were sending to it (through load balancing they can simply switch over to the other HFs).&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 12:06:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369905#M67123</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-02-08T12:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing at UF to HF</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369906#M67124</link>
      <description>&lt;P&gt;Hi @vr2312,&lt;/P&gt;

&lt;P&gt;Yes you can setup auto load-balancing in outputs.conf on UF, so that UF will send data to multiple HF.&lt;/P&gt;

&lt;P&gt;Pros:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;It will be good to setup outputs.conf with autoLB method so that if in future any HF will go down data will still forwarded from another HF -&amp;gt; IDX.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;As far as I know there are no cons in this auto load balancing setup.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 12:07:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369906#M67124</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2018-02-08T12:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing at UF to HF</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369907#M67125</link>
      <description>&lt;P&gt;Thank you @harsmarvania57 and @FrankVI for your answers.&lt;/P&gt;

&lt;P&gt;If i have one of my Server hosting 4 instances of HF, would i still be able to achieve this ?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 12:47:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369907#M67125</guid>
      <dc:creator>vr2312</dc:creator>
      <dc:date>2018-02-08T12:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing at UF to HF</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369908#M67126</link>
      <description>&lt;P&gt;If I am understanding your comment correctly, you are running single server with 4 different splunk instances running on same server and acting as HF, in that case you can achieve this because your all HF listening/receiving data from UF on different ports but I can't see any benefit for this one because if your server will go down then all 4 HF instances will go down and UF-&amp;gt;HF data transfer will be stopped.&lt;/P&gt;

&lt;P&gt;Any specific reason to run 4 different splunk instances on same server because it is not a good practice.&lt;/P&gt;

&lt;P&gt;Please correct me if I misunderstood your comment.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 12:54:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369908#M67126</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2018-02-08T12:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing at UF to HF</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369909#M67127</link>
      <description>&lt;P&gt;Theoretically you could, by having those instances use different ports or bind them each to specific (virtual) ip addresses or something like that, but running multiple instances of Splunk on a single server is not supported by Splunk, so I wouldn't recommend doing that.&lt;/P&gt;

&lt;P&gt;What was your intention with setting up 4 HFs on a single server?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 12:55:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369909#M67127</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-02-08T12:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing at UF to HF</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369910#M67128</link>
      <description>&lt;P&gt;@harsmarvania57 &lt;/P&gt;

&lt;P&gt;Yes. You got me right.&lt;/P&gt;

&lt;P&gt;I do understand that, we have 16 HFs in our environment and most of them use this built, hence my question. We were using a 3rd Party LB  to manage LB activities, we are trying to get rid of that for Splunk application.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 13:03:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369910#M67128</guid>
      <dc:creator>vr2312</dc:creator>
      <dc:date>2018-02-08T13:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing at UF to HF</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369911#M67129</link>
      <description>&lt;P&gt;@harsmarvania57 and @FrankVI&lt;/P&gt;

&lt;P&gt;yes, it is not recommended by Splunk, but we have been running like that for the past 5 years and never came across a hiccup. These servers are highly powerful and we found them under-utilizing the resources&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 13:05:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369911#M67129</guid>
      <dc:creator>vr2312</dc:creator>
      <dc:date>2018-02-08T13:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing at UF to HF</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369912#M67130</link>
      <description>&lt;P&gt;Best practice is, do not load-balance data transfer from S2S (Splunk to Splunk) using 3rd party LB. So you can use autoLB method as I mentioned earlier from UF to HF.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 13:07:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369912#M67130</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2018-02-08T13:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing at UF to HF</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369913#M67131</link>
      <description>&lt;P&gt;To better utilize server resources, you could also look into enabling multiple pipelines on a single splunk instance. Or simply replacing 16 big servers with 32 smaller servers or something. But that all depends a bit on how flexible you are in replacing servers (for virtuals that might be easier then when it is running on bare metal).&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 13:39:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-at-UF-to-HF/m-p/369913#M67131</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-02-08T13:39:18Z</dc:date>
    </item>
  </channel>
</rss>

