<?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: query to find out unused indexes in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-search-to-find-out-unused-indexes/m-p/304939#M91617</link>
    <description>&lt;P&gt;How are you planning to decide on what the total storage allocated for an index? An index can go to maximum size as defined in &lt;CODE&gt;maxTotalDataSizeMB = * The maximum size of an index (in MB)&lt;/CODE&gt; OR based on retention period as defined in &lt;CODE&gt;frozenTimePeriodInSecs=  * Number of seconds after which indexed data rolls to frozen&lt;/CODE&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Aug 2017 18:08:14 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2017-08-29T18:08:14Z</dc:date>
    <item>
      <title>How to create a search to find out unused indexes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-search-to-find-out-unused-indexes/m-p/304937#M91615</link>
      <description>&lt;P&gt;I am looking for indexes which are utilizing only 10%-20% of storage allocated to them. Can i please know is there any query to find out that.I know that we can look into DMC but i specifically need only the indexes that uses only 10%-20% of storage for last 30 days.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 19:36:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-search-to-find-out-unused-indexes/m-p/304937#M91615</guid>
      <dc:creator>kteng2024</dc:creator>
      <dc:date>2023-09-19T19:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: query to find out unused indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-search-to-find-out-unused-indexes/m-p/304938#M91616</link>
      <description>&lt;P&gt;try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    | rest /services/data/indexes-extended
    | table title currentDBSizeMB maxTotalDataSizeMB
    | eval percent_full = round(currentDBSizeMB/maxTotalDataSizeMB*100, 2)
     rename COMMENT as "now you can add your where or search clause"
    | where percent_full =&amp;lt;20
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;hope it helps&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 18:05:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-search-to-find-out-unused-indexes/m-p/304938#M91616</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-08-29T18:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: query to find out unused indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-search-to-find-out-unused-indexes/m-p/304939#M91617</link>
      <description>&lt;P&gt;How are you planning to decide on what the total storage allocated for an index? An index can go to maximum size as defined in &lt;CODE&gt;maxTotalDataSizeMB = * The maximum size of an index (in MB)&lt;/CODE&gt; OR based on retention period as defined in &lt;CODE&gt;frozenTimePeriodInSecs=  * Number of seconds after which indexed data rolls to frozen&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 18:08:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-search-to-find-out-unused-indexes/m-p/304939#M91617</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-08-29T18:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: query to find out unused indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-search-to-find-out-unused-indexes/m-p/657969#M227268</link>
      <description>&lt;P&gt;Can you help with a query to find out which indexs are not used&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 09:49:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-search-to-find-out-unused-indexes/m-p/657969#M227268</guid>
      <dc:creator>Dey1</dc:creator>
      <dc:date>2023-09-19T09:49:13Z</dc:date>
    </item>
  </channel>
</rss>

