<?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 get usage of a particular index or query usage? in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413242#M6003</link>
    <description>&lt;P&gt;yes exactly both&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2019 20:07:53 GMT</pubDate>
    <dc:creator>splunkuseradmin</dc:creator>
    <dc:date>2019-06-11T20:07:53Z</dc:date>
    <item>
      <title>How to get usage of a particular index or query usage?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413239#M6000</link>
      <description>&lt;P&gt;Hey all,&lt;BR /&gt;
was wondering if there is way to find out usage of perticular index I have a query which gives some numbers i belive it is in kb's so i devided with 1048576 to get in GB's.&lt;BR /&gt;
but is there any other ways to get more accurate data or some other ways so we can keep eyes on index=test usage data by user or by day something like that.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=test | eval length = length(_raw)/ 1048576  | timechart span=1d sum(length) as Length
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have also been trying with below query but there is no data I get.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=test source=*license_usage.log* type=Usage 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 19:44:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413239#M6000</guid>
      <dc:creator>splunkuseradmin</dc:creator>
      <dc:date>2019-06-11T19:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to get usage of a particular index or query usage?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413240#M6001</link>
      <description>&lt;P&gt;Are you trying to find out how much data is written to index=test or how often 'index=test' is used in a search query?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 19:58:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413240#M6001</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-06-11T19:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get usage of a particular index or query usage?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413241#M6002</link>
      <description>&lt;P&gt;You can navigate to the Monitoring Console and view indexes with amount of data over time. It uses "index=_internal source=license_usage.log type=Usage" by default.&lt;/P&gt;

&lt;P&gt;If you're searching "index=test source=license_usage.log type=Usage" then you will not be able to find license_usage.log because they are in index=_internal.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:53:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413241#M6002</guid>
      <dc:creator>jazzypai</dc:creator>
      <dc:date>2020-09-30T00:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to get usage of a particular index or query usage?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413242#M6003</link>
      <description>&lt;P&gt;yes exactly both&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 20:07:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413242#M6003</guid>
      <dc:creator>splunkuseradmin</dc:creator>
      <dc:date>2019-06-11T20:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get usage of a particular index or query usage?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413243#M6004</link>
      <description>&lt;P&gt;I was looking to find out details for index=test&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;how much data is written on index ?&lt;BR /&gt;
how often index=test is used in search queries?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 11 Jun 2019 20:10:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413243#M6004</guid>
      <dc:creator>splunkuseradmin</dc:creator>
      <dc:date>2019-06-11T20:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get usage of a particular index or query usage?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413244#M6005</link>
      <description>&lt;P&gt;any suggestions&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 18:15:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413244#M6005</guid>
      <dc:creator>splunkuseradmin</dc:creator>
      <dc:date>2019-06-12T18:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to get usage of a particular index or query usage?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413245#M6006</link>
      <description>&lt;P&gt;any suggestions&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 18:31:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413245#M6006</guid>
      <dc:creator>splunkuseradmin</dc:creator>
      <dc:date>2019-06-12T18:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get usage of a particular index or query usage?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413246#M6007</link>
      <description>&lt;P&gt;For how much data is written on index, you could view it through the gui by going to Settings &amp;gt; Indexes and viewing the summary of the index. If you need more granular let me know but I don't have access to verify searches right now.&lt;/P&gt;

&lt;P&gt;This link provides a search which uses the _audit index to view what users are doing. Again, I can't verify right now but if you follow the advice you should be able to get retrieve all the events which include search queries. You would then need to search for "index=test" within those results and do a stats count. Please take a look and report back.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/149332/how-to-view-the-list-of-search-queries-run-for-a-given-time.html"&gt;https://answers.splunk.com/answers/149332/how-to-view-the-list-of-search-queries-run-for-a-given-time.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 19:07:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413246#M6007</guid>
      <dc:creator>jazzypai</dc:creator>
      <dc:date>2019-06-12T19:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get usage of a particular index or query usage?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413247#M6008</link>
      <description>&lt;P&gt;I wanted to see how usage looks like. &lt;BR /&gt;
ex.. if we doing 30% of data in index or calculation of all events and space using or may be how it runs month to date and shows usage looks like.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 20:19:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413247#M6008</guid>
      <dc:creator>splunkuseradmin</dc:creator>
      <dc:date>2019-06-12T20:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get usage of a particular index or query usage?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413248#M6009</link>
      <description>&lt;P&gt;i have poweruser roles not the admin roles and if i try doing search with index=test&lt;/P&gt;

&lt;P&gt;"index=test action=search" nuthing shows up it looks like no action field available for every index ??&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 20:21:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-get-usage-of-a-particular-index-or-query-usage/m-p/413248#M6009</guid>
      <dc:creator>splunkuseradmin</dc:creator>
      <dc:date>2019-06-12T20:21:03Z</dc:date>
    </item>
  </channel>
</rss>

