<?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: Why does the following search not return a list of my indexes? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-the-following-search-not-return-a-list-of-my-indexes/m-p/409899#M72677</link>
    <description>&lt;P&gt;Well, that's an excellent question, Vijeta. I &lt;EM&gt;thought&lt;/EM&gt; I was running it against the head, but that might be a false assumption. I'll have to check with our admin to find out.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Oct 2018 20:56:55 GMT</pubDate>
    <dc:creator>asturt</dc:creator>
    <dc:date>2018-10-05T20:56:55Z</dc:date>
    <item>
      <title>Why does the following search not return a list of my indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-the-following-search-not-return-a-list-of-my-indexes/m-p/409893#M72671</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| REST /services/data/indexes
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The search shown above is &lt;EM&gt;supposed&lt;/EM&gt; to return a list of all my indexes. It doesn't. I have an index that has 54,000+ events for the last fifteen minutes alone, but it is not included in the list coming back from the rest call. &lt;/P&gt;

&lt;P&gt;Am I doing something wrong?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 15:11:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-the-following-search-not-return-a-list-of-my-indexes/m-p/409893#M72671</guid>
      <dc:creator>asturt</dc:creator>
      <dc:date>2018-10-05T15:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the following search not return a list of my indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-the-following-search-not-return-a-list-of-my-indexes/m-p/409894#M72672</link>
      <description>&lt;P&gt;It returns list of index that the user running above search has access to. Check the role of user running this search to see if that indexes is accessible to user.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 16:24:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-the-following-search-not-return-a-list-of-my-indexes/m-p/409894#M72672</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-10-05T16:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the following search not return a list of my indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-the-following-search-not-return-a-list-of-my-indexes/m-p/409895#M72673</link>
      <description>&lt;P&gt;I am the user running the report, and it doesn't show all the indexes &lt;EM&gt;I&lt;/EM&gt; can search.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 17:41:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-the-following-search-not-return-a-list-of-my-indexes/m-p/409895#M72673</guid>
      <dc:creator>asturt</dc:creator>
      <dc:date>2018-10-05T17:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the following search not return a list of my indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-the-following-search-not-return-a-list-of-my-indexes/m-p/409896#M72674</link>
      <description>&lt;P&gt;have you tried the basic searches &lt;/P&gt;

&lt;P&gt;index="&lt;EM&gt;" OR index="_&lt;/EM&gt;" | dedup index | table index&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 18:38:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-the-following-search-not-return-a-list-of-my-indexes/m-p/409896#M72674</guid>
      <dc:creator>vinaykata</dc:creator>
      <dc:date>2018-10-05T18:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the following search not return a list of my indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-the-following-search-not-return-a-list-of-my-indexes/m-p/409897#M72675</link>
      <description>&lt;P&gt;Well, that works if I change index="" OR index="_" into index="&lt;EM&gt;", but the rest service also provides statistics like totalEventCount. At least, it *should&lt;/EM&gt; provide those, but all of that information seems to be incorrect.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 20:39:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-the-following-search-not-return-a-list-of-my-indexes/m-p/409897#M72675</guid>
      <dc:creator>asturt</dc:creator>
      <dc:date>2018-10-05T20:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the following search not return a list of my indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-the-following-search-not-return-a-list-of-my-indexes/m-p/409898#M72676</link>
      <description>&lt;P&gt;Are you running rest command on your indexer or Search head? If running on search head and index is on indexer , you might not be having the privilege to get data using REST from another server except localhost&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 20:47:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-the-following-search-not-return-a-list-of-my-indexes/m-p/409898#M72676</guid>
      <dc:creator>Vijeta</dc:creator>
      <dc:date>2018-10-05T20:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the following search not return a list of my indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-the-following-search-not-return-a-list-of-my-indexes/m-p/409899#M72677</link>
      <description>&lt;P&gt;Well, that's an excellent question, Vijeta. I &lt;EM&gt;thought&lt;/EM&gt; I was running it against the head, but that might be a false assumption. I'll have to check with our admin to find out.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 20:56:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-the-following-search-not-return-a-list-of-my-indexes/m-p/409899#M72677</guid>
      <dc:creator>asturt</dc:creator>
      <dc:date>2018-10-05T20:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the following search not return a list of my indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-the-following-search-not-return-a-list-of-my-indexes/m-p/409900#M72678</link>
      <description>&lt;P&gt;The below link is what I have saved for answering this question and seems to work pretty well for me:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/39370/is-it-possibl-to-get-a-list-of-available-indices.html"&gt;https://answers.splunk.com/answers/39370/is-it-possibl-to-get-a-list-of-available-indices.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 21:02:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-the-following-search-not-return-a-list-of-my-indexes/m-p/409900#M72678</guid>
      <dc:creator>JeffBothel</dc:creator>
      <dc:date>2018-10-05T21:02:17Z</dc:date>
    </item>
  </channel>
</rss>

