<?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 is Splunk not receiving on splunktcp 9997? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-receiving-on-splunktcp-9997/m-p/214989#M42311</link>
    <description>&lt;P&gt;I have a Heavy Forwarder set to forward load balanced data to two Splunk indexers on 9997.&lt;/P&gt;

&lt;P&gt;When I enable receiving on the indexers (via Settings -&amp;gt; Forwarding and Receiving -&amp;gt; Configure Receiving), no data is showing up.&lt;/P&gt;

&lt;P&gt;Examining the splunkd.log on the forwarder and indexers shows the connection is being made with no errors.&lt;/P&gt;

&lt;P&gt;If I enable a Data Input to listen to port 9997, I can see data showing up in the index, albeit cooked data, which isn't readable - so the data is making it to the Splunk server, but just not showing up when I configure it to receive from another Splunk. &lt;/P&gt;

&lt;P&gt;What might be causing this?&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jun 2016 08:40:39 GMT</pubDate>
    <dc:creator>khagan</dc:creator>
    <dc:date>2016-06-21T08:40:39Z</dc:date>
    <item>
      <title>Why is Splunk not receiving on splunktcp 9997?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-receiving-on-splunktcp-9997/m-p/214989#M42311</link>
      <description>&lt;P&gt;I have a Heavy Forwarder set to forward load balanced data to two Splunk indexers on 9997.&lt;/P&gt;

&lt;P&gt;When I enable receiving on the indexers (via Settings -&amp;gt; Forwarding and Receiving -&amp;gt; Configure Receiving), no data is showing up.&lt;/P&gt;

&lt;P&gt;Examining the splunkd.log on the forwarder and indexers shows the connection is being made with no errors.&lt;/P&gt;

&lt;P&gt;If I enable a Data Input to listen to port 9997, I can see data showing up in the index, albeit cooked data, which isn't readable - so the data is making it to the Splunk server, but just not showing up when I configure it to receive from another Splunk. &lt;/P&gt;

&lt;P&gt;What might be causing this?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 08:40:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-receiving-on-splunktcp-9997/m-p/214989#M42311</guid>
      <dc:creator>khagan</dc:creator>
      <dc:date>2016-06-21T08:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not receiving on splunktcp 9997?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-receiving-on-splunktcp-9997/m-p/214990#M42312</link>
      <description>&lt;P&gt;I'm not really sure how to receive from a forwarder over Splunk web, but if you go into inputs.conf you can make sure you're receiving over splunktcp. If not, you can change it to Splunktcp. &lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 13:10:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-receiving-on-splunktcp-9997/m-p/214990#M42312</guid>
      <dc:creator>janderson19</dc:creator>
      <dc:date>2016-06-21T13:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not receiving on splunktcp 9997?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-receiving-on-splunktcp-9997/m-p/214991#M42313</link>
      <description>&lt;P&gt;Can you provide the content of outputs.conf from your Heavy Forwarder? After enabling receiving on Forwarder, you would configure your forwarder to send data to those indexers on port 9997.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 18:16:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-receiving-on-splunktcp-9997/m-p/214991#M42313</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-06-21T18:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not receiving on splunktcp 9997?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-receiving-on-splunktcp-9997/m-p/214992#M42314</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup=LB_peers

[tcpout:LB_peers]
server=xx.xx.xx.xx:9997,xx.xx.xx.xx:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The Forwarder is already configured to send to Splunk on 9997.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 08:30:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-receiving-on-splunktcp-9997/m-p/214992#M42314</guid>
      <dc:creator>khagan</dc:creator>
      <dc:date>2016-06-22T08:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not receiving on splunktcp 9997?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-receiving-on-splunktcp-9997/m-p/214993#M42315</link>
      <description>&lt;P&gt;Inputs.conf has it receiving on [splunktcp:9997]&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 08:30:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-receiving-on-splunktcp-9997/m-p/214993#M42315</guid>
      <dc:creator>khagan</dc:creator>
      <dc:date>2016-06-22T08:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not receiving on splunktcp 9997?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-receiving-on-splunktcp-9997/m-p/214994#M42316</link>
      <description>&lt;P&gt;Correct format is [splunktcp://:9997]&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Admin/inputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/Admin/inputsconf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 08:36:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-receiving-on-splunktcp-9997/m-p/214994#M42316</guid>
      <dc:creator>janderson19</dc:creator>
      <dc:date>2016-06-22T08:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not receiving on splunktcp 9997?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-receiving-on-splunktcp-9997/m-p/214995#M42317</link>
      <description>&lt;P&gt;Yes, sorry, that is the format it is in.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 08:48:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-receiving-on-splunktcp-9997/m-p/214995#M42317</guid>
      <dc:creator>khagan</dc:creator>
      <dc:date>2016-06-22T08:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not receiving on splunktcp 9997?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-receiving-on-splunktcp-9997/m-p/214996#M42318</link>
      <description>&lt;P&gt;For more troubleshooting info on receiving try this command:&lt;/P&gt;

&lt;P&gt;splunk list inputstatus&lt;/P&gt;

&lt;P&gt;This gives you a listing of every way an indexer is receiving data from each host and when&lt;/P&gt;

&lt;P&gt;Hope this helps!!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 17:35:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-receiving-on-splunktcp-9997/m-p/214996#M42318</guid>
      <dc:creator>rkirkw</dc:creator>
      <dc:date>2016-06-23T17:35:58Z</dc:date>
    </item>
  </channel>
</rss>

