<?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: Search Head cant see data in Indexers in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Search-Head-cant-see-data-in-Indexers/m-p/389933#M69788</link>
    <description>&lt;P&gt;As per ddrillic try index=* OR index=_internal from the search heads and see if data returns.&lt;BR /&gt;
If not start looking at splunkd for ERROR or WARN level information and see what shows up...&lt;/P&gt;</description>
    <pubDate>Sun, 11 Nov 2018 22:09:47 GMT</pubDate>
    <dc:creator>gjanders</dc:creator>
    <dc:date>2018-11-11T22:09:47Z</dc:date>
    <item>
      <title>Search Head cant see data in Indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-Head-cant-see-data-in-Indexers/m-p/389929#M69784</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;For the first time i am trying to configure a distributed search (Non Clustered).&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.2.0/DistSearch/Overviewofconfiguration"&gt;http://docs.splunk.com/Documentation/Splunk/7.2.0/DistSearch/Overviewofconfiguration&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I have created 2 new Indexers and i have taken my main install (I used to have a search head and an indexer on it), i have disabled the indexer on it. So now i have one search head and 2 new indexers.&lt;/P&gt;

&lt;P&gt;The output.conf looks like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# Turn off indexing on the search head
[indexAndForward]
index = false
[tcpout]
defaultGroup = my_search_peers
forwardedindex.filter.disable = true  
indexAndForward = false
[tcpout:my_search_peers]
server=10.25.5.169:5997,10.25.53.57:5997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I can see that the search head is connected from the logs&lt;BR /&gt;
11-09-2018 19:12:40.260 +0100 INFO TcpOutputProc - Connected to idx=10.25.5.169:5997, pset=0, reuse=0.&lt;BR /&gt;
11-09-2018 19:12:42.543 +0100 INFO TcpOutputProc - Connected to idx=10.25.53.57:5997, pset=1, reuse=0.&lt;/P&gt;

&lt;P&gt;inputs.conf (On the forwarder)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = hp400srv_5000

[splunktcp://5997]
connection_host = ip
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have added the indexers to the search head, i think they are ok, but not sure how to check?&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6102i69AF5670585FBD2D/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I can see data on one of my indexers by logging in via web (I will disable web when i have this all working)&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6103iE49CE0B99074C596/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;But the issue is when i log into my search head (That is now connected to my 2 new Indexers).&lt;BR /&gt;
I can't see any data for the same command "index=mlc_live" for a 5 minute real time search. So i have the 2 windows side by side, i can see data coming into one of the Indexers, but i cant see the same on the the search head.&lt;BR /&gt;
Am i missing something? Is it a user right issue, on the index or something.&lt;/P&gt;

&lt;P&gt;The data is coming into an app that i have created, i manually copied it over to the indexers(for now) to make sure they had an index and data-models for the forwarded data to go.&lt;/P&gt;

&lt;P&gt;I am getting some errors in the logs but i don't think they are related to this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;11-09-2018 19:40:35.516 +0100 WARN  MongoModificationsTracker - Could not load configuration for collection 'MXTIMING_MONITORING' in application 'murex_mlc'. Collection will be ignored.
11-09-2018 19:40:36.190 +0100 WARN  MongoModificationsTracker - Could not load configuration for collection 'MXTIMING_MONITORING' in application 'murex_mlc'. Collection will be ignored.
11-09-2018 19:40:36.963 +0100 WARN  SSLCommon - Received fatal SSL3 alert. ssl_state='SSLv3 read client hello C', alert_description='protocol version'.
11-09-2018 19:40:36.963 +0100 WARN  HttpListener - Socket error from 127.0.0.1 while idling: error:1408A10B:SSL routines:ssl3_get_client_hello:wrong version number
11-09-2018 19:40:37.042 +0100 WARN  IConfCache - Stanza has an expansion [script:///hp737srv1/apps/SPLUNK_WEEKLY_BACKUP/04-11-2018_00-30/splunk/etc/apps/TA-sos/bin/lsof_sos.sh], ignoring alternate expansion [script:///hp737srv1/apps/SPLUNK_WEEKLY_BACKUP/04-11-2018_00-30/splunk/etc/apps/sos/bin/lsof_sos.sh] in inputs.conf
11-09-2018 19:40:37.042 +0100 WARN  IConfCache - Stanza has an expansion [script:///hp737srv1/apps/SPLUNK_WEEKLY_BACKUP/04-11-2018_00-30/splunk/etc/apps/TA-sos/bin/nfs-iostat_sos.py], ignoring alternate expansion [script:///hp737srv1/apps/SPLUNK_WEEKLY_BACKUP/04-11-2018_00-30/splunk/etc/apps/sos/bin/nfs-iostat_sos.py] in inputs.conf
11-09-2018 19:40:37.042 +0100 WARN  IConfCache - Stanza has an expansion [script:///hp737srv1/apps/SPLUNK_WEEKLY_BACKUP/04-11-2018_00-30/splunk/etc/apps/TA-sos/bin/ps_sos.sh], ignoring alternate expansion [script:///hp737srv1/apps/SPLUNK_WEEKLY_BACKUP/04-11-2018_00-30/splunk/etc/apps/sos/bin/ps_sos.sh] in inputs.conf
11-09-2018 19:40:37.044 +0100 INFO  TcpOutputProc - Connected to idx=10.25.53.57:5997, pset=1, reuse=0.
11-09-2018 19:40:37.197 +0100 WARN  MongoModificationsTracker - Could not load configuration for collection 'MXTIMING_MONITORING' in application 'murex_mlc'. Collection will be ignored.
11-09-2018 19:40:38.194 +0100 WARN  MongoModificationsTracker - Could not load configuration for collection 'MXTIMING_MONITORING' in application 'murex_mlc'. Collection will be ignored.
11-09-2018 19:40:39.185 +0100 WARN  MongoModificationsTracker - Could not load configuration for collection 'MXTIMING_MONITORING' in application 'murex_mlc'. Collection will be ignored.
11-09-2018 19:40:39.770 +0100 WARN  SSLCommon - Received fatal SSL3 alert. ssl_state='SSLv3 read client hello C', alert_description='protocol version'.
11-09-2018 19:40:39.770 +0100 WARN  HttpListener - Socket error from 127.0.0.1 while idling: error:1408A10B:SSL routines:ssl3_get_client_hello:wrong version number
11-09-2018 19:40:40.196 +0100 WARN  MongoModificationsTracker - Could not load configuration for collection 'MXTIMING_MONITORING' in application 'murex_mlc'. Collection will be ignored.
11-09-2018 19:40:41.185 +0100 WARN  MongoModificationsTracker - Could not load configuration for collection 'MXTIMING_MONITORING' in application 'murex_mlc'. Collection will be ignored.
11-09-2018 19:40:42.185 +0100 WARN  MongoModificationsTracker - Could not load configuration for collection 'MXTIMING_MONITORING' in application 'murex_mlc'. Collection will be ignored.
11-09-2018 19:40:42.503 +0100 WARN  SSLCommon - Received fatal SSL3 alert. ssl_state='SSLv3 read client hello C', alert_description='protocol version'.
11-09-2018 19:40:42.503 +0100 WARN  HttpListener - Socket error from 127.0.0.1 while idling: error:1408A10B:SSL routines:ssl3_get_client_hello:wrong version number
11-09-2018 19:40:43.185 +0100 WARN  MongoModificationsTracker - Could not load configuration for collection 'MXTIMING_MONITORING' in application 'murex_mlc'. Collection will be ignored.
11-09-2018 19:40:44.185 +0100 WARN  MongoModificationsTracker - Could not load configuration for collection 'MXTIMING_MONITORING' in application 'murex_mlc'. Collection will be ignored.
11-09-2018 19:40:45.185 +0100 WARN  MongoModificationsTracker - Could not load configuration for collection 'MXTIMING_MONITORING' in application 'murex_mlc'. Collection will be ignored.
11-09-2018 19:40:45.281 +0100 WARN  SSLCommon - Received fatal SSL3 alert. ssl_state='SSLv3 read client hello C', alert_description='protocol version'.
11-09-2018 19:40:45.281 +0100 WARN  HttpListener - Socket error from 127.0.0.1 while idling: error:1408A10B:SSL routines:ssl3_get_client_hello:wrong version number
11-09-2018 19:40:46.185 +0100 WARN  MongoModificationsTracker - Could not load configuration for collection 'MXTIMING_MONITORING' in application 'murex_mlc'. Collection will be ignored.
11-09-2018 19:40:47.286 +0100 WARN  MongoModificationsTracker - Could not load configuration for collection 'MXTIMING_MONITORING' in application 'murex_mlc'. Collection will be ignored.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any help would be so so cool - cheers &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 18:55:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-Head-cant-see-data-in-Indexers/m-p/389929#M69784</guid>
      <dc:creator>robertlynch2020</dc:creator>
      <dc:date>2018-11-09T18:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head cant see data in Indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-Head-cant-see-data-in-Indexers/m-p/389930#M69785</link>
      <description>&lt;P&gt;From the search head do you see data for &lt;CODE&gt;index=_internal&lt;/CODE&gt;?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Nov 2018 01:01:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-Head-cant-see-data-in-Indexers/m-p/389930#M69785</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-11-11T01:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head cant see data in Indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-Head-cant-see-data-in-Indexers/m-p/389931#M69786</link>
      <description>&lt;P&gt;Why are you using such odd ports? Nuance practices like these will get you in a lot of trouble.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Nov 2018 02:19:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-Head-cant-see-data-in-Indexers/m-p/389931#M69786</guid>
      <dc:creator>davpx</dc:creator>
      <dc:date>2018-11-11T02:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head cant see data in Indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-Head-cant-see-data-in-Indexers/m-p/389932#M69787</link>
      <description>&lt;P&gt;The indexer port, &lt;CODE&gt;5997&lt;/CODE&gt; in this case, is really up to the application.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Nov 2018 19:37:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-Head-cant-see-data-in-Indexers/m-p/389932#M69787</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-11-11T19:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head cant see data in Indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-Head-cant-see-data-in-Indexers/m-p/389933#M69788</link>
      <description>&lt;P&gt;As per ddrillic try index=* OR index=_internal from the search heads and see if data returns.&lt;BR /&gt;
If not start looking at splunkd for ERROR or WARN level information and see what shows up...&lt;/P&gt;</description>
      <pubDate>Sun, 11 Nov 2018 22:09:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-Head-cant-see-data-in-Indexers/m-p/389933#M69788</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2018-11-11T22:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head cant see data in Indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-Head-cant-see-data-in-Indexers/m-p/389934#M69789</link>
      <description>&lt;P&gt;You should have an &lt;CODE&gt;outputs.conf&lt;/CODE&gt; on every non-indexer that looks like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = primary_indexers

# Correct an issue with the default outputs.conf for the Universal Forwarder
# or the SplunkLightForwarder app; these don't forward _internal events.
forwardedindex.2.whitelist = (_audit|_introspection|_internal)

[tcpout:primary_indexers]
server = indexer_one:9997, indexer_two:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You should have an &lt;CODE&gt;inputs.conf&lt;/CODE&gt; like this on every indexer:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp://9997]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In your case, it looks like you are swapping &lt;CODE&gt;9997&lt;/CODE&gt; for &lt;CODE&gt;5997&lt;/CODE&gt;; that's fine, just make sure that both files have the same port number.&lt;BR /&gt;
Lastly, you need to configure your indexers as search peers on the Search Head (the GUI is very easy):&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/DistSearch/Configuredistributedsearch"&gt;https://docs.splunk.com/Documentation/Splunk/latest/DistSearch/Configuredistributedsearch&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jan 2019 22:13:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-Head-cant-see-data-in-Indexers/m-p/389934#M69789</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-01-20T22:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head cant see data in Indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-Head-cant-see-data-in-Indexers/m-p/389935#M69790</link>
      <description>&lt;P&gt;MR Woodcock, i hope you are well &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Thanks for the answer, this is what worked&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;inputs.conf
[default]
host = hp400srv_5000

[splunktcp://5997]
connection_host = ip

outputs.conf
# Turn off indexing on the search head
[indexAndForward]
index = false
[tcpout]
defaultGroup = my_search_peers
forwardedindex.filter.disable = true  
indexAndForward = false
[tcpout:my_search_peers]
server=10.25.5.169:5997,10.25.53.57:5997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Cheers&lt;BR /&gt;
Rob&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 17:16:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-Head-cant-see-data-in-Indexers/m-p/389935#M69790</guid>
      <dc:creator>robertlynch2020</dc:creator>
      <dc:date>2019-01-21T17:16:52Z</dc:date>
    </item>
  </channel>
</rss>

