<?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 determine if forwarder weight distribution is good from search? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-determine-if-forwarder-weight-distribution-is-good-from/m-p/472045#M132813</link>
    <description>&lt;P&gt;I need help figuring something out.&lt;BR /&gt;&lt;BR /&gt;
Got this search during .conf19 to be used to do a Forwarder weight distribution search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal Metrics sourcetype=splunkd TERM(group=tcpin_connections) earliest=-4hr latest=now [|dbinspect index=_* 
|stats values(splunk_server) as indexer 
|eval search="host IN (".mvjoin(mvfilter(indexer!=""),",").")"] 
|stats sum(kb) as throughput by hostname 
|sort - throughput 
|eventstats sum(throughput) as total_throughput dc(hostname) as all_forwarders 
|streamstats sum(throughput) as accumlated_throughput count by all_forwarders 
|eval coverage=accumlated_throughput/total_throughput, progress_through_forwarders=count/all_forwarders 
|bin progress_through_forwarders bins=100 
|stats max(coverage) as coverage by progress_through_forwarders all_forwarders 
|fields progress_through_forwarders coverage
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How do I interpret the results from this search?  If the numerical representation of coverage is within 0.1 across all results is that success?  Across 100 results, the coverage values range from 0.82594059014 to 1.0000000.  &lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2019 15:43:57 GMT</pubDate>
    <dc:creator>mhouse</dc:creator>
    <dc:date>2019-10-30T15:43:57Z</dc:date>
    <item>
      <title>How to determine if forwarder weight distribution is good from search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-determine-if-forwarder-weight-distribution-is-good-from/m-p/472045#M132813</link>
      <description>&lt;P&gt;I need help figuring something out.&lt;BR /&gt;&lt;BR /&gt;
Got this search during .conf19 to be used to do a Forwarder weight distribution search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal Metrics sourcetype=splunkd TERM(group=tcpin_connections) earliest=-4hr latest=now [|dbinspect index=_* 
|stats values(splunk_server) as indexer 
|eval search="host IN (".mvjoin(mvfilter(indexer!=""),",").")"] 
|stats sum(kb) as throughput by hostname 
|sort - throughput 
|eventstats sum(throughput) as total_throughput dc(hostname) as all_forwarders 
|streamstats sum(throughput) as accumlated_throughput count by all_forwarders 
|eval coverage=accumlated_throughput/total_throughput, progress_through_forwarders=count/all_forwarders 
|bin progress_through_forwarders bins=100 
|stats max(coverage) as coverage by progress_through_forwarders all_forwarders 
|fields progress_through_forwarders coverage
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How do I interpret the results from this search?  If the numerical representation of coverage is within 0.1 across all results is that success?  Across 100 results, the coverage values range from 0.82594059014 to 1.0000000.  &lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 15:43:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-determine-if-forwarder-weight-distribution-is-good-from/m-p/472045#M132813</guid>
      <dc:creator>mhouse</dc:creator>
      <dc:date>2019-10-30T15:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine if forwarder weight distribution is good from search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-determine-if-forwarder-weight-distribution-is-good-from/m-p/472046#M132814</link>
      <description>&lt;P&gt;Hi  mhouse,&lt;BR /&gt;
did you already explored the Management Console?&lt;BR /&gt;
probably there's that you're searching: I used it for a customer some months ago.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 16:57:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-determine-if-forwarder-weight-distribution-is-good-from/m-p/472046#M132814</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-10-30T16:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine if forwarder weight distribution is good from search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-determine-if-forwarder-weight-distribution-is-good-from/m-p/472047#M132815</link>
      <description>&lt;P&gt;I don't understand your question.  I ran my query on the SH and I am seeking help in understanding the results.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 17:00:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-determine-if-forwarder-weight-distribution-is-good-from/m-p/472047#M132815</guid>
      <dc:creator>mhouse</dc:creator>
      <dc:date>2019-10-30T17:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine if forwarder weight distribution is good from search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-determine-if-forwarder-weight-distribution-is-good-from/m-p/472048#M132816</link>
      <description>&lt;P&gt;If you are using indexer discovery, then the monitoring console on the master will provide a tremendous amount of information regarding your forwarders. Including status, thruput, distribution, and much more.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 19:17:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-determine-if-forwarder-weight-distribution-is-good-from/m-p/472048#M132816</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2019-10-30T19:17:23Z</dc:date>
    </item>
  </channel>
</rss>

