<?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 What search can list the Empty indexes which are not sending data to splunk enterprise? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/What-search-can-list-the-Empty-indexes-which-are-not-sending/m-p/614137#M106289</link>
    <description>&lt;P&gt;Hi team,&lt;/P&gt;
&lt;P&gt;I am from admin team i wanted to how many of indexes are empty and are not having data anymore in it so that i can remove those indexes and clean up my indexes.conf&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can we have a query or a way to find this&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Sep 2022 15:50:45 GMT</pubDate>
    <dc:creator>deepthi5</dc:creator>
    <dc:date>2022-09-22T15:50:45Z</dc:date>
    <item>
      <title>What search can list the Empty indexes which are not sending data to splunk enterprise?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-search-can-list-the-Empty-indexes-which-are-not-sending/m-p/614137#M106289</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;
&lt;P&gt;I am from admin team i wanted to how many of indexes are empty and are not having data anymore in it so that i can remove those indexes and clean up my indexes.conf&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can we have a query or a way to find this&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 15:50:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-search-can-list-the-Empty-indexes-which-are-not-sending/m-p/614137#M106289</guid>
      <dc:creator>deepthi5</dc:creator>
      <dc:date>2022-09-22T15:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: List the Empty indexes which are not sending data to splunk enterprise</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-search-can-list-the-Empty-indexes-which-are-not-sending/m-p/614139#M106291</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/55813"&gt;@deepthi5&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you have to put a list of your indexes in a lookup, called e.g. indexes.csv containing at least one column called index&lt;/P&gt;&lt;P&gt;then you have to run a search like the following:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| metasearch index=*
| stats count BY index
| append [ | inputlookup indexes.csv | eval count=0 | fields index count ]
| stats sum(count) AS total BY index
| where total=0&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 14:31:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-search-can-list-the-Empty-indexes-which-are-not-sending/m-p/614139#M106291</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-22T14:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: What search can list the Empty indexes which are not sending data to splunk enterprise?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-search-can-list-the-Empty-indexes-which-are-not-sending/m-p/614592#M106347</link>
      <description>&lt;P&gt;This is taking tooo long when i run for All Time&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 16:31:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-search-can-list-the-Empty-indexes-which-are-not-sending/m-p/614592#M106347</guid>
      <dc:creator>deepthi5</dc:creator>
      <dc:date>2022-09-26T16:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: What search can list the Empty indexes which are not sending data to splunk enterprise?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-search-can-list-the-Empty-indexes-which-are-not-sending/m-p/614630#M106348</link>
      <description>&lt;P&gt;Here's a way to see the current size and event count of your indexes:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /services/data/indexes
| table title currentDBSizeMB totalEventCount
| rename title AS index_name
| stats sum(currentDBSizeMB) AS index_size_mb sum(totalEventCount) AS event_ct BY index_name&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 00:11:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-search-can-list-the-Empty-indexes-which-are-not-sending/m-p/614630#M106348</guid>
      <dc:creator>johnhuang</dc:creator>
      <dc:date>2022-09-27T00:11:29Z</dc:date>
    </item>
  </channel>
</rss>

