<?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: Disable AutoLB in Splunk UniversalForwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Disable-AutoLB-in-Splunk-UniversalForwarder/m-p/576205#M101826</link>
    <description>&lt;P class="lia-align-left"&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222210"&gt;@aasabatini&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;Thank you for your response.&amp;nbsp; I just wanted to show you my configs and how the UF is behaving.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I don't want to introduce a clustered set up, I have a distributed set up with 1 SHD + 1 IDX in 2 disparate data centers.&amp;nbsp; Our Splunk needs are quite simplistic, and this set up worked out best for my firm from a cost &amp;amp; maintenance perspective.&lt;BR /&gt;&lt;BR /&gt;Although the UF just knows to hit the 2 IDX'ers it behaves as it is if load balancing that one indexer every 30 seconds.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;I hope that makes sense.&amp;nbsp; Looking forward to your response.&lt;/P&gt;&lt;P class="lia-align-left"&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 24 Nov 2021 15:24:09 GMT</pubDate>
    <dc:creator>govardha</dc:creator>
    <dc:date>2021-11-24T15:24:09Z</dc:date>
    <item>
      <title>Disable AutoLB in Splunk UniversalForwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disable-AutoLB-in-Splunk-UniversalForwarder/m-p/576192#M101823</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a setup similar to the example shown in this page, we noticed that the firewalls showing systematic tcp session breakdown/rebuild.&amp;nbsp; &amp;nbsp; So it looks like the the default setting of autoLBFrequency=30 is in use.&lt;/P&gt;&lt;P&gt;Further it looks like in the newer versions of the Splunk UF which we are on have deprecated the disabling LB functionality.&lt;/P&gt;&lt;P&gt;Can I set this setting to 86400 or something like that so that it doesn't break and recreate connections all the time?&amp;nbsp; Are there any pitfalls with this approach?&amp;nbsp; Are there any other hacks that will allow me to disable LB which makes no sense if a group has just 1 IDX in it?&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Forwarder/8.2.3/Forwarder/Configureforwardingwithoutputs.conf" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Forwarder/8.2.3/Forwarder/Configureforwardingwithoutputs.conf&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;[tcpout]
defaultGroup=indexer1,indexer2

[tcpout:indexer1]
server=10.1.1.197:9997

[tcpout:indexer2]
server=10.1.1.200:9997&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 14:19:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disable-AutoLB-in-Splunk-UniversalForwarder/m-p/576192#M101823</guid>
      <dc:creator>govardha</dc:creator>
      <dc:date>2021-11-24T14:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Disable AutoLB in Splunk UniversalForwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disable-AutoLB-in-Splunk-UniversalForwarder/m-p/576197#M101824</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/70249"&gt;@govardha&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't understand very well your question, anyway the configuration you shared on your message is not for the load balancing but for clonining the data across the 2 indexers&lt;/P&gt;&lt;P&gt;to use the load balancing check this configuration&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[tcpout]
defaultGroup=my_indexers

[tcpout:my_indexers]
server=10.1.1.197:9997, 10.1.1.200:9997&lt;/LI-CODE&gt;&lt;P&gt;anyway if your want cloning the data without the load-balancing your configuration works well.&lt;/P&gt;&lt;P&gt;or another option you can configure cluster replication across the 2 indexers and send the data to only 1, but doesn't make sense&lt;/P&gt;&lt;P&gt;I hope this is useful for you&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 14:37:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disable-AutoLB-in-Splunk-UniversalForwarder/m-p/576197#M101824</guid>
      <dc:creator>aasabatini</dc:creator>
      <dc:date>2021-11-24T14:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disable AutoLB in Splunk UniversalForwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disable-AutoLB-in-Splunk-UniversalForwarder/m-p/576205#M101826</link>
      <description>&lt;P class="lia-align-left"&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222210"&gt;@aasabatini&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;Thank you for your response.&amp;nbsp; I just wanted to show you my configs and how the UF is behaving.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I don't want to introduce a clustered set up, I have a distributed set up with 1 SHD + 1 IDX in 2 disparate data centers.&amp;nbsp; Our Splunk needs are quite simplistic, and this set up worked out best for my firm from a cost &amp;amp; maintenance perspective.&lt;BR /&gt;&lt;BR /&gt;Although the UF just knows to hit the 2 IDX'ers it behaves as it is if load balancing that one indexer every 30 seconds.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;I hope that makes sense.&amp;nbsp; Looking forward to your response.&lt;/P&gt;&lt;P class="lia-align-left"&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 15:24:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disable-AutoLB-in-Splunk-UniversalForwarder/m-p/576205#M101826</guid>
      <dc:creator>govardha</dc:creator>
      <dc:date>2021-11-24T15:24:09Z</dc:date>
    </item>
  </channel>
</rss>

