<?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: internal index in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/internal-index/m-p/711182#M21595</link>
    <description>&lt;P&gt;Thank you brother! I'm checking it out as we speak&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Feb 2025 16:49:30 GMT</pubDate>
    <dc:creator>Kenny_splunk</dc:creator>
    <dc:date>2025-02-10T16:49:30Z</dc:date>
    <item>
      <title>internal index</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/internal-index/m-p/711162#M21587</link>
      <description>&lt;P&gt;Hey guys, my el basically tells me that we're going to be deep diving on the indexes in our env to extract some usage data and optimize some of the intake. We will mostly be in the search app, writing queries to pull this info. Usually in the audit index, trying to find what KO's/indexes/searches/etc are being used, whats not being used and just overall monitoring. any advice or tips on this?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 14:38:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/internal-index/m-p/711162#M21587</guid>
      <dc:creator>Kenny_splunk</dc:creator>
      <dc:date>2025-02-10T14:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: internal index</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/internal-index/m-p/711165#M21589</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Know who is logging into what Splunk systems&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;You know what systems searches are being performed on&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What searches are being performed&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;What commands are being used in a search &lt;/SPAN&gt;&lt;SPAN&gt;(think spl key words such as search&lt;/SPAN&gt;&lt;SPAN&gt;, lookup&lt;/SPAN&gt;&lt;SPAN&gt;, join&lt;/SPAN&gt;&lt;SPAN&gt;, append&lt;/SPAN&gt;&lt;SPAN&gt;, mvcount&lt;/SPAN&gt;&lt;SPAN&gt;, etc&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;What sourcetypes&lt;/SPAN&gt;&lt;SPAN&gt;, lookups&lt;/SPAN&gt;&lt;SPAN&gt;, eventtypes&lt;/SPAN&gt;&lt;SPAN&gt;, etc are being searched&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;What dashboards are being visited&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;etc&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 14:51:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/internal-index/m-p/711165#M21589</guid>
      <dc:creator>Kenny_splunk</dc:creator>
      <dc:date>2025-02-10T14:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: internal index</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/internal-index/m-p/711167#M21590</link>
      <description>&lt;P&gt;This .conf24 presentation should have some useful information.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/TheWoodRanger/presentation-conf_24_audittrail_native_telemetry" target="_blank"&gt;GitHub - TheWoodRanger/presentation-conf_24_audittrail_native_telemetry&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 15:14:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/internal-index/m-p/711167#M21590</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2025-02-10T15:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: internal index</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/internal-index/m-p/711178#M21592</link>
      <description>&lt;P&gt;At a high level, the following searches can be start points for the information you're looking for.&lt;/P&gt;&lt;P&gt;1. Audit index queries: -&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use "index=_audit" to explore usage data&lt;/LI&gt;&lt;LI&gt;Look for sourcetypes like "audittrail" and "searches"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;2. Knowledge Object (KO) usage:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Check for saved searches, reports, and dashboards usage&lt;/LI&gt;&lt;LI&gt;Use "index=_audit action=search search_id=*" to find executed searches&lt;/LI&gt;&lt;LI&gt;Check "index=_internal sourcetype=splunkd_conf" for configuration changes&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;3. Index usage:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Analyze "index=_internal sourcetype=splunkd_access" for index access patterns&lt;/LI&gt;&lt;LI&gt;Use "index=_introspection sourcetype=splunk_resource_usage" for resource usage&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;4. Search performance:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Examine "index=_audit action=search" for slow searches&lt;/LI&gt;&lt;LI&gt;Look at "index=_internal sourcetype=scheduler" for scheduled search performance&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;5. Data intake:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Review "index=_internal sourcetype=splunkd" for forwarder and receiver logs&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;!--   --&gt;&lt;!--  notionvc: cd7ffce1-0508-4701-9184-c97e0c289476  --&gt;You could also look at the Alerts for Splunk Admins app on Splunkbase which has a good bunch of searches baked in (&lt;A href="https://splunkbase.splunk.com/app/3796" target="_blank"&gt;https://splunkbase.splunk.com/app/3796&lt;/A&gt;)&lt;!--   --&gt;&lt;!--  notionvc: 90fff5c8-ddb5-4d9c-914e-b5846c0cbea8  --&gt;&lt;/P&gt;&lt;P&gt;Please let me know how you get on and consider upvoting/karma this answer if it has helped.&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;Will&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 16:37:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/internal-index/m-p/711178#M21592</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-02-10T16:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: internal index</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/internal-index/m-p/711181#M21594</link>
      <description>&lt;P&gt;Thanks! im a bit new to the splunk community forum. But if i accept this as the solution, will it prevent other users from still inputting advice?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 16:49:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/internal-index/m-p/711181#M21594</guid>
      <dc:creator>Kenny_splunk</dc:creator>
      <dc:date>2025-02-10T16:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: internal index</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/internal-index/m-p/711182#M21595</link>
      <description>&lt;P&gt;Thank you brother! I'm checking it out as we speak&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 16:49:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/internal-index/m-p/711182#M21595</guid>
      <dc:creator>Kenny_splunk</dc:creator>
      <dc:date>2025-02-10T16:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: internal index</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/internal-index/m-p/711203#M21597</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/266305"&gt;@Kenny_splunk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;other people will still be able to reply but the one accepted will be at the top to allow others to see it easily if they come across the same questions.&amp;nbsp;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;will&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 18:15:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/internal-index/m-p/711203#M21597</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-02-10T18:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: internal index</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/internal-index/m-p/711367#M21616</link>
      <description>&lt;P&gt;understood, so my el basicallly hands me an index today and tells me to investigate it. My anxiety is going through the roof. Please...and tips and advice and best practice?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 14:23:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/internal-index/m-p/711367#M21616</guid>
      <dc:creator>Kenny_splunk</dc:creator>
      <dc:date>2025-02-12T14:23:48Z</dc:date>
    </item>
  </channel>
</rss>

