<?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 to find which sourcetype is sending the highest logs in last 10 minutes in Installation</title>
    <link>https://community.splunk.com/t5/Installation/How-to-find-which-sourcetype-is-sending-the-highest-logs-in-last/m-p/524623#M6793</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal source=*license_usage.log type="Usage" 
| eval indexname = if(len(idx)=0 OR isnull(idx),"(UNKNOWN)",idx)
| eval sourcetypename = st
| bin _time span=1d 
| stats sum(b) as b by _time, pool, indexname, sourcetypename
| eval GB=round(b/1024/1024/1024, 3)
| fields _time, indexname, sourcetypename, GB&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you got the results, you can sort / filter them hourly, daily, weekly, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.splunk.com/Community:TroubleshootingIndexedDataVolume" target="_blank" rel="noopener"&gt;https://wiki.splunk.com/Community:TroubleshootingIndexedDataVolume&lt;/A&gt;&lt;/P&gt;&lt;P&gt;this page got license usage splunk search queries.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Oct 2020 13:30:39 GMT</pubDate>
    <dc:creator>inventsekar</dc:creator>
    <dc:date>2020-10-14T13:30:39Z</dc:date>
    <item>
      <title>How to find which sourcetype is sending the highest logs in last 10 minutes</title>
      <link>https://community.splunk.com/t5/Installation/How-to-find-which-sourcetype-is-sending-the-highest-logs-in-last/m-p/524611#M6789</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;can someone please help ?&lt;/P&gt;&lt;P&gt;How to get the count or logs in gb/mb from particular sourcetype&amp;nbsp; on indexer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 13:05:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-find-which-sourcetype-is-sending-the-highest-logs-in-last/m-p/524611#M6789</guid>
      <dc:creator>pankajupadhyay</dc:creator>
      <dc:date>2020-10-14T13:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to find which sourcetype is sending the highest logs in last 10 minutes</title>
      <link>https://community.splunk.com/t5/Installation/How-to-find-which-sourcetype-is-sending-the-highest-logs-in-last/m-p/524623#M6793</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal source=*license_usage.log type="Usage" 
| eval indexname = if(len(idx)=0 OR isnull(idx),"(UNKNOWN)",idx)
| eval sourcetypename = st
| bin _time span=1d 
| stats sum(b) as b by _time, pool, indexname, sourcetypename
| eval GB=round(b/1024/1024/1024, 3)
| fields _time, indexname, sourcetypename, GB&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you got the results, you can sort / filter them hourly, daily, weekly, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.splunk.com/Community:TroubleshootingIndexedDataVolume" target="_blank" rel="noopener"&gt;https://wiki.splunk.com/Community:TroubleshootingIndexedDataVolume&lt;/A&gt;&lt;/P&gt;&lt;P&gt;this page got license usage splunk search queries.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 13:30:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-find-which-sourcetype-is-sending-the-highest-logs-in-last/m-p/524623#M6793</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2020-10-14T13:30:39Z</dc:date>
    </item>
  </channel>
</rss>

