<?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 optimizing Splunk multisite indexer replication traffic routes in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/optimizing-Splunk-multisite-indexer-replication-traffic-routes/m-p/762238#M24401</link>
    <description>&lt;P&gt;Is there a combination of settings that can optimize replication in a multisite cluster with 3+ sites where the links between sites are not identical?&lt;/P&gt;&lt;P&gt;Suppose you have three sites (site1, site2, site3).&amp;nbsp; Suppose site1 and site2 are connected by a fast link, and that site3 is far away with a slow link.&amp;nbsp; Suppose a bucket exists on site2 and site3 but not site1.&lt;/P&gt;&lt;P&gt;I there a combination of settings or hacks that can ensure site1 gets the bucket from nearby site2 and not from distant site3?&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jul 2026 21:09:15 GMT</pubDate>
    <dc:creator>satyenshah</dc:creator>
    <dc:date>2026-07-14T21:09:15Z</dc:date>
    <item>
      <title>optimizing Splunk multisite indexer replication traffic routes</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/optimizing-Splunk-multisite-indexer-replication-traffic-routes/m-p/762238#M24401</link>
      <description>&lt;P&gt;Is there a combination of settings that can optimize replication in a multisite cluster with 3+ sites where the links between sites are not identical?&lt;/P&gt;&lt;P&gt;Suppose you have three sites (site1, site2, site3).&amp;nbsp; Suppose site1 and site2 are connected by a fast link, and that site3 is far away with a slow link.&amp;nbsp; Suppose a bucket exists on site2 and site3 but not site1.&lt;/P&gt;&lt;P&gt;I there a combination of settings or hacks that can ensure site1 gets the bucket from nearby site2 and not from distant site3?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2026 21:09:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/optimizing-Splunk-multisite-indexer-replication-traffic-routes/m-p/762238#M24401</guid>
      <dc:creator>satyenshah</dc:creator>
      <dc:date>2026-07-14T21:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: optimizing Splunk multisite indexer replication traffic routes</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/optimizing-Splunk-multisite-indexer-replication-traffic-routes/m-p/762247#M24402</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;In a multisite cluster, Splunk’s replication placement logic doesn’t really optimize based on link speed or latency. It follows the site replication or search factor rules and the bucket copies available, not network topology awareness.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;The usual approach is to design the site configuration so copies are distributed in a way that matches your network layout. If you have very uneven links, you may need to rethink the site architecture rather than rely on Splunk to pick the “closest” peer.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;There isn’t a simple setting that forces site1 to always pull from the fastest site2 peer instead of site3. Network optimization usually comes from proper capacity planning, site definitions, and ensuring the desired copies exist where you need them.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Jul 2026 23:15:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/optimizing-Splunk-multisite-indexer-replication-traffic-routes/m-p/762247#M24402</guid>
      <dc:creator>henry_collins</dc:creator>
      <dc:date>2026-07-14T23:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: optimizing Splunk multisite indexer replication traffic routes</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/optimizing-Splunk-multisite-indexer-replication-traffic-routes/m-p/762299#M24422</link>
      <description>&lt;P&gt;Of course there's no simple setting, but the question is if there's a combination of settings (e.g. timeouts, retries,&amp;nbsp; retry intervals, iptables) which can mimic that absent setting.&lt;/P&gt;&lt;P&gt;For example, I've tried simply blocking port 8080 traffic from distant site3 to site2, to see if a recently-rebuilt peer in site2 would be able to fixup exclusively from site1, by exhausting retries for replicating a bucket from site3 until finally giving up, then retrying from site1, and then succeeding.&amp;nbsp; That apparently throws errors that jam up the fixup tasks.&amp;nbsp; But, with clever settings, it might work.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 12:10:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/optimizing-Splunk-multisite-indexer-replication-traffic-routes/m-p/762299#M24422</guid>
      <dc:creator>satyenshah</dc:creator>
      <dc:date>2026-07-16T12:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: optimizing Splunk multisite indexer replication traffic routes</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/optimizing-Splunk-multisite-indexer-replication-traffic-routes/m-p/762305#M24424</link>
      <description>&lt;P&gt;I'm not sure the CM's policy of assigning replication partners is anywhere officially documented so the best you could hope for would be trial and error. Anyway, if you deliberately broke replication from site1 to site2 in hope of getting buckets to go from site3 to site2... You'd get a lot of errors and alerts. I suppose your CM would have to do much more work because initial replication attempts would fail and it would have to initiate fixups (which could fail again.&lt;/P&gt;&lt;P&gt;So I would strongly advise against going that route. At best you'd have an unsupported setup with a very sensitive configuration which could go sideways at any moment. At worst - you'd break your whole clustering setup. And no sane support engineer will help you here other than by saying "go to the default settings".&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 17:05:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/optimizing-Splunk-multisite-indexer-replication-traffic-routes/m-p/762305#M24424</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2026-07-16T17:05:21Z</dc:date>
    </item>
  </channel>
</rss>

