<?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: Spunk indexes in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Spunk-indexes/m-p/667102#M9798</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/262095"&gt;@ZombieT&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;the best way is the Monitoring Console in which you have all the information about all Indexes, but if they are hundreds it will not be so easy to read!&lt;/P&gt;&lt;P&gt;let me know if I can help you more, or, please, accept one answer for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Nov 2023 08:16:00 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-11-02T08:16:00Z</dc:date>
    <item>
      <title>Spunk indexes</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Spunk-indexes/m-p/667083#M9795</link>
      <description>&lt;P&gt;Hello, I am fairly familiar to spunk, but I do need to improve on indexes. I am currently working on a new client environment and they have a large amount of indexes within splunk, however some of them are inactive.&amp;nbsp;&lt;/P&gt;&lt;P&gt;A couple of question:&lt;/P&gt;&lt;P&gt;&amp;gt;How can I determine if an index is active/connected properly&lt;/P&gt;&lt;P&gt;&amp;gt;is there an easier way to show the above; for example if there's 100 indexes how can I find out which are still active in a graph or a more visual view.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it makes sense. Thank you in advance for any advice.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 04:49:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Spunk-indexes/m-p/667083#M9795</guid>
      <dc:creator>ZombieT</dc:creator>
      <dc:date>2023-11-02T04:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Spunk indexes</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Spunk-indexes/m-p/667097#M9796</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/262095"&gt;@ZombieT&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you have to advice your customer about indexes, remember always that an index is a silos that contains all kind of events with the same retention time and the same access grants: an index isn't a database table; you define data characteristics using sourcetype, not index.&lt;/P&gt;&lt;P&gt;Anyway, you can know if an index is used, and if not, when it was used for the last time running a search like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eventcount summarize=false index=* | dedup index &lt;/LI-CODE&gt;&lt;P&gt;or better&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats count latest(_time) AS latest WHERE index=* BY index
| append [
   | eventcount summarize=false index=* 
   | dedup index 
   | eval count=0 
   | fields index count 
   ]
| stats sum(count) AS total values(latest) AS latest BY index
| eval 
   latest =strftime(latest,"%Y-%m-%d %H:%M:%S"),
   status=if(total=0,"No events","Last event at ".latest)
| table index status&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 07:26:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Spunk-indexes/m-p/667097#M9796</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-11-02T07:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Spunk indexes</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Spunk-indexes/m-p/667100#M9797</link>
      <description>&lt;P&gt;Great response, mille grazie Giuseppe;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the back of that if say the client asks to show them a simpler way for example a gui way, how do I go about checking that; thank you in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 08:07:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Spunk-indexes/m-p/667100#M9797</guid>
      <dc:creator>ZombieT</dc:creator>
      <dc:date>2023-11-02T08:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Spunk indexes</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Spunk-indexes/m-p/667102#M9798</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/262095"&gt;@ZombieT&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;the best way is the Monitoring Console in which you have all the information about all Indexes, but if they are hundreds it will not be so easy to read!&lt;/P&gt;&lt;P&gt;let me know if I can help you more, or, please, accept one answer for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 08:16:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Spunk-indexes/m-p/667102#M9798</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-11-02T08:16:00Z</dc:date>
    </item>
  </channel>
</rss>

