<?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 find host reporting to various indexers. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/find-host-reporting-to-various-indexers/m-p/88387#M22603</link>
    <description>&lt;P&gt;I have hosts/forwarders reporting to multiple indexers using load balancing.I have 3 in Americas,2 in Aspac.&lt;/P&gt;

&lt;P&gt;I am able to get the output using the query
index="_internal" source="*metrics.log" per_host_thruput | chart sum(kb) by series, splunk_server.&lt;/P&gt;

&lt;P&gt;I want to get the output with the following columns host,TotalVolume,Indexer/s&lt;/P&gt;

&lt;P&gt;Could you please help.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Nov 2010 23:09:45 GMT</pubDate>
    <dc:creator>sanju005ind</dc:creator>
    <dc:date>2010-11-12T23:09:45Z</dc:date>
    <item>
      <title>find host reporting to various indexers.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/find-host-reporting-to-various-indexers/m-p/88387#M22603</link>
      <description>&lt;P&gt;I have hosts/forwarders reporting to multiple indexers using load balancing.I have 3 in Americas,2 in Aspac.&lt;/P&gt;

&lt;P&gt;I am able to get the output using the query
index="_internal" source="*metrics.log" per_host_thruput | chart sum(kb) by series, splunk_server.&lt;/P&gt;

&lt;P&gt;I want to get the output with the following columns host,TotalVolume,Indexer/s&lt;/P&gt;

&lt;P&gt;Could you please help.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2010 23:09:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/find-host-reporting-to-various-indexers/m-p/88387#M22603</guid>
      <dc:creator>sanju005ind</dc:creator>
      <dc:date>2010-11-12T23:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: find host reporting to various indexers.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/find-host-reporting-to-various-indexers/m-p/88388#M22604</link>
      <description>&lt;P&gt;What do you mean by host?   Do you mean forwarder?&lt;/P&gt;</description>
      <pubDate>Sat, 13 Nov 2010 00:44:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/find-host-reporting-to-various-indexers/m-p/88388#M22604</guid>
      <dc:creator>Simeon</dc:creator>
      <dc:date>2010-11-13T00:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: find host reporting to various indexers.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/find-host-reporting-to-various-indexers/m-p/88389#M22605</link>
      <description>&lt;P&gt;You should be able to search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*.metrics.log group=per_host_thruput | stats sum(kb) as TotalVolume values(splunk_server) as "Indexer/s" by series | rename series as host
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 13 Nov 2010 07:48:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/find-host-reporting-to-various-indexers/m-p/88389#M22605</guid>
      <dc:creator>Stephen_Sorkin</dc:creator>
      <dc:date>2010-11-13T07:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: find host reporting to various indexers.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/find-host-reporting-to-various-indexers/m-p/88390#M22606</link>
      <description>&lt;P&gt;Thanks a lot Stephen.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2010 20:29:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/find-host-reporting-to-various-indexers/m-p/88390#M22606</guid>
      <dc:creator>sanju005ind</dc:creator>
      <dc:date>2010-11-15T20:29:12Z</dc:date>
    </item>
  </channel>
</rss>

