<?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: Why an _internal index search on per_index_thruput shows hosts are forwarding less data than is being indexed? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-an-internal-index-search-on-per-index-thruput-shows-hosts/m-p/181188#M36353</link>
    <description>&lt;P&gt;Thanks @ppablo_splunk for the edits to make the title more understandable.  I appreciate your help.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Oct 2014 12:56:46 GMT</pubDate>
    <dc:creator>hartfoml</dc:creator>
    <dc:date>2014-10-23T12:56:46Z</dc:date>
    <item>
      <title>Why an _internal index search on per_index_thruput shows hosts are forwarding less data than is being indexed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-an-internal-index-search-on-per-index-thruput-shows-hosts/m-p/181187#M36352</link>
      <description>&lt;P&gt;I have this search&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;index=_internal source="*metrics*" group="per_index_thruput" series="customindex" host="*MyIndexers*"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;this gives me the sum(kb) for each "customindex" that is recorded on each indexers metrics.log &lt;/P&gt;

&lt;P&gt;When I do this&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;index=_internal source="*metrics*" group="per_index_thruput" series="customindex" host!="*MyIndexers*"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;this gives me the sum(kb) for each "customindex" that is recorded on each hosts metrics.log&lt;/P&gt;

&lt;P&gt;Since the host is sending and the indexers are receiving how is it that the hosts are sending less than what is being received?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2014 00:18:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-an-internal-index-search-on-per-index-thruput-shows-hosts/m-p/181187#M36352</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2014-10-23T00:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why an _internal index search on per_index_thruput shows hosts are forwarding less data than is being indexed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-an-internal-index-search-on-per-index-thruput-shows-hosts/m-p/181188#M36353</link>
      <description>&lt;P&gt;Thanks @ppablo_splunk for the edits to make the title more understandable.  I appreciate your help.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2014 12:56:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-an-internal-index-search-on-per-index-thruput-shows-hosts/m-p/181188#M36353</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2014-10-23T12:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why an _internal index search on per_index_thruput shows hosts are forwarding less data than is being indexed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-an-internal-index-search-on-per-index-thruput-shows-hosts/m-p/181189#M36354</link>
      <description>&lt;P&gt;Because the metrics.log shows a pooling of the top 10 values every 30 seconds.&lt;BR /&gt;
Therefore , if you have more than 10 hosts, you will only see the first 10 in the metrics.&lt;BR /&gt;
see the remarks here : &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.4/Troubleshooting/Aboutmetricslog#Thruput_messages"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.4/Troubleshooting/Aboutmetricslog#Thruput_messages&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you want more precise indexed volume, you can look at the &lt;BR /&gt;
&lt;CODE&gt;index=_internal source=*license_usage.log* type=Usage | stats sum(b) by idx&lt;/CODE&gt;&lt;BR /&gt;
see &lt;A href="http://wiki.splunk.com/Community:TroubleshootingIndexedDataVolume"&gt;http://wiki.splunk.com/Community:TroubleshootingIndexedDataVolume&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2014 14:51:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-an-internal-index-search-on-per-index-thruput-shows-hosts/m-p/181189#M36354</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2014-10-23T14:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why an _internal index search on per_index_thruput shows hosts are forwarding less data than is being indexed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-an-internal-index-search-on-per-index-thruput-shows-hosts/m-p/181190#M36355</link>
      <description>&lt;P&gt;Thanks @yannK Not yet on 6.1  I will be upgrading soon so I don't have the idx value in the license_usage.log&lt;/P&gt;

&lt;P&gt;I'm looking through the 6.1.4 troubleshooting to see if this can help me with my 4.3 version until the upgrade planed in three weeks&lt;/P&gt;

&lt;P&gt;Thanks for the help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2014 15:11:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-an-internal-index-search-on-per-index-thruput-shows-hosts/m-p/181190#M36355</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2014-10-23T15:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Why an _internal index search on per_index_thruput shows hosts are forwarding less data than is being indexed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-an-internal-index-search-on-per-index-thruput-shows-hosts/m-p/181191#M36356</link>
      <description>&lt;P&gt;No problem @hartfoml &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I appreciate the thanks! &lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2014 00:32:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-an-internal-index-search-on-per-index-thruput-shows-hosts/m-p/181191#M36356</guid>
      <dc:creator>ppablo</dc:creator>
      <dc:date>2014-10-28T00:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why an _internal index search on per_index_thruput shows hosts are forwarding less data than is being indexed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-an-internal-index-search-on-per-index-thruput-shows-hosts/m-p/181192#M36357</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/1357"&gt;@yannK&lt;/a&gt;&lt;BR /&gt;
When I use license_usage.log I get half the amount of volume count but when I use  source="*metrics.log" &lt;BR /&gt;
I get the twice the amount of volume compared to that of license_usage.log&lt;/P&gt;

&lt;P&gt;When I use&lt;BR /&gt;
index="_internal" source=&lt;EM&gt;license_usage.log&lt;/EM&gt; type=Usage  | eval b=b/(1024*1024) |timechart span=d sum(b) &lt;BR /&gt;
I get 49 GB for a specific Day&lt;BR /&gt;
AND&lt;BR /&gt;
When i use&lt;BR /&gt;
index="_internal" source="*metrics.log" per_index_thruput | eval GB=kb/(1024*1024) |timechart span=d sum(GB)&lt;BR /&gt;
I get 98GB for that same day.&lt;/P&gt;

&lt;P&gt;So as I understand metrics.log will only return top 10 values every second and will not give precise data? &lt;BR /&gt;
But seems to be otherwise.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:19:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-an-internal-index-search-on-per-index-thruput-shows-hosts/m-p/181192#M36357</guid>
      <dc:creator>athorat</dc:creator>
      <dc:date>2020-09-28T20:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why an _internal index search on per_index_thruput shows hosts are forwarding less data than is being indexed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-an-internal-index-search-on-per-index-thruput-shows-hosts/m-p/521896#M88166</link>
      <description>&lt;P&gt;You may be are comparing Apples and Oranges.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;metrics.logs gives a rough estimate of the data ingested per index.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;license_usage.log gives the reported volume of data counted on the license. (excluding internal indexes, summary sourcetypes etc...). Also the licensing timestamp is "when the license-master received the usage report from the indexers" (it may be backlog if the Indexers were not able to connect)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A side remark : when you look at logs, always add a * at the end of the source, in case the logs rotated, and some event are reported under the rotated log source. (&lt;SPAN&gt;source=license_usage.log* can find data&amp;nbsp;license_usage.log.1 )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 22:16:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-an-internal-index-search-on-per-index-thruput-shows-hosts/m-p/521896#M88166</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2020-09-28T22:16:20Z</dc:date>
    </item>
  </channel>
</rss>

