<?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: What are the two ways to list indexes available in splunk search head ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/What-are-the-two-ways-to-list-indexes-available-in-splunk-search/m-p/381127#M167472</link>
    <description>&lt;P&gt;Are these exam questions?&lt;/P&gt;</description>
    <pubDate>Fri, 21 Sep 2018 14:25:50 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2018-09-21T14:25:50Z</dc:date>
    <item>
      <title>What are the two ways to list indexes available in splunk search head ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-the-two-ways-to-list-indexes-available-in-splunk-search/m-p/381126#M167471</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I had two question's  on splunk. &lt;/P&gt;

&lt;P&gt;1) How to list the indexes details available in splunk search heads?&lt;BR /&gt;
 2) What is streaming and non-streaming commands and how are they executed  (in which scenario's it is used) &lt;/P&gt;

&lt;P&gt;thanks in advance. &lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 13:18:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-the-two-ways-to-list-indexes-available-in-splunk-search/m-p/381126#M167471</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2018-09-21T13:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: What are the two ways to list indexes available in splunk search head ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-the-two-ways-to-list-indexes-available-in-splunk-search/m-p/381127#M167472</link>
      <description>&lt;P&gt;Are these exam questions?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 14:25:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-the-two-ways-to-list-indexes-available-in-splunk-search/m-p/381127#M167472</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-09-21T14:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: What are the two ways to list indexes available in splunk search head ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-the-two-ways-to-list-indexes-available-in-splunk-search/m-p/381128#M167473</link>
      <description>&lt;P&gt;Hi richgalloway,  Its an interview question, which I was unable to answer it, so could guide me on the proper answer to this question.&lt;/P&gt;

&lt;P&gt;thanks.  &lt;/P&gt;</description>
      <pubDate>Sun, 23 Sep 2018 14:16:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-the-two-ways-to-list-indexes-available-in-splunk-search/m-p/381128#M167473</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2018-09-23T14:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: What are the two ways to list indexes available in splunk search head ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-the-two-ways-to-list-indexes-available-in-splunk-search/m-p/381129#M167474</link>
      <description>&lt;P&gt;Hi Guys can any one update me on this ? &lt;/P&gt;

&lt;P&gt;Regarding streaming and non-streaming commands, got the below detail on how the commands are executed. &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Streaming commands&lt;/STRONG&gt; -  operates on each event as it is returned by a search. Think of applying "function/transformation" to each event and then writing out the result of that operation. An example of such a command might be a command that adds a field to each event. &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Non-streaming commands&lt;/STRONG&gt; - Expects to have all the data before it operates on it. An example of a non-streaming command is the stats command, which will collect all the data before it can calculate the statistics.&lt;/P&gt;

&lt;P&gt;Similarly for the below question let me know whether answer to the question is correct or not! &lt;BR /&gt;
 1) How to list the indexes details available in splunk search heads?&lt;/P&gt;

&lt;P&gt;We can the indexes configured in splunk searched by login into &lt;STRONG&gt;splunk web portal --&amp;gt; settings --&amp;gt; indexes.&lt;/STRONG&gt;&lt;BR /&gt;
By executing the &lt;STRONG&gt;splunk btool&lt;/STRONG&gt; command from the search head instances to find the list of indexes available in splunk search head.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;./splunk btool indexes list --debug | less&lt;/STRONG&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 17:49:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-the-two-ways-to-list-indexes-available-in-splunk-search/m-p/381129#M167474</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2018-09-24T17:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: What are the two ways to list indexes available in splunk search head ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-the-two-ways-to-list-indexes-available-in-splunk-search/m-p/381130#M167475</link>
      <description>&lt;P&gt;You can also use REST API endpoints (with &lt;CODE&gt;| rest&lt;/CODE&gt; command) to know indexes created. &lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.6/RESTREF/RESTintrospect#data.2Findexes"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.6/RESTREF/RESTintrospect#data.2Findexes&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/data/indexes splunk_server=local
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Sep 2018 17:57:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-the-two-ways-to-list-indexes-available-in-splunk-search/m-p/381130#M167475</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-09-24T17:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: What are the two ways to list indexes available in splunk search head ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-the-two-ways-to-list-indexes-available-in-splunk-search/m-p/381131#M167476</link>
      <description>&lt;P&gt;Your &lt;CODE&gt;splunk btool indexes list --debug&lt;/CODE&gt; just reflects what is in your &lt;CODE&gt;indexes.conf&lt;/CODE&gt; files. This &lt;EM&gt;could&lt;/EM&gt; fit the active indexes, but only after a restart of Splunk after changes to any your &lt;CODE&gt;indexes.conf&lt;/CODE&gt; files.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 13:05:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-the-two-ways-to-list-indexes-available-in-splunk-search/m-p/381131#M167476</guid>
      <dc:creator>rvany</dc:creator>
      <dc:date>2018-11-16T13:05:28Z</dc:date>
    </item>
  </channel>
</rss>

