<?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: Indexer not searchable by Search head in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Indexer-not-searchable-by-Search-head/m-p/260860#M78274</link>
    <description>&lt;P&gt;Well, I feel like a goof.  It looks like it is a heavy forwarder (has a outputs.conf).  I don't understand why it looks like a search peer and showing up in SoS, but you learn something everyday.  Thanks to everyone who took the time to respond.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Mar 2016 13:26:16 GMT</pubDate>
    <dc:creator>wweiland</dc:creator>
    <dc:date>2016-03-24T13:26:16Z</dc:date>
    <item>
      <title>Indexer not searchable by Search head</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Indexer-not-searchable-by-Search-head/m-p/260855#M78269</link>
      <description>&lt;P&gt;I'm having a problem where I have 5 indexers and 1 search head.  All 5 show up in the search peers under distributed search.  I've verified through the metrics.log that the indexer is receiving data.  When I perform a search however, I only see events from 4 of the indexers.  I performed "index=* | stats count by splunk_server" and again only 4 indexers + the search head showed up.  Has anyone seen this issue before?  Thank you in advance for any help or direction that can be provided.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2016 00:52:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Indexer-not-searchable-by-Search-head/m-p/260855#M78269</guid>
      <dc:creator>wweiland</dc:creator>
      <dc:date>2016-03-24T00:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Indexer not searchable by Search head</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Indexer-not-searchable-by-Search-head/m-p/260856#M78270</link>
      <description>&lt;P&gt;couple of questions..&lt;BR /&gt;
Is the indexer in question up and running? &lt;BR /&gt;
Did it ever reported back the data? &lt;BR /&gt;
If not, is it actually getting the data from your forwarders? Check the outputs.conf if the indexer name/ip is mentioned correctly&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2016 02:27:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Indexer-not-searchable-by-Search-head/m-p/260856#M78270</guid>
      <dc:creator>pradeepkumarg</dc:creator>
      <dc:date>2016-03-24T02:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Indexer not searchable by Search head</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Indexer-not-searchable-by-Search-head/m-p/260857#M78271</link>
      <description>&lt;P&gt;Are there any license errors recorded for this indexer? Check your license server console.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2016 03:43:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Indexer-not-searchable-by-Search-head/m-p/260857#M78271</guid>
      <dc:creator>Jeremiah</dc:creator>
      <dc:date>2016-03-24T03:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Indexer not searchable by Search head</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Indexer-not-searchable-by-Search-head/m-p/260858#M78272</link>
      <description>&lt;P&gt;If you run this search, how many peers return count?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal earliest=-5m@m | stats count by splunk_server
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This should give responses from all your indexers, and if you have your SH / Component boxes configured to forward their internal logs, those also.&lt;/P&gt;

&lt;P&gt;If you're missing an indexer, try running the same search from the cluster master. If that doesnt return results, i would try rejoining the indexer to the cluster.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2016 05:58:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Indexer-not-searchable-by-Search-head/m-p/260858#M78272</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2016-03-24T05:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Indexer not searchable by Search head</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Indexer-not-searchable-by-Search-head/m-p/260859#M78273</link>
      <description>&lt;P&gt;It is up and running.  I'm not sure if it has reported in the past as I'm new to this system.  It is receiving 20% of the data.  This was verified through the metrics.log and SoS.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2016 13:05:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Indexer-not-searchable-by-Search-head/m-p/260859#M78273</guid>
      <dc:creator>wweiland</dc:creator>
      <dc:date>2016-03-24T13:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Indexer not searchable by Search head</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Indexer-not-searchable-by-Search-head/m-p/260860#M78274</link>
      <description>&lt;P&gt;Well, I feel like a goof.  It looks like it is a heavy forwarder (has a outputs.conf).  I don't understand why it looks like a search peer and showing up in SoS, but you learn something everyday.  Thanks to everyone who took the time to respond.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2016 13:26:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Indexer-not-searchable-by-Search-head/m-p/260860#M78274</guid>
      <dc:creator>wweiland</dc:creator>
      <dc:date>2016-03-24T13:26:16Z</dc:date>
    </item>
  </channel>
</rss>

