<?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: Control bandwidth/network usage for Indexer Cluster Replication in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Control-bandwidth-network-usage-for-Indexer-Cluster-Replication/m-p/369685#M13601</link>
    <description>&lt;P&gt;Note that these settings need to be set on the Cluster Master, and a restart. Does not require a push or restart of indexing peers to have new settings take affect.&lt;/P&gt;</description>
    <pubDate>Fri, 11 May 2018 19:54:43 GMT</pubDate>
    <dc:creator>davidpaper</dc:creator>
    <dc:date>2018-05-11T19:54:43Z</dc:date>
    <item>
      <title>Control bandwidth/network usage for Indexer Cluster Replication</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Control-bandwidth-network-usage-for-Indexer-Cluster-Replication/m-p/369681#M13597</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;

&lt;P&gt;I have a requirement from my client to control the bandwidth usage for index replication. He is concerned that the index replication would exceed certain bandwidth that it impacts daily business operation. May I know is there any configuration settings which I can use to mitigate the case for that purpose? &lt;/P&gt;

&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 08:33:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Control-bandwidth-network-usage-for-Indexer-Cluster-Replication/m-p/369681#M13597</guid>
      <dc:creator>JohannLiebert92</dc:creator>
      <dc:date>2018-03-21T08:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Control bandwidth/network usage for Indexer Cluster Replication</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Control-bandwidth-network-usage-for-Indexer-Cluster-Replication/m-p/369682#M13598</link>
      <description>&lt;P&gt;Hi you can try adjusting these parameter in server.conf file but be careful while doing changes:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [clustering]
 max_peer_build_load = &amp;lt;integer&amp;gt;
 * This is the maximum number of concurrent tasks to make buckets
   searchable that can be assigned to a peer.
 * Defaults to 2.

 max_peer_rep_load = &amp;lt;integer&amp;gt;
 * This is the maximum number of concurrent non-streaming
   replications that a peer can take part in as a target.
 * Defaults to 5.

 max_peer_sum_rep_load = &amp;lt;integer&amp;gt;
 * This is the maximum number of concurrent summary replications
   that a peer can take part in as either a target or source.
 * Defaults to 5.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Mar 2018 11:38:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Control-bandwidth-network-usage-for-Indexer-Cluster-Replication/m-p/369682#M13598</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2018-03-22T11:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Control bandwidth/network usage for Indexer Cluster Replication</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Control-bandwidth-network-usage-for-Indexer-Cluster-Replication/m-p/369683#M13599</link>
      <description>&lt;P&gt;Hi, thanks for your suggestion, I will try it out. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 03:27:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Control-bandwidth-network-usage-for-Indexer-Cluster-Replication/m-p/369683#M13599</guid>
      <dc:creator>JohannLiebert92</dc:creator>
      <dc:date>2018-03-23T03:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Control bandwidth/network usage for Indexer Cluster Replication</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Control-bandwidth-network-usage-for-Indexer-Cluster-Replication/m-p/369684#M13600</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;just to make sure we are talking about the right thing:&lt;/P&gt;

&lt;P&gt;100GB/day results in approx 15GB on disk (journal.gz). This data is streamed from the primary peer (indexer) to the secondary peer where it's indexed again (multi site cluster might do things differently).&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Indexer/Bucketsandclusters"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Indexer/Bucketsandclusters&lt;/A&gt;&lt;BR /&gt;
So... 15GB/day is approx 1/6 megabyte/sec which is approx 1.5 MEGABIT/sec on the wire...&lt;/P&gt;

&lt;P&gt;And yes, peeks apply.&lt;/P&gt;

&lt;P&gt;Seriously, are we talking about bandwidth control in a datacenter where you have 1-40 GBit/sec?&lt;/P&gt;

&lt;P&gt;If you want to tweak the mentioned settings, please involve Splunk PS before you do...&lt;/P&gt;

&lt;P&gt;HTH,&lt;/P&gt;

&lt;P&gt;Holger&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 08:15:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Control-bandwidth-network-usage-for-Indexer-Cluster-Replication/m-p/369684#M13600</guid>
      <dc:creator>hsesterhenn_spl</dc:creator>
      <dc:date>2018-04-05T08:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Control bandwidth/network usage for Indexer Cluster Replication</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Control-bandwidth-network-usage-for-Indexer-Cluster-Replication/m-p/369685#M13601</link>
      <description>&lt;P&gt;Note that these settings need to be set on the Cluster Master, and a restart. Does not require a push or restart of indexing peers to have new settings take affect.&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 19:54:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Control-bandwidth-network-usage-for-Indexer-Cluster-Replication/m-p/369685#M13601</guid>
      <dc:creator>davidpaper</dc:creator>
      <dc:date>2018-05-11T19:54:43Z</dc:date>
    </item>
  </channel>
</rss>

