<?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 Why isn't my index available for search in a distributed search environment? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-isn-t-my-index-available-for-search-in-a-distributed-search/m-p/215606#M63194</link>
    <description>&lt;P&gt;Hi to everyone&lt;/P&gt;

&lt;P&gt;I have a "Distributed Environment", with two indexers, and two search heads.&lt;BR /&gt;
In the Master Node Indexer, I have an index called ftp, with a lot of data (I want this data available for distributed search). I've deployed "indexes.conf" to "search peers", and I can see the ftp index created in the search peer, but I can't see any data.&lt;/P&gt;

&lt;P&gt;What can i do for have this data available for distributed search?&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Mon, 07 Sep 2015 18:19:52 GMT</pubDate>
    <dc:creator>rubeniturrieta</dc:creator>
    <dc:date>2015-09-07T18:19:52Z</dc:date>
    <item>
      <title>Why isn't my index available for search in a distributed search environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-isn-t-my-index-available-for-search-in-a-distributed-search/m-p/215606#M63194</link>
      <description>&lt;P&gt;Hi to everyone&lt;/P&gt;

&lt;P&gt;I have a "Distributed Environment", with two indexers, and two search heads.&lt;BR /&gt;
In the Master Node Indexer, I have an index called ftp, with a lot of data (I want this data available for distributed search). I've deployed "indexes.conf" to "search peers", and I can see the ftp index created in the search peer, but I can't see any data.&lt;/P&gt;

&lt;P&gt;What can i do for have this data available for distributed search?&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2015 18:19:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-isn-t-my-index-available-for-search-in-a-distributed-search/m-p/215606#M63194</guid>
      <dc:creator>rubeniturrieta</dc:creator>
      <dc:date>2015-09-07T18:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why isn't my index available for search in a distributed search environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-isn-t-my-index-available-for-search-in-a-distributed-search/m-p/215607#M63195</link>
      <description>&lt;P&gt;2 possibilities  1) theres no data in your index (the index is not visible until there are buckets) 2) repFactor=auto wasn't set for the index (that sets the index to be a clustered index, see the indexes.conf.spec file)&lt;/P&gt;

&lt;P&gt;see &lt;A href="http://answers.splunk.com/answers/170721/why-cant-i-see-non-internal-indexes-in-cluster-mas.html#answer-170798"&gt;http://answers.splunk.com/answers/170721/why-cant-i-see-non-internal-indexes-in-cluster-mas.html#answer-170798&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2015 21:47:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-isn-t-my-index-available-for-search-in-a-distributed-search/m-p/215607#M63195</guid>
      <dc:creator>dxu_splunk</dc:creator>
      <dc:date>2015-09-07T21:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why isn't my index available for search in a distributed search environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-isn-t-my-index-available-for-search-in-a-distributed-search/m-p/215608#M63196</link>
      <description>&lt;P&gt;If you're working in a distributed environment, you need to create the index in the Cluster Master, under the master-apps, and then push that to all the cluster members.&lt;/P&gt;

&lt;P&gt;Quick way to check this is to validate the existence of the index on all the cluster members. If you created this on one indexer, you're calling the master node, in the GUI under indexes, that wont replicate the index or the buckets to the other indexers. &lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 17:11:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-isn-t-my-index-available-for-search-in-a-distributed-search/m-p/215608#M63196</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2015-09-08T17:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why isn't my index available for search in a distributed search environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-isn-t-my-index-available-for-search-in-a-distributed-search/m-p/215609#M63197</link>
      <description>&lt;P&gt;And how can i create the index in the Cluster Master under the master-apps?, i've copied the search app folder in the master-apps folder, and then push it, but i think that something is wrong with that.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 19:05:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-isn-t-my-index-available-for-search-in-a-distributed-search/m-p/215609#M63197</guid>
      <dc:creator>rubeniturrieta</dc:creator>
      <dc:date>2015-09-08T19:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Why isn't my index available for search in a distributed search environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-isn-t-my-index-available-for-search-in-a-distributed-search/m-p/215610#M63198</link>
      <description>&lt;P&gt;1) There's a lot of data in my index&lt;BR /&gt;
2) repFactor is set in my index (SPLUNK_HOME/etc/apps/search)&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 19:07:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-isn-t-my-index-available-for-search-in-a-distributed-search/m-p/215610#M63198</guid>
      <dc:creator>rubeniturrieta</dc:creator>
      <dc:date>2015-09-08T19:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why isn't my index available for search in a distributed search environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-isn-t-my-index-available-for-search-in-a-distributed-search/m-p/215611#M63199</link>
      <description>&lt;P&gt;is it set for the indexers or the cluster master? (it needs to be set on all the indexers)&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 19:20:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-isn-t-my-index-available-for-search-in-a-distributed-search/m-p/215611#M63199</guid>
      <dc:creator>dxu_splunk</dc:creator>
      <dc:date>2015-09-08T19:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why isn't my index available for search in a distributed search environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-isn-t-my-index-available-for-search-in-a-distributed-search/m-p/215612#M63200</link>
      <description>&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.5/Indexer/Migratenon-clusteredindexerstoaclusteredenvironment"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.5/Indexer/Migratenon-clusteredindexerstoaclusteredenvironment&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;if its migrated from non-clustering, the old buckets will not replicate&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 19:22:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-isn-t-my-index-available-for-search-in-a-distributed-search/m-p/215612#M63200</guid>
      <dc:creator>dxu_splunk</dc:creator>
      <dc:date>2015-09-08T19:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why isn't my index available for search in a distributed search environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-isn-t-my-index-available-for-search-in-a-distributed-search/m-p/215613#M63201</link>
      <description>&lt;P&gt;Yes, you are right, is migrated from non-clustering.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 19:32:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-isn-t-my-index-available-for-search-in-a-distributed-search/m-p/215613#M63201</guid>
      <dc:creator>rubeniturrieta</dc:creator>
      <dc:date>2015-09-08T19:32:48Z</dc:date>
    </item>
  </channel>
</rss>

