<?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: How can we find the Heavy Forwarders data flow? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-we-find-the-Heavy-Forwarders-data-flow/m-p/432576#M75667</link>
    <description>&lt;P&gt;Assuming that you named your HF tier differently than your Indexer tier, you can use a search like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal AND component=Metrics tcpout* | stats values(name) dc(name) AS options BY host | sort 0 options
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 12 Jul 2018 03:24:28 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2018-07-12T03:24:28Z</dc:date>
    <item>
      <title>How can we find the Heavy Forwarders data flow?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-we-find-the-Heavy-Forwarders-data-flow/m-p/432572#M75663</link>
      <description>&lt;P&gt;We have two Heavy Forwarders through which quite a bit of data is flowing through. We have access to the back end, such as to the metrics logs but not to the UI. How can we find out the daily amount of data which goes through these heavy forwarders?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 17:18:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-we-find-the-Heavy-Forwarders-data-flow/m-p/432572#M75663</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-07-11T17:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can we find the Heavy Forwarders data flow?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-we-find-the-Heavy-Forwarders-data-flow/m-p/432573#M75664</link>
      <description>&lt;P&gt;YOu can run CLI searches to those metrics logs to get the data you want (provided you've Splunk credentials with permission to view _internal index).&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.1.1/Troubleshooting/Aboutmetricslog"&gt;https://docs.splunk.com/Documentation/Splunk/7.1.1/Troubleshooting/Aboutmetricslog&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 17:56:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-we-find-the-Heavy-Forwarders-data-flow/m-p/432573#M75664</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-07-11T17:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can we find the Heavy Forwarders data flow?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-we-find-the-Heavy-Forwarders-data-flow/m-p/432574#M75665</link>
      <description>&lt;P&gt;Most cheerful @somesoni2 - thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 18:17:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-we-find-the-Heavy-Forwarders-data-flow/m-p/432574#M75665</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-07-11T18:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can we find the Heavy Forwarders data flow?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-we-find-the-Heavy-Forwarders-data-flow/m-p/432575#M75666</link>
      <description>&lt;P&gt;You can look in the metrics.log of the HWF how much they received.&lt;BR /&gt;
And you can look on the next level indexer how much they received form the forwarders (and group them per type)&lt;/P&gt;

&lt;P&gt;example for the volume received by the indexers per forwarder type. (full = heavy forwarder)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        index=_internal  host=*myindexer*  source=*metrics.log* group=tcpin_connections fwdType| stats sum(kb) by hostname fwdType
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Jul 2018 00:09:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-we-find-the-Heavy-Forwarders-data-flow/m-p/432575#M75666</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2018-07-12T00:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can we find the Heavy Forwarders data flow?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-we-find-the-Heavy-Forwarders-data-flow/m-p/432576#M75667</link>
      <description>&lt;P&gt;Assuming that you named your HF tier differently than your Indexer tier, you can use a search like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal AND component=Metrics tcpout* | stats values(name) dc(name) AS options BY host | sort 0 options
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Jul 2018 03:24:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-we-find-the-Heavy-Forwarders-data-flow/m-p/432576#M75667</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2018-07-12T03:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can we find the Heavy Forwarders data flow?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-we-find-the-Heavy-Forwarders-data-flow/m-p/632736#M108350</link>
      <description>&lt;P&gt;Hi there，&lt;/P&gt;&lt;P&gt;i'm a new splunker&lt;/P&gt;&lt;P&gt;I'd like to know what's means of these search result, such as "management", "&lt;SPAN&gt;default-autolb-group:xxx.xxx.xxx.xxx:9997:3:1&lt;/SPAN&gt;" i can understand there is my HF ip and port, but what's means of :3:1, I have seen :0:0, :0:1....&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/1406"&gt;@woodcock&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 09:08:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-we-find-the-Heavy-Forwarders-data-flow/m-p/632736#M108350</guid>
      <dc:creator>Zane</dc:creator>
      <dc:date>2023-03-01T09:08:37Z</dc:date>
    </item>
  </channel>
</rss>

