<?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 number of events, size (in GB), and frequencies of ingestion? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/586716#M204367</link>
    <description>&lt;P&gt;"Most likely"?&amp;nbsp; Have you tried?&amp;nbsp; If you don't have access then no tweaks to a search will get you access.&lt;/P&gt;&lt;P&gt;The data you seek should be available on the MC of your license manager instance. Go to Indexing-&amp;gt;License Usage-&amp;gt;Historic License Usage.&amp;nbsp; There are dropdowns to select the data will be grouped or you can copy the queries to customize.&lt;/P&gt;</description>
    <pubDate>Sat, 26 Feb 2022 17:51:24 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2022-02-26T17:51:24Z</dc:date>
    <item>
      <title>How to find number of events, size (in GB), and frequencies of ingestion?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/586644#M204342</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;are there any queries we can use to find the Total Number of Events, Total Size/Volume (in GB) of Data, Frequencies of data coming into SPLUNK by index and sourcetype. Any help will be highly appreciated, thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 18:20:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/586644#M204342</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-02-25T18:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to find number of events, size (in GB), and frequencies of ingestion?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/586665#M204348</link>
      <description>&lt;P&gt;Have you looked at the Monitoring Console?&amp;nbsp; It should have most of what you seek.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 20:36:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/586665#M204348</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-02-25T20:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to find number of events, size (in GB), and frequencies of ingestion?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/586668#M204350</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you so much for your quick response, truly appreciated. Yes, I saw that,&amp;nbsp; it is in the monitor console. But, is the any way I can get same data using queries and make a report to send as a csv file. Or is there any way I can export that data as csv from monitor console. Thank you again.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 21:07:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/586668#M204350</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-02-25T21:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to find number of events, size (in GB), and frequencies of ingestion?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/586681#M204353</link>
      <description>&lt;P&gt;In the lower-right corner of most of the MC panels you should find a magnifying glass icon.&amp;nbsp; It will only appear when your cursor is in the area.&amp;nbsp; Click the icon to open the panel in a search window.&amp;nbsp; Then you will have the query which you can modify or copy.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Feb 2022 00:31:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/586681#M204353</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-02-26T00:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to find number of events, size (in GB), and frequencies of ingestion?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/586715#M204366</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you so much. Yes, it's working as expected for counting events by host/source/sourcetype. Here are the codes what I got:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Codes for counting event by host:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;| metadata type=hosts index=test_prod splunk_server=&amp;lt;servername&amp;gt; datatype=event&lt;/P&gt;&lt;P&gt;| fields host, totalCount&lt;/P&gt;&lt;P&gt;| sort - totalCount&lt;/P&gt;&lt;P&gt;| rename host as Host, totalCount as "Event Count"&lt;/P&gt;&lt;P&gt;But most likely I don't have access to view/have volume/size (in MB) by host/source/sourcetype. are there any ways to tweak these above codes to get the volume/size of data (in MB). Thank you again and any help will be highly appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Feb 2022 16:08:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/586715#M204366</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-02-26T16:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to find number of events, size (in GB), and frequencies of ingestion?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/586716#M204367</link>
      <description>&lt;P&gt;"Most likely"?&amp;nbsp; Have you tried?&amp;nbsp; If you don't have access then no tweaks to a search will get you access.&lt;/P&gt;&lt;P&gt;The data you seek should be available on the MC of your license manager instance. Go to Indexing-&amp;gt;License Usage-&amp;gt;Historic License Usage.&amp;nbsp; There are dropdowns to select the data will be grouped or you can copy the queries to customize.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Feb 2022 17:51:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/586716#M204367</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-02-26T17:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to find number of events, size (in GB), and frequencies of ingestion?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/586726#M204373</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you so much again!&amp;nbsp; But still, I am not getting expected output from that option, however, I am getting result from this query:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;index=_internal(test_prod) source=*license_usage.log type=Usage|stats sum(b) as Bytes by&amp;nbsp; idx st s h |eval MB=round(Bytes/1024/1024,3)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But, missing some of the sourcetypes, there should be 12 sourcetypes under that index, however, getting only 8 sourcetypes (using "All time") when I use this query.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 00:23:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/586726#M204373</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-02-27T00:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to find number of events, size (in GB), and frequencies of ingestion?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/587252#M204534</link>
      <description>&lt;P&gt;I'm confused by use of the term "&lt;FONT face="courier new,courier"&gt;index=_internal(test_prod)&lt;/FONT&gt;".&amp;nbsp; That doesn't look like a valid index name.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 15:25:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/587252#M204534</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-03-02T15:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to find number of events, size (in GB), and frequencies of ingestion?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/587254#M204535</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;index=_internal&lt;/STRONG&gt; is the actual term and &lt;STRONG&gt;"test_prod"&lt;/STRONG&gt; is the user defined index. So,&amp;nbsp;&lt;STRONG&gt;index=_internal &lt;/STRONG&gt;gives us all the index names&amp;nbsp; and info;&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;index=_internal(test_prod)&amp;nbsp; &lt;/STRONG&gt;gives info only for&lt;STRONG&gt; test_prod.&amp;nbsp;&lt;/STRONG&gt;Does it make sense to you? Please feel free to let me know if you have any questions. Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 15:40:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/587254#M204535</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-03-02T15:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to find number of events, size (in GB), and frequencies of ingestion?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/587331#M204559</link>
      <description>&lt;P&gt;Have you compared the sourcetypes returned by &lt;FONT face="courier new,courier"&gt;tstats&lt;/FONT&gt; with those returned by &lt;FONT face="courier new,courier"&gt;metadata&lt;/FONT&gt;?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| metadata type=sourcetypes index=*&lt;/LI-CODE&gt;&lt;P&gt;If that finds 12 sourcetypes then we'll have pick apart the &lt;FONT face="courier new,courier"&gt;tstats&lt;/FONT&gt; query to find the problem.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 01:07:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-number-of-events-size-in-GB-and-frequencies-of/m-p/587331#M204559</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-03-03T01:07:55Z</dc:date>
    </item>
  </channel>
</rss>

