<?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: Data calculate from heavy forwarders and intermediate forwarders to indexer cluster in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Data-calculate-from-heavy-forwarders-and-intermediate-forwarders/m-p/710501#M117355</link>
    <description>&lt;P&gt;Thanks Rich, that helps.&lt;BR /&gt;How can I get it in MB or GB as it is tough to read "&lt;SPAN&gt;91345084304594.000&lt;/SPAN&gt;"&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2025 15:42:19 GMT</pubDate>
    <dc:creator>Mani2</dc:creator>
    <dc:date>2025-02-03T15:42:19Z</dc:date>
    <item>
      <title>Data calculate from heavy forwarders and intermediate forwarders to indexer cluster</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-calculate-from-heavy-forwarders-and-intermediate-forwarders/m-p/710492#M117350</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I wanted to check that how can I get total data transfer from on-prem heavy forwarders and intermediate forwarders to cloud indexer cluster? is there a search which can look into splunkd.log or metrics.log from heavy forwarder for data transferred for 24 hours...&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 15:08:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-calculate-from-heavy-forwarders-and-intermediate-forwarders/m-p/710492#M117350</guid>
      <dc:creator>Mani2</dc:creator>
      <dc:date>2025-02-03T15:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data calculate from heavy forwarders and intermediate forwarders to indexer cluster</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-calculate-from-heavy-forwarders-and-intermediate-forwarders/m-p/710496#M117353</link>
      <description>&lt;P&gt;Perhaps this will help&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal host=&amp;lt;&amp;lt;forwarder name&amp;gt;&amp;gt; component=Metrics name=thruput earliest=-24h
| stats sum(total_k_processed) as "total data transfer"&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 03 Feb 2025 15:34:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-calculate-from-heavy-forwarders-and-intermediate-forwarders/m-p/710496#M117353</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2025-02-03T15:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data calculate from heavy forwarders and intermediate forwarders to indexer cluster</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-calculate-from-heavy-forwarders-and-intermediate-forwarders/m-p/710501#M117355</link>
      <description>&lt;P&gt;Thanks Rich, that helps.&lt;BR /&gt;How can I get it in MB or GB as it is tough to read "&lt;SPAN&gt;91345084304594.000&lt;/SPAN&gt;"&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 15:42:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-calculate-from-heavy-forwarders-and-intermediate-forwarders/m-p/710501#M117355</guid>
      <dc:creator>Mani2</dc:creator>
      <dc:date>2025-02-03T15:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data calculate from heavy forwarders and intermediate forwarders to indexer cluster</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-calculate-from-heavy-forwarders-and-intermediate-forwarders/m-p/710503#M117356</link>
      <description>&lt;P&gt;Sorry missed to ask,&lt;/P&gt;&lt;P&gt;And how can I see same in this search result for multiple hosts ?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 15:47:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-calculate-from-heavy-forwarders-and-intermediate-forwarders/m-p/710503#M117356</guid>
      <dc:creator>Mani2</dc:creator>
      <dc:date>2025-02-03T15:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data calculate from heavy forwarders and intermediate forwarders to indexer cluster</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-calculate-from-heavy-forwarders-and-intermediate-forwarders/m-p/710507#M117358</link>
      <description>&lt;P&gt;Easy-peasy&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal host=* component=Metrics name=thruput earliest=-24h
| stats sum(total_k_processed) as "total data transfer" by host
```Convert KB to GB```
| eval "total data transfer" = 'total data transfer'/1024/1024&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 03 Feb 2025 16:18:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-calculate-from-heavy-forwarders-and-intermediate-forwarders/m-p/710507#M117358</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2025-02-03T16:18:22Z</dc:date>
    </item>
  </channel>
</rss>

