<?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 How to forward data in multisite cluster in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-forward-data-in-multisite-cluster/m-p/578749#M201695</link>
    <description>&lt;P&gt;Hello splunkers,&lt;/P&gt;&lt;P&gt;i need to understand the best way to&amp;nbsp;forward my data in multisite indexer cluster for Disaster Recovery management:&lt;/P&gt;&lt;P&gt;For example, we have:&lt;/P&gt;&lt;P&gt;On Site A&lt;/P&gt;&lt;P&gt;1 manager node (active)&lt;BR /&gt;3 peer nodes [IDX_1A,&amp;nbsp;IDX_2A,&amp;nbsp;IDX_3A ] (active)&lt;BR /&gt;1 search head (active)&lt;BR /&gt;2 Heavy Forwarder [HF_1A, HF_2A] (active)&lt;/P&gt;&lt;P&gt;On Site B&lt;/P&gt;&lt;P&gt;1 manager node (stand by)&lt;BR /&gt;3 peer nodes [IDX_1B,&amp;nbsp;IDX_2B,&amp;nbsp;IDX_3B ] (active)&lt;BR /&gt;1 search head (stand by)&lt;BR /&gt;2 Heavy Forwarder [HF_1B, HF_2B] (standy By)&lt;/P&gt;&lt;P&gt;On HF_1A and HF_2A the outputs.conf have to configure to send data to:&lt;/P&gt;&lt;P&gt;1) ALL site A and site B indexers (IDX_1A,&amp;nbsp;IDX_2A,&amp;nbsp;IDX_3A, IDX_1B,&amp;nbsp;IDX_2B,&amp;nbsp;IDX_3B)&lt;BR /&gt;we suppose that HF can comunicate with all&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;2) Only site A IDX? (IDX_1A,&amp;nbsp;IDX_2A,&amp;nbsp;IDX_3A)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;3) Any other way?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Fri, 17 Dec 2021 14:17:21 GMT</pubDate>
    <dc:creator>marco1987</dc:creator>
    <dc:date>2021-12-17T14:17:21Z</dc:date>
    <item>
      <title>How to forward data in multisite cluster</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-forward-data-in-multisite-cluster/m-p/578749#M201695</link>
      <description>&lt;P&gt;Hello splunkers,&lt;/P&gt;&lt;P&gt;i need to understand the best way to&amp;nbsp;forward my data in multisite indexer cluster for Disaster Recovery management:&lt;/P&gt;&lt;P&gt;For example, we have:&lt;/P&gt;&lt;P&gt;On Site A&lt;/P&gt;&lt;P&gt;1 manager node (active)&lt;BR /&gt;3 peer nodes [IDX_1A,&amp;nbsp;IDX_2A,&amp;nbsp;IDX_3A ] (active)&lt;BR /&gt;1 search head (active)&lt;BR /&gt;2 Heavy Forwarder [HF_1A, HF_2A] (active)&lt;/P&gt;&lt;P&gt;On Site B&lt;/P&gt;&lt;P&gt;1 manager node (stand by)&lt;BR /&gt;3 peer nodes [IDX_1B,&amp;nbsp;IDX_2B,&amp;nbsp;IDX_3B ] (active)&lt;BR /&gt;1 search head (stand by)&lt;BR /&gt;2 Heavy Forwarder [HF_1B, HF_2B] (standy By)&lt;/P&gt;&lt;P&gt;On HF_1A and HF_2A the outputs.conf have to configure to send data to:&lt;/P&gt;&lt;P&gt;1) ALL site A and site B indexers (IDX_1A,&amp;nbsp;IDX_2A,&amp;nbsp;IDX_3A, IDX_1B,&amp;nbsp;IDX_2B,&amp;nbsp;IDX_3B)&lt;BR /&gt;we suppose that HF can comunicate with all&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;2) Only site A IDX? (IDX_1A,&amp;nbsp;IDX_2A,&amp;nbsp;IDX_3A)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;3) Any other way?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 14:17:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-forward-data-in-multisite-cluster/m-p/578749#M201695</guid>
      <dc:creator>marco1987</dc:creator>
      <dc:date>2021-12-17T14:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward data in multisite cluster</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-forward-data-in-multisite-cluster/m-p/578769#M201706</link>
      <description>&lt;P&gt;Assuming the cost of inter-site network traffic is reasonable (nothing trans-oceanic, for instance) then have the forwarders send to all indexers.&amp;nbsp; That will better distribute primary buckets and improve search performance through better map-reduce.&lt;/P&gt;&lt;P&gt;If site A forwarders send only to site A indexers then site B will contain only replicated buckets.&amp;nbsp; The site B indexers will be less likely to participate in searches, so only 3 indexers instead of 6 will search.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 15:51:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-forward-data-in-multisite-cluster/m-p/578769#M201706</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-12-17T15:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward data in multisite cluster</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-forward-data-in-multisite-cluster/m-p/578778#M201708</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;here is described search affinity which&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;already mentioned.&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.3/Indexer/Multisitesearchaffinity" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.3/Indexer/Multisitesearchaffinity&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;already said you need to know e.g. latency between sites to make decisions is another site only DR backup or will it participate also in normal usage.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 16:18:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-forward-data-in-multisite-cluster/m-p/578778#M201708</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-12-17T16:18:50Z</dc:date>
    </item>
  </channel>
</rss>

