<?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: Splunk not accepting data from forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-accepting-data-from-forwarder/m-p/294409#M55937</link>
    <description>&lt;P&gt;I have installed Splunk universal forwarder on my local system where the enterprise instance is installed ///&lt;/P&gt;

&lt;P&gt;Did you install universal forwarder on the local system where also Splunk Enterprise (Splunk indexer) is installed?!?! On the same single system?!?! &lt;/P&gt;</description>
    <pubDate>Fri, 18 Aug 2017 13:04:11 GMT</pubDate>
    <dc:creator>inventsekar</dc:creator>
    <dc:date>2017-08-18T13:04:11Z</dc:date>
    <item>
      <title>Splunk not accepting data from forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-accepting-data-from-forwarder/m-p/294407#M55935</link>
      <description>&lt;P&gt;I have installed Splunk universal forwarder on my local system where the enterprise instance is installed. After installing the forwarder I have done the required configurations as well but now I can see any data received from the forwarder. When I check the splunkd.log file I can see some messages like "TcpOutputProc - Tcpout Processor: The TCP output processor has paused the data flow. Forwarding to output group default-autolb-group has been blocked for 1430 seconds. This will probably stall the data flow towards indexing and other network outputs. Review the receiving system's health in the Splunk Monitoring Console. It is probably not accepting data."&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2017 10:07:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-accepting-data-from-forwarder/m-p/294407#M55935</guid>
      <dc:creator>anupamdt</dc:creator>
      <dc:date>2017-08-18T10:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk not accepting data from forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-accepting-data-from-forwarder/m-p/294408#M55936</link>
      <description>&lt;P&gt;Did you enable Splunk to listen on port &lt;CODE&gt;9997&lt;/CODE&gt;? &lt;/P&gt;

&lt;P&gt;If so, you can start with this link &lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.2/Troubleshooting/Cantfinddata"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.2/Troubleshooting/Cantfinddata&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2017 13:00:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-accepting-data-from-forwarder/m-p/294408#M55936</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-08-18T13:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk not accepting data from forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-accepting-data-from-forwarder/m-p/294409#M55937</link>
      <description>&lt;P&gt;I have installed Splunk universal forwarder on my local system where the enterprise instance is installed ///&lt;/P&gt;

&lt;P&gt;Did you install universal forwarder on the local system where also Splunk Enterprise (Splunk indexer) is installed?!?! On the same single system?!?! &lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2017 13:04:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-accepting-data-from-forwarder/m-p/294409#M55937</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2017-08-18T13:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk not accepting data from forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-accepting-data-from-forwarder/m-p/294410#M55938</link>
      <description>&lt;P&gt;Yes both of them are installed on the same system.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 04:14:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-accepting-data-from-forwarder/m-p/294410#M55938</guid>
      <dc:creator>anupamdt</dc:creator>
      <dc:date>2017-08-21T04:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk not accepting data from forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-accepting-data-from-forwarder/m-p/294411#M55939</link>
      <description>&lt;P&gt;I have enabled splunk to listen on 9997 port. &lt;BR /&gt;
My &lt;STRONG&gt;input.conf&lt;/STRONG&gt; looks like below:&lt;BR /&gt;
[default]&lt;BR /&gt;
host = DUTTAAN2&lt;BR /&gt;
[splunktcp://9997]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
stopAcceptorAfterQBlock = 1200&lt;/P&gt;

&lt;P&gt;The &lt;STRONG&gt;output.conf&lt;/STRONG&gt; like:&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = default-autolb-group&lt;BR /&gt;
indexAndForward = 0&lt;/P&gt;

&lt;P&gt;[tcpout:default-autolb-group]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
server = localhost:9997&lt;/P&gt;

&lt;P&gt;[tcpout-server://localhost:9997]&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 04:18:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-accepting-data-from-forwarder/m-p/294411#M55939</guid>
      <dc:creator>anupamdt</dc:creator>
      <dc:date>2017-08-21T04:18:20Z</dc:date>
    </item>
  </channel>
</rss>

