<?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 Details on indexes in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Details-on-indexes/m-p/185705#M53506</link>
    <description>&lt;P&gt;Hello, I need certain details for my indexes. I have searched Splunk answers but have yet to find an answer that works for me.&lt;/P&gt;

&lt;P&gt;Essentially,  I need to find the average daily volume for my indexes in the last ~30 days. I also need to find out how the indexes are being used and by whom. &lt;/P&gt;

&lt;P&gt;Any information would be greatly appreciated. Thank you for your help&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jan 2015 21:39:27 GMT</pubDate>
    <dc:creator>beepboop12</dc:creator>
    <dc:date>2015-01-16T21:39:27Z</dc:date>
    <item>
      <title>Details on indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Details-on-indexes/m-p/185705#M53506</link>
      <description>&lt;P&gt;Hello, I need certain details for my indexes. I have searched Splunk answers but have yet to find an answer that works for me.&lt;/P&gt;

&lt;P&gt;Essentially,  I need to find the average daily volume for my indexes in the last ~30 days. I also need to find out how the indexes are being used and by whom. &lt;/P&gt;

&lt;P&gt;Any information would be greatly appreciated. Thank you for your help&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 21:39:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Details-on-indexes/m-p/185705#M53506</guid>
      <dc:creator>beepboop12</dc:creator>
      <dc:date>2015-01-16T21:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Details on indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Details-on-indexes/m-p/185706#M53507</link>
      <description>&lt;P&gt;For the index usage, use this search to get started:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;index=_internal source="*metrics.log" group="per_index_thruput" | timechart span=1d sum(kb) by series&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:39:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Details-on-indexes/m-p/185706#M53507</guid>
      <dc:creator>knutsod</dc:creator>
      <dc:date>2020-09-28T18:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Details on indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Details-on-indexes/m-p/185707#M53508</link>
      <description>&lt;H3&gt;Daily Volume for Indexes&lt;/H3&gt;

&lt;P&gt;Check out &lt;A href="https://apps.splunk.com/app/748/"&gt;S.o.S. (Splunk on Splunk)&lt;/A&gt; ! It's a free app.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/189i9129FFEF3C93D2C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;`set_internal_index` host="some_host" source=*metrics.log group="per_index_thruput"
                | bin _time 
                | stats sum(kb) AS KB by series,_time
                | timechart minspan=30s  avg(eval(round(KB/1024/1024,2))) by series
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You could then change sum (like the image) to avg (in the code above).&lt;/P&gt;

&lt;H3&gt;Index Access &amp;amp; Usage&lt;/H3&gt;

&lt;P&gt;It sounds like you want to explore the &lt;CODE&gt;_internal&lt;/CODE&gt; index! &lt;/P&gt;

&lt;P&gt;See &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.1/Troubleshooting/WhatSplunklogsaboutitself"&gt;this documentation&lt;/A&gt; for lots of information.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 22:08:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Details-on-indexes/m-p/185707#M53508</guid>
      <dc:creator>aljohnson_splun</dc:creator>
      <dc:date>2015-01-16T22:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Details on indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Details-on-indexes/m-p/185708#M53509</link>
      <description>&lt;P&gt;Additionally, if you're on 6.2.x, check out the Distributed Management Console that ships since this version. It has many great base statistics you can work off from.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jan 2015 00:44:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Details-on-indexes/m-p/185708#M53509</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-01-18T00:44:30Z</dc:date>
    </item>
  </channel>
</rss>

