<?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: Splunk instance to Splunk instance bandwidth utilization Report in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318665#M9537</link>
    <description>&lt;P&gt;Splunk Stream will answer this for you at the wire level , but you will want in install it on the recievingside, because otherwise the traffic it generates will get included in your results too!&lt;/P&gt;

&lt;P&gt;If you are just concerned about the volume of data being indexed you can obtain this from the metrics log, but it wont give you an accurate picture of actual bytes transmitted etc, especially because it does not take account of the compression and transmission overheads of TCP/SSL etc.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Dec 2017 13:05:02 GMT</pubDate>
    <dc:creator>nickhills</dc:creator>
    <dc:date>2017-12-04T13:05:02Z</dc:date>
    <item>
      <title>Splunk instance to Splunk instance bandwidth utilization Report</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318664#M9536</link>
      <description>&lt;P&gt;Is there a search query to check bandwidth utilized between to Splunk instance(eg:- Heavy forwarder to Heavy forwarder data being sent)?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 12:53:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318664#M9536</guid>
      <dc:creator>ansif</dc:creator>
      <dc:date>2017-12-04T12:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk instance to Splunk instance bandwidth utilization Report</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318665#M9537</link>
      <description>&lt;P&gt;Splunk Stream will answer this for you at the wire level , but you will want in install it on the recievingside, because otherwise the traffic it generates will get included in your results too!&lt;/P&gt;

&lt;P&gt;If you are just concerned about the volume of data being indexed you can obtain this from the metrics log, but it wont give you an accurate picture of actual bytes transmitted etc, especially because it does not take account of the compression and transmission overheads of TCP/SSL etc.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 13:05:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318665#M9537</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-12-04T13:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk instance to Splunk instance bandwidth utilization Report</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318666#M9538</link>
      <description>&lt;P&gt;So I need to install this app at receiving side Heavy forwarder to get amount data transmitted over network right?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 13:09:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318666#M9538</guid>
      <dc:creator>ansif</dc:creator>
      <dc:date>2017-12-04T13:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk instance to Splunk instance bandwidth utilization Report</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318667#M9539</link>
      <description>&lt;P&gt;Will you please try this query ?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    index=_internal host=&amp;lt;SOURCE HF FQDN&amp;gt; source="*metrics.log*" destIp=&amp;lt;DEST HF IP&amp;gt; component=Metrics group=tcpout_connections | timechart avg(tcp_KBps) AS avg_KBps
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Dec 2017 13:25:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318667#M9539</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2017-12-04T13:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk instance to Splunk instance bandwidth utilization Report</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318668#M9540</link>
      <description>&lt;P&gt;You question said "Heavy forwarder to Heavy forwarder" - so I would install it on the receiving HF.&lt;/P&gt;

&lt;P&gt;The problem with putting it on the sending HF, is that the sending HF can essentially generate 'logs of logs'&lt;BR /&gt;
(Not a big deal, unless you are trying to measure the volume sent as you are)&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 13:28:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318668#M9540</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-12-04T13:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk instance to Splunk instance bandwidth utilization Report</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318669#M9541</link>
      <description>&lt;P&gt;This will get you some of the way there - but the metrics file wont  take account of DS/management traffic (not that it would be very much) but also I believe this reports the uncompressed &amp;amp; decoded data volume. &lt;BR /&gt;
Not for example taking account of compression efficiency or normal TCP overheads like SSL.&lt;BR /&gt;
It depends what @ansif is asking for - but if its total 'bytes on the wire'  I'm not sure how close the metrics log would get you. &lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 13:35:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318669#M9541</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-12-04T13:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk instance to Splunk instance bandwidth utilization Report</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318670#M9542</link>
      <description>&lt;P&gt;Yes, it looks like metrics.log is giving compressed log information not the actual one.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 14:21:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318670#M9542</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2017-12-04T14:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk instance to Splunk instance bandwidth utilization Report</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318671#M9543</link>
      <description>&lt;P&gt;@nickhillscpl : If I am sending compressed data (compress = true) from HF to HF,using this app I am able to get the compressed data being sent over network per day.Am I right?&lt;/P&gt;

&lt;P&gt;Actually I have similar question unanswered&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/593582/search-query-to-get-amount-of-compressed-data-hitt.html"&gt;https://answers.splunk.com/answers/593582/search-query-to-get-amount-of-compressed-data-hitt.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Does this answer applicable for above question too?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 07:25:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318671#M9543</guid>
      <dc:creator>ansif</dc:creator>
      <dc:date>2017-12-05T07:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk instance to Splunk instance bandwidth utilization Report</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318672#M9544</link>
      <description>&lt;P&gt;@harsmarvania57 : I need to know the compression ratio. So can we confirm  the search result give us compressed data usage over network before it get uncompressed and indexed at receiving end.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 07:27:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318672#M9544</guid>
      <dc:creator>ansif</dc:creator>
      <dc:date>2017-12-05T07:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk instance to Splunk instance bandwidth utilization Report</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318673#M9545</link>
      <description>&lt;P&gt;Stream will tell you the actual volume of data 'on the wire'.&lt;BR /&gt;
That is to say the total number of bytes sent between hosts, so yes, this will be the compressed data volume + overheads.&lt;/P&gt;

&lt;P&gt;I'll drop a note on your other issue.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 08:31:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-instance-to-Splunk-instance-bandwidth-utilization-Report/m-p/318673#M9545</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-12-05T08:31:45Z</dc:date>
    </item>
  </channel>
</rss>

