<?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: Why am I getting a timeout error trying to configure a Splunk Forwarder to send data to a Splunk indexer on AWS? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-a-timeout-error-trying-to-configure-a-Splunk/m-p/163438#M33150</link>
    <description>&lt;P&gt;Mine will be a continuous monitoring system and not a one time upload.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2015 14:48:00 GMT</pubDate>
    <dc:creator>ghosh84</dc:creator>
    <dc:date>2015-04-23T14:48:00Z</dc:date>
    <item>
      <title>Why am I getting a timeout error trying to configure a Splunk Forwarder to send data to a Splunk indexer on AWS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-a-timeout-error-trying-to-configure-a-Splunk/m-p/163436#M33148</link>
      <description>&lt;P&gt;We plan to move our Splunk enterprise to Aws. The plan is to use a forwarder (from a local windows machine) to collect the data (around 15 mb a month) and send it to the indexer on aws. &lt;BR /&gt;
I am trying to work on the forwarder - aws connection part, but i am getting a time out error.&lt;BR /&gt;
My forwarder outputs.conf file looks like this :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;tcpout-server =  amazon server:9997
sslcertpath =localpath /certificate.pen
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I don't know what values to use for sslpassword and sslrootcapath.&lt;BR /&gt;
I have also enabled the indexer to listen to 9997 port.&lt;BR /&gt;
Where i am going wrong ?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 05:06:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-a-timeout-error-trying-to-configure-a-Splunk/m-p/163436#M33148</guid>
      <dc:creator>ghosh84</dc:creator>
      <dc:date>2015-04-23T05:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting a timeout error trying to configure a Splunk Forwarder to send data to a Splunk indexer on AWS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-a-timeout-error-trying-to-configure-a-Splunk/m-p/163437#M33149</link>
      <description>&lt;P&gt;i thing that you can use a csv file.&lt;BR /&gt;
so in search use output csv command to create a file and index it with your instance who in AWS &lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 09:33:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-a-timeout-error-trying-to-configure-a-Splunk/m-p/163437#M33149</guid>
      <dc:creator>tachifelix</dc:creator>
      <dc:date>2015-04-23T09:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting a timeout error trying to configure a Splunk Forwarder to send data to a Splunk indexer on AWS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-a-timeout-error-trying-to-configure-a-Splunk/m-p/163438#M33150</link>
      <description>&lt;P&gt;Mine will be a continuous monitoring system and not a one time upload.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 14:48:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-a-timeout-error-trying-to-configure-a-Splunk/m-p/163438#M33150</guid>
      <dc:creator>ghosh84</dc:creator>
      <dc:date>2015-04-23T14:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting a timeout error trying to configure a Splunk Forwarder to send data to a Splunk indexer on AWS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-a-timeout-error-trying-to-configure-a-Splunk/m-p/163439#M33151</link>
      <description>&lt;PRE&gt;&lt;CODE&gt; sslCertPath = $SPLUNK_HOME/etc/apps/splunkclouduf/default/client.pem
sslPassword = fdf1c4601674ddd5fca3db0486d927db
sslRootCAPath = $SPLUNK_HOME/etc/apps/splunkclouduf/default/cacert.pem
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but for you information :&lt;BR /&gt;
 &lt;STRONG&gt;Other reasons the forwarder might close a connection&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;There are actually three conditions that can cause the forwarder to close the network connection:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; 1.   Read timeout. The forwarder doesn't receive acknowledgment within 300 (default) seconds. This is the condition described on this link:
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;`` &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.2/Forwarding/Protectagainstlossofin-flightdata#Other_reasons_the_forwarder_might_close_a_connection"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.2/Forwarding/Protectagainstlossofin-flightdata#Other_reasons_the_forwarder_might_close_a_connection&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; 2.   Write timeout. The forwarder is not able to finish a network write within 300 (default) seconds. The value is configurable in outputs.conf by setting writeTimeout.

 3.   Read/write failure. Typical causes include the indexer's machine crashing or the network going down. 

4.   found the tcp port was not setup in the inputs.conf file. Added the tcp entry and it is working
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In all these cases, the forwarder will then attempt to open a connection to the next indexer in the load-balanced group, or to the same indexer again if load-balancing is not enabled. &lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2015 12:34:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-a-timeout-error-trying-to-configure-a-Splunk/m-p/163439#M33151</guid>
      <dc:creator>fdi01</dc:creator>
      <dc:date>2015-04-24T12:34:57Z</dc:date>
    </item>
  </channel>
</rss>

