<?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 are my Windows system event logs not getting indexed and getting &amp;quot;WARN TcpOutputProc - Raw connection to ip=serverip:9997 timed out&amp;quot;? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-my-Windows-system-event-logs-not-getting-indexed-and/m-p/272944#M52415</link>
    <description>&lt;P&gt;Hi, I need to index some Windows system event logs of a remote server (using forwarder) into Splunk.  My files are as below in the path $home/etc/apps/&amp;lt;myappname&amp;gt;/local on the forwarder&lt;/P&gt;

&lt;P&gt;inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[winEventLog://system]
disable = 0
whitelist = 41,104
index = wineventlog
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
default = primary_indexers
[tcpout:primary_indexers]
useACK=true
server = splunkservername:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I restarted the forwarder. My tcp port 9997 is open, but why are the logs not getting indexed in Splunk. The last log in the splunkd was:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;12-15-2015 14:45:37.097 -0500 WARN  TcpOutputProc - Raw connection to ip=serverip:9997 timed out
12-15-2015 14:45:37.097 -0500 INFO  TcpOutputProc - Ping connection to idx=serverip:9997 timed out. continuing connections
12-15-2015 14:45:37.097 -0500 INFO  TcpOutputProc - Ping connection to idx=serverip:9997 timed out. continuing connections
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 15 Dec 2015 19:52:38 GMT</pubDate>
    <dc:creator>SridharS</dc:creator>
    <dc:date>2015-12-15T19:52:38Z</dc:date>
    <item>
      <title>Why are my Windows system event logs not getting indexed and getting "WARN TcpOutputProc - Raw connection to ip=serverip:9997 timed out"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-my-Windows-system-event-logs-not-getting-indexed-and/m-p/272944#M52415</link>
      <description>&lt;P&gt;Hi, I need to index some Windows system event logs of a remote server (using forwarder) into Splunk.  My files are as below in the path $home/etc/apps/&amp;lt;myappname&amp;gt;/local on the forwarder&lt;/P&gt;

&lt;P&gt;inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[winEventLog://system]
disable = 0
whitelist = 41,104
index = wineventlog
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
default = primary_indexers
[tcpout:primary_indexers]
useACK=true
server = splunkservername:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I restarted the forwarder. My tcp port 9997 is open, but why are the logs not getting indexed in Splunk. The last log in the splunkd was:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;12-15-2015 14:45:37.097 -0500 WARN  TcpOutputProc - Raw connection to ip=serverip:9997 timed out
12-15-2015 14:45:37.097 -0500 INFO  TcpOutputProc - Ping connection to idx=serverip:9997 timed out. continuing connections
12-15-2015 14:45:37.097 -0500 INFO  TcpOutputProc - Ping connection to idx=serverip:9997 timed out. continuing connections
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 Dec 2015 19:52:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-my-Windows-system-event-logs-not-getting-indexed-and/m-p/272944#M52415</guid>
      <dc:creator>SridharS</dc:creator>
      <dc:date>2015-12-15T19:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why are my Windows system event logs not getting indexed and getting "WARN TcpOutputProc - Raw connection to ip=serverip:9997 timed out"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-my-Windows-system-event-logs-not-getting-indexed-and/m-p/272945#M52416</link>
      <description>&lt;P&gt;Has it ever been able to send logs to your indexers?  If not, verify that your universal fowarder can:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;telnet splunkservername 9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If that is successful, rule out slow/problematic dns resolutions by configuring your hosts file to map that server name to its IP.  Report back after ruling these out.  If you try both of these and there are still issues, chances are the problem is on the indexer and not your client sending data. You can also try setting connection_host=false in your inputs.conf for the 9997 stanza, making sure the indexer isn't trying to resolve the name of the forwarder. &lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 07:06:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-my-Windows-system-event-logs-not-getting-indexed-and/m-p/272945#M52416</guid>
      <dc:creator>hortonew</dc:creator>
      <dc:date>2015-12-16T07:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why are my Windows system event logs not getting indexed and getting "WARN TcpOutputProc - Raw connection to ip=serverip:9997 timed out"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-my-Windows-system-event-logs-not-getting-indexed-and/m-p/272946#M52417</link>
      <description>&lt;P&gt;it worked when i added &lt;EM&gt;connection_host=false&lt;/EM&gt; to my inputs.conf&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 17:15:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-my-Windows-system-event-logs-not-getting-indexed-and/m-p/272946#M52417</guid>
      <dc:creator>SridharS</dc:creator>
      <dc:date>2015-12-16T17:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why are my Windows system event logs not getting indexed and getting "WARN TcpOutputProc - Raw connection to ip=serverip:9997 timed out"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-my-Windows-system-event-logs-not-getting-indexed-and/m-p/272947#M52418</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;

&lt;P&gt;Whats the difference between connection_host=false and connection_host=ip.&lt;/P&gt;

&lt;P&gt;I am facing similar errors as mentioned  on &lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/49833/splunk-forwarder-connection-refused-from-splunk-indexer.html" target="_blank"&gt;https://answers.splunk.com/answers/49833/splunk-forwarder-connection-refused-from-splunk-indexer.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:19:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-my-Windows-system-event-logs-not-getting-indexed-and/m-p/272947#M52418</guid>
      <dc:creator>goelt2000</dc:creator>
      <dc:date>2020-09-29T08:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why are my Windows system event logs not getting indexed and getting "WARN TcpOutputProc - Raw connection to ip=serverip:9997 timed out"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-my-Windows-system-event-logs-not-getting-indexed-and/m-p/272948#M52419</link>
      <description>&lt;P&gt;From the docs:&lt;BR /&gt;
    connection_host = [ip|dns|none]&lt;BR /&gt;
    * "ip" sets the host to the IP address of the system sending the data.&lt;BR /&gt;
    * "dns" sets the host to the reverse DNS entry for IP address of the system&lt;BR /&gt;
      sending the data.&lt;BR /&gt;
    * "none" leaves the host as specified in inputs.conf, typically the splunk&lt;BR /&gt;
      system hostname.&lt;BR /&gt;
    * Defaults to "dns".&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2016 13:23:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-my-Windows-system-event-logs-not-getting-indexed-and/m-p/272948#M52419</guid>
      <dc:creator>hortonew</dc:creator>
      <dc:date>2016-01-08T13:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why are my Windows system event logs not getting indexed and getting "WARN TcpOutputProc - Raw connection to ip=serverip:9997 timed out"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-my-Windows-system-event-logs-not-getting-indexed-and/m-p/272949#M52420</link>
      <description>&lt;P&gt;none means it will leave it to be the receiver hostname?&lt;BR /&gt;
What does connection_host=false, means?&lt;/P&gt;

&lt;P&gt;Thanks much!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2016 14:36:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-my-Windows-system-event-logs-not-getting-indexed-and/m-p/272949#M52420</guid>
      <dc:creator>goelt2000</dc:creator>
      <dc:date>2016-01-08T14:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why are my Windows system event logs not getting indexed and getting "WARN TcpOutputProc - Raw connection to ip=serverip:9997 timed out"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-my-Windows-system-event-logs-not-getting-indexed-and/m-p/272950#M52421</link>
      <description>&lt;P&gt;None would be whatever is configured in the forwarder's inputs.conf.  So if you have a universal forwarder sending data, whatever is in that universal forwarder's inputs.conf for hostname. &lt;/P&gt;

&lt;P&gt;I'm 90% sure none and false do the same thing, but I couldn't find confirmation. &lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2016 15:17:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-my-Windows-system-event-logs-not-getting-indexed-and/m-p/272950#M52421</guid>
      <dc:creator>hortonew</dc:creator>
      <dc:date>2016-01-08T15:17:56Z</dc:date>
    </item>
  </channel>
</rss>

