<?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 AutoLB Volume in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/AutoLB-Volume/m-p/331380#M19536</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I have 60 indexers and 40 forwarders, I want to set the AutoLB volume, do you know a metric search to calculate a correct value to balance the data load between the indexers?&lt;/P&gt;</description>
    <pubDate>Wed, 11 Apr 2018 07:56:08 GMT</pubDate>
    <dc:creator>asabatini85</dc:creator>
    <dc:date>2018-04-11T07:56:08Z</dc:date>
    <item>
      <title>AutoLB Volume</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/AutoLB-Volume/m-p/331380#M19536</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I have 60 indexers and 40 forwarders, I want to set the AutoLB volume, do you know a metric search to calculate a correct value to balance the data load between the indexers?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 07:56:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/AutoLB-Volume/m-p/331380#M19536</guid>
      <dc:creator>asabatini85</dc:creator>
      <dc:date>2018-04-11T07:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: AutoLB Volume</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/AutoLB-Volume/m-p/331381#M19537</link>
      <description>&lt;P&gt;You can use &lt;CODE&gt;autoLBVolume&lt;/CODE&gt; parameter in outputs.conf. Refer below document for more details:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.3/Admin/Outputsconf"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.3/Admin/Outputsconf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 08:23:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/AutoLB-Volume/m-p/331381#M19537</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2018-04-11T08:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: AutoLB Volume</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/AutoLB-Volume/m-p/331382#M19538</link>
      <description>&lt;P&gt;Yes, I know the autoLBVolume parameter, I want to know if exist a metric search to calculate how much volume my architecture hold.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 13:07:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/AutoLB-Volume/m-p/331382#M19538</guid>
      <dc:creator>asabatini85</dc:creator>
      <dc:date>2018-04-11T13:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: AutoLB Volume</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/AutoLB-Volume/m-p/331383#M19539</link>
      <description>&lt;P&gt;Try using below search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal" source="*metrics.log" group="per_host_thruput" | chart sum(kb) by series | sort - sum(kb)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you want license usage:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=_internal source="*license_usage.log" type=usage type=Usage idx=* pool="Your Pool Name" earliest=-30d@d latest=@d
 | eval GB = b
 | timechart limit=50 partial=false span=1d sum(eval(GB/1024/1024/1024)) by idx
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 Apr 2018 13:16:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/AutoLB-Volume/m-p/331383#M19539</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2018-04-11T13:16:20Z</dc:date>
    </item>
  </channel>
</rss>

