<?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 Index and forward, intermediate Splunk Indexer not forwarding data in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Index-and-forward-intermediate-Splunk-Indexer-not-forwarding/m-p/144789#M9077</link>
    <description>&lt;P&gt;I am trying to implement a multiindexer environment where my two indexers are on different version of Splunk. IDX1 is Splunk 5.0.1 and IDX2 is 6.0. IDX is current working Indexer. It has data from all the forwarders.&lt;/P&gt;

&lt;P&gt;What I am trying to setup IDX1 to index as well as forward all incoming data to IDX2. I have configured IDX2 to receive on port 9998, IDX1 is configured to send data to IDX 2. Below is the outputs.conf on IDX1.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = IDX2
indexAndForward = true

[tcpout:IDX2]
compressed = true
server = &amp;lt;IDX2 Host&amp;gt;:9998
sslCertPath = XXXX.pem
sslPassword = $1$7kxWZaCKikBUbg==
sslRootCAPath = CAXXX.pem
sslVerifyServerCert = true
useACK = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I restarted both the servers after configuration, but the IDX1 is neither indexing nor forwarding data.&lt;BR /&gt;
Error message on _internal index on IDX1&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;11-15-2013 13:14:56.455 -0500 WARN TcpOutputProc - Applying quarantine to ip=X.X.X.X port=9998 _numberOfFailures=2 
11-15-2013 13:14:56.455 -0500 INFO TcpOutputProc - Connection to X.X.X.X:9998 closed. Read error. Connection reset by peer 
11-15-2013 13:14:56.455 -0500 INFO TcpOutputProc - Connected to idx=X.X.X.X:9998 
11-15-2013 13:14:56.455 -0500 INFO StatusMgr - destHost=IDX2.example.com, destIp=X.X.X.X, destPort=9998, eventType=connect_fail, publisher=tcpout, sourcePort=8089, statusee=TcpOutputProcessor 
11-15-2013 13:14:55.453 -0500 INFO TcpOutputProc - Connected to idx=X.X.X.X:9998 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is there any configuration I am missing? Appreciate your help.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2013 20:40:32 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2013-11-15T20:40:32Z</dc:date>
    <item>
      <title>Index and forward, intermediate Splunk Indexer not forwarding data</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Index-and-forward-intermediate-Splunk-Indexer-not-forwarding/m-p/144789#M9077</link>
      <description>&lt;P&gt;I am trying to implement a multiindexer environment where my two indexers are on different version of Splunk. IDX1 is Splunk 5.0.1 and IDX2 is 6.0. IDX is current working Indexer. It has data from all the forwarders.&lt;/P&gt;

&lt;P&gt;What I am trying to setup IDX1 to index as well as forward all incoming data to IDX2. I have configured IDX2 to receive on port 9998, IDX1 is configured to send data to IDX 2. Below is the outputs.conf on IDX1.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = IDX2
indexAndForward = true

[tcpout:IDX2]
compressed = true
server = &amp;lt;IDX2 Host&amp;gt;:9998
sslCertPath = XXXX.pem
sslPassword = $1$7kxWZaCKikBUbg==
sslRootCAPath = CAXXX.pem
sslVerifyServerCert = true
useACK = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I restarted both the servers after configuration, but the IDX1 is neither indexing nor forwarding data.&lt;BR /&gt;
Error message on _internal index on IDX1&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;11-15-2013 13:14:56.455 -0500 WARN TcpOutputProc - Applying quarantine to ip=X.X.X.X port=9998 _numberOfFailures=2 
11-15-2013 13:14:56.455 -0500 INFO TcpOutputProc - Connection to X.X.X.X:9998 closed. Read error. Connection reset by peer 
11-15-2013 13:14:56.455 -0500 INFO TcpOutputProc - Connected to idx=X.X.X.X:9998 
11-15-2013 13:14:56.455 -0500 INFO StatusMgr - destHost=IDX2.example.com, destIp=X.X.X.X, destPort=9998, eventType=connect_fail, publisher=tcpout, sourcePort=8089, statusee=TcpOutputProcessor 
11-15-2013 13:14:55.453 -0500 INFO TcpOutputProc - Connected to idx=X.X.X.X:9998 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is there any configuration I am missing? Appreciate your help.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2013 20:40:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Index-and-forward-intermediate-Splunk-Indexer-not-forwarding/m-p/144789#M9077</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2013-11-15T20:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Index and forward, intermediate Splunk Indexer not forwarding data</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Index-and-forward-intermediate-Splunk-Indexer-not-forwarding/m-p/144790#M9078</link>
      <description>&lt;P&gt;Resolved. With following configuration.Splunk 6.0 Indexer&lt;BR /&gt;
Inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[SSL]
password = certpassword
rootCA = $SPLUNK_HOME/etc/auth/blah_CA05_root.pem
serverCert = $SPLUNK_HOME/etc/auth/sslKeysfileDEV.pem
requireClientCert = false

[splunktcp-ssl:9998]
compressed = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Splunk 5.0 Indexer&lt;BR /&gt;
outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = DEV_INDEXERS_6_0
indexAndForward = true
disabled = false

[tcpout:DEV_INDEXERS_6_0]
compressed = true
server = &amp;lt;splunk6 indexer server&amp;gt;:9998
sslCertPath = $SPLUNK_HOME/etc/auth/sslKeysfileDEV.pem
sslPassword = certpassword
sslRootCAPath = $SPLUNK_HOME/etc/auth/blah_CA05_root.pem
sslVerifyServerCert = false   
useACK = true
sendCookedData = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Restarted both indexers and boom.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2013 20:30:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Index-and-forward-intermediate-Splunk-Indexer-not-forwarding/m-p/144790#M9078</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2013-12-02T20:30:26Z</dc:date>
    </item>
  </channel>
</rss>

