<?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: How to find the list of indexes and source types in specific app? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438923#M76519</link>
    <description>&lt;P&gt;I am given an app to work within SPLUNK.&lt;BR /&gt;
I have neither &lt;STRONG&gt;Power User&lt;/STRONG&gt; nor ** User role*&lt;EM&gt;.  Rather I have **Elevated User&lt;/EM&gt;* role.&lt;BR /&gt;
I would like to know the &lt;STRONG&gt;DataSummary&lt;/STRONG&gt; from where the data is getting pulled.&lt;BR /&gt;
I would like to know the list of available &lt;STRONG&gt;Indexes&lt;/STRONG&gt; and &lt;STRONG&gt;SourceTypes&lt;/STRONG&gt; that are used in my app.&lt;BR /&gt;
Do we have any query to search that information? Please assist me on the same.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 19:52:30 GMT</pubDate>
    <dc:creator>gokikrishnan198</dc:creator>
    <dc:date>2020-09-29T19:52:30Z</dc:date>
    <item>
      <title>How to find the list of indexes and source types in specific app?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438917#M76513</link>
      <description>&lt;P&gt;I have a different kind of access called ELEVATED ACCESS in splunk enterprise which is below the POWER USER but higher than the USER, with different apps installed.  I have only one app in that.  Is there a way to identify the list of available indexes and source types that is used in my app?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 13:10:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438917#M76513</guid>
      <dc:creator>gokikrishnan198</dc:creator>
      <dc:date>2018-06-06T13:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the list of indexes and source types in specific app?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438918#M76514</link>
      <description>&lt;P&gt;what do you mean by "used by the app"? do you mean configured under this app e.g. props.conf and indexes.conf and maybe other files are in that app directory? or you refer to what knowledge objects / searches are in this app?&lt;BR /&gt;
if it is ab RBAC question, an app has no "roles" access to indexes or apps or knowledge objects can be defined per role&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 15:14:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438918#M76514</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2018-06-06T15:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the list of indexes and source types in specific app?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438919#M76515</link>
      <description>&lt;P&gt;If you have access only to indexes under one app, then you can try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|tstats count by sourcetype where index=* |fields - count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you need to list down app name as well, then probably need to use rest calls,for eg:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    | rest /servicesNS/-/-/data/indexes  | table title eai:acl.app
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This might need additional permissions!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 15:14:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438919#M76515</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-06-06T15:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the list of indexes and source types in specific app?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438920#M76516</link>
      <description>&lt;P&gt;Our Client uses splunk.  All the teams have their own app available in it.  We are one of the team as well.  In this situation, I could like to know the steps to identify the INDEX and SOURCETYPE?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 05:32:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438920#M76516</guid>
      <dc:creator>gokikrishnan198</dc:creator>
      <dc:date>2018-06-07T05:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the list of indexes and source types in specific app?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438921#M76517</link>
      <description>&lt;P&gt;Can anybody help me on this?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 12:37:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438921#M76517</guid>
      <dc:creator>gokikrishnan198</dc:creator>
      <dc:date>2018-06-08T12:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the list of indexes and source types in specific app?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438922#M76518</link>
      <description>&lt;P&gt;@gokikrishnan1982,&lt;BR /&gt;
sorry but i still not sure what exactly you are looking for.&lt;BR /&gt;
what is the problem you are trying to solve?&lt;BR /&gt;
if you are trying to figure out which sourcetypes and indexes are being used by an app, you first have to check the searches / knowledge objects that are under that app and see what sourcetypes and indexes they are running against.&lt;BR /&gt;
please provide more context and detail so we can better assist you&lt;BR /&gt;
also, see answer by @renjith.nair, maybe this is what you are looking for&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 12:47:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438922#M76518</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2018-06-08T12:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the list of indexes and source types in specific app?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438923#M76519</link>
      <description>&lt;P&gt;I am given an app to work within SPLUNK.&lt;BR /&gt;
I have neither &lt;STRONG&gt;Power User&lt;/STRONG&gt; nor ** User role*&lt;EM&gt;.  Rather I have **Elevated User&lt;/EM&gt;* role.&lt;BR /&gt;
I would like to know the &lt;STRONG&gt;DataSummary&lt;/STRONG&gt; from where the data is getting pulled.&lt;BR /&gt;
I would like to know the list of available &lt;STRONG&gt;Indexes&lt;/STRONG&gt; and &lt;STRONG&gt;SourceTypes&lt;/STRONG&gt; that are used in my app.&lt;BR /&gt;
Do we have any query to search that information? Please assist me on the same.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:52:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438923#M76519</guid>
      <dc:creator>gokikrishnan198</dc:creator>
      <dc:date>2020-09-29T19:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the list of indexes and source types in specific app?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438924#M76520</link>
      <description>&lt;P&gt;I am able to get the few indexes from the code '&lt;STRONG&gt;|tstats count by sourcetype where index=* |fields - count'&lt;/STRONG&gt; you gave.  But I am unable to get the source types for the corresponding indexes.  Can you help me on that part?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 07:56:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438924#M76520</guid>
      <dc:creator>gokikrishnan198</dc:creator>
      <dc:date>2018-06-11T07:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the list of indexes and source types in specific app?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438925#M76521</link>
      <description>&lt;P&gt;@gokikrishnan1982, if you just want all indexes and sourcetypes, try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|tstats count by index,sourcetype|fields - count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Jun 2018 06:20:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438925#M76521</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-06-12T06:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the list of indexes and source types in specific app?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438926#M76522</link>
      <description>&lt;P&gt;Thank you.  It worked.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 11:08:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/438926#M76522</guid>
      <dc:creator>gokikrishnan198</dc:creator>
      <dc:date>2018-06-12T11:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the list of indexes and source types in specific app?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/611310#M105875</link>
      <description>&lt;P&gt;Any solution on this issue??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i would like to know which application is using which index name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 13:25:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-the-list-of-indexes-and-source-types-in-specific-app/m-p/611310#M105875</guid>
      <dc:creator>manojannabathin</dc:creator>
      <dc:date>2022-08-30T13:25:11Z</dc:date>
    </item>
  </channel>
</rss>

