<?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: Prefential Load Balancing from Universal Forwarders to HF/EPs in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Prefential-Load-Balancing-from-Universal-Forwarders-to-HF-EPs/m-p/701627#M116098</link>
    <description>&lt;P&gt;If you define multiple output groups, events are pushed to all of them at the same time (unless you override the routing per input or in transform).&lt;/P&gt;&lt;P&gt;If you have multiple destination hosts in an output group, they are handled in a round robin way. There's no other way using built-in mechanics.&lt;/P&gt;&lt;P&gt;You'd need to either use http output and install and intermediate http rev-proxy with health-checked and prioritized backends or do some form of external "switching" of the destination based either on some dynamic network-level redirects or DNS-based mechanisms. But all those are generally non-splunk solutions and add complexity to your deployment.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2024 09:50:04 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2024-10-11T09:50:04Z</dc:date>
    <item>
      <title>Prefential Load Balancing from Universal Forwarders to HF/EPs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Prefential-Load-Balancing-from-Universal-Forwarders-to-HF-EPs/m-p/701598#M116095</link>
      <description>&lt;P&gt;We are looking to deploy Edge Processors (EP) in a high availability configuration - with 2 EP systems per site and multiple sites. We need to use Edge Processors (or Heavy Fowarders, I guess?) to ingest and filter/transform the event logs before they leave our environment and go to our MSSP Splunk Cloud.&lt;/P&gt;&lt;P&gt;Ideally, I want the Universal Forwarders (UF) to use the local site EPs.&amp;nbsp;However, in the case that those are unavailable, I would like the UFs to failover to use the EPs at another site.&lt;/P&gt;&lt;P&gt;I do not want to have the UFs use the EPs at another site by default, as this will increase WAN costs, so I can't simply list all the servers in the defaultGroup.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;PRE&gt;[tcpout]
defaultGroup=site_one_ingest

[tcpout:site_one_ingest]
disabled=false
server=10.1.0.1:9997,10.1.0.2:9997&lt;BR /&gt;&lt;BR /&gt;[tcpout:site_two_ingest]&lt;BR /&gt;disabled=true&lt;BR /&gt;server=10.2.0.1:9997,10.2.0.2:9997&lt;/PRE&gt;&lt;P&gt;Is there any way to configure the UFs to prefer the local Edge Processors (&lt;FONT face="simsun,hei"&gt;site_one_ingest&lt;/FONT&gt;), but then to failover to the second site (&lt;FONT face="simsun,hei"&gt;site_two_ingest&lt;/FONT&gt;) if those systems are not available?&lt;/P&gt;&lt;P&gt;Is it also possible for the configuration to support automated failback/recovery?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 22:44:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Prefential-Load-Balancing-from-Universal-Forwarders-to-HF-EPs/m-p/701598#M116095</guid>
      <dc:creator>jatkb</dc:creator>
      <dc:date>2024-10-10T22:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Prefential Load Balancing from Universal Forwarders to HF/EPs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Prefential-Load-Balancing-from-Universal-Forwarders-to-HF-EPs/m-p/701606#M116097</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/272829"&gt;@jatkb&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;usually connectione between Splunk systems are configured in autoloadbalancing so you have load distribution and failover management between the receiverse (both HFs or IDXs):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[tcpout]
defaultGroup=autoloadbalancing

[tcpout:autoloadbalancing]
disabled=false
server=10.1.0.1:9997, 10.1.0.2:9997, 10.2.0.1:9997, 10.2.0.2:9997&lt;/LI-CODE&gt;&lt;P&gt;Otherwise I don't think that it's possible to have an automatic failover management.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 06:07:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Prefential-Load-Balancing-from-Universal-Forwarders-to-HF-EPs/m-p/701606#M116097</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-10-11T06:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Prefential Load Balancing from Universal Forwarders to HF/EPs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Prefential-Load-Balancing-from-Universal-Forwarders-to-HF-EPs/m-p/701627#M116098</link>
      <description>&lt;P&gt;If you define multiple output groups, events are pushed to all of them at the same time (unless you override the routing per input or in transform).&lt;/P&gt;&lt;P&gt;If you have multiple destination hosts in an output group, they are handled in a round robin way. There's no other way using built-in mechanics.&lt;/P&gt;&lt;P&gt;You'd need to either use http output and install and intermediate http rev-proxy with health-checked and prioritized backends or do some form of external "switching" of the destination based either on some dynamic network-level redirects or DNS-based mechanisms. But all those are generally non-splunk solutions and add complexity to your deployment.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 09:50:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Prefential-Load-Balancing-from-Universal-Forwarders-to-HF-EPs/m-p/701627#M116098</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-10-11T09:50:04Z</dc:date>
    </item>
  </channel>
</rss>

