<?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 Problem ingesting from HEC, sslv3 alert certificate unknown in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434349#M75846</link>
    <description>&lt;P&gt;We're attempting to ingest from ELK servers into Splunk using ELK -&amp;gt; HEC, but are having difficulties getting past ssl. Due to FW constraints, we're only able to send to one heavy forwarder on port 8088, which already has ssl enabled. We don't have certificate validation enabled.&lt;BR /&gt;
The data is going to be coming in from a company that we've purchased, so they're not on our domain, and I'm not certain if their root ca cert is in effect in our domain, nor certain if that matters here.&lt;BR /&gt;
They are sending using the following structure:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;http_method =&amp;gt; "put"
format =&amp;gt; "json"
url =&amp;gt; &lt;A href="https://nattdip:8088/services/collector" target="test_blank"&gt;https://nattdip:8088/services/collector&lt;/A&gt; 
headers =&amp;gt; {"Authorization" =&amp;gt;"Bearer d****d-9f84-4a3a-a9fd-6*******e"}
content_type =&amp;gt; "application/json"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;We've tried both put and post as the method, and they get the same error:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[HTTP Output Failure] Could not fetch URL {:url=&amp;gt;"https://nattdip:8088/services/collector", :method=&amp;gt;:post,
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I see the following in my _internal log:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;08-28-2018 15:45:13.287 -0400 WARN HttpListener - Socket error from sourceip while idling: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;We've added their rootca to our pem file that Splunk is using to protect web &amp;amp; hec, but get same error.&lt;/P&gt;

&lt;P&gt;Any suggestions would be great. Thanks very much.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Aug 2018 13:19:04 GMT</pubDate>
    <dc:creator>manderson7</dc:creator>
    <dc:date>2018-08-29T13:19:04Z</dc:date>
    <item>
      <title>Problem ingesting from HEC, sslv3 alert certificate unknown</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434349#M75846</link>
      <description>&lt;P&gt;We're attempting to ingest from ELK servers into Splunk using ELK -&amp;gt; HEC, but are having difficulties getting past ssl. Due to FW constraints, we're only able to send to one heavy forwarder on port 8088, which already has ssl enabled. We don't have certificate validation enabled.&lt;BR /&gt;
The data is going to be coming in from a company that we've purchased, so they're not on our domain, and I'm not certain if their root ca cert is in effect in our domain, nor certain if that matters here.&lt;BR /&gt;
They are sending using the following structure:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;http_method =&amp;gt; "put"
format =&amp;gt; "json"
url =&amp;gt; &lt;A href="https://nattdip:8088/services/collector" target="test_blank"&gt;https://nattdip:8088/services/collector&lt;/A&gt; 
headers =&amp;gt; {"Authorization" =&amp;gt;"Bearer d****d-9f84-4a3a-a9fd-6*******e"}
content_type =&amp;gt; "application/json"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;We've tried both put and post as the method, and they get the same error:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[HTTP Output Failure] Could not fetch URL {:url=&amp;gt;"https://nattdip:8088/services/collector", :method=&amp;gt;:post,
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I see the following in my _internal log:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;08-28-2018 15:45:13.287 -0400 WARN HttpListener - Socket error from sourceip while idling: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;We've added their rootca to our pem file that Splunk is using to protect web &amp;amp; hec, but get same error.&lt;/P&gt;

&lt;P&gt;Any suggestions would be great. Thanks very much.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 13:19:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434349#M75846</guid>
      <dc:creator>manderson7</dc:creator>
      <dc:date>2018-08-29T13:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem ingesting from HEC, sslv3 alert certificate unknown</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434350#M75847</link>
      <description>&lt;P&gt;Hi @manderson7,&lt;/P&gt;

&lt;P&gt;If you are using HTTP Output Plugin on Logstash then you can configure &lt;CODE&gt;cacert&lt;/CODE&gt; parameter on logstash server, for more info see this &lt;A href="https://discuss.elastic.co/t/logstash-to-splunk-http-event-collector/130765/3"&gt;https://discuss.elastic.co/t/logstash-to-splunk-http-event-collector/130765/3&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 10:56:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434350#M75847</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2018-08-30T10:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem ingesting from HEC, sslv3 alert certificate unknown</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434351#M75848</link>
      <description>&lt;P&gt;Thank you! Once I get them the appropriate cert we'll test this and let you know.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 12:15:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434351#M75848</guid>
      <dc:creator>manderson7</dc:creator>
      <dc:date>2018-08-30T12:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem ingesting from HEC, sslv3 alert certificate unknown</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434352#M75849</link>
      <description>&lt;P&gt;We've got the cert problem solved we think, but are now getting timeouts using curl. I'm not seeing any activity in Splunk for the httplistener, but when they try from logstash, I get +&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;08-30-2018 09:43:09.193 -0400 WARN  HttpListener - Socket error from nattip while idling: error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and they see unable to fetch url.&lt;/P&gt;

&lt;P&gt;I'm seeing traffic go through the FW, and tcpdump sees the traffic as well. What's stopping HEC from ingesting the data?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:17:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434352#M75849</guid>
      <dc:creator>manderson7</dc:creator>
      <dc:date>2018-08-30T14:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem ingesting from HEC, sslv3 alert certificate unknown</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434353#M75850</link>
      <description>&lt;P&gt;Are you sure that they are sending traffic over &lt;CODE&gt;https&lt;/CODE&gt; and not &lt;CODE&gt;http&lt;/CODE&gt; because while googling this error it says that this error generates when you send traffic over &lt;CODE&gt;http&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:48:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434353#M75850</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2018-08-30T14:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem ingesting from HEC, sslv3 alert certificate unknown</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434354#M75851</link>
      <description>&lt;P&gt;So they were using http earlier, then switched to https and got the following:&lt;BR /&gt;
  [ERROR][logstash.outputs.http    ] [HTTP Output Failure] Could not fetch URL {:url=&amp;gt;"&lt;A href="https://nattdip:8088/services/collector" target="_blank"&gt;https://nattdip:8088/services/collector&lt;/A&gt;", :method=&amp;gt;:post, :body=&amp;gt;"{\"@timestamp\":\"2018-08-30T15:00:05.110Z\",\"offset\":2617,\"@version\":\"1\",\"beat\":{\"name\":\"elk003.inf030.chi1.domain1.com\",\"hostname\":\"elk003.inf030.chi1.domain1.com\",\"version\":\"5.6.3\"},\"input_type\":\"log\",\"host\":\"elk003.inf030.chi1.domain1.com\",\"source\":\"/home/mbrien/splunk_test.log\",\"message\":\"tdedsadssdfst\",\"type\":\"splunk_test\",\"tags\":[\"test logs\",\"splunk\",\"beats_input_codec_plain_applied\"]}", :headers=&amp;gt;{"Authorization"=&amp;gt;"Splunk d82a61dd-xxxx-xxxx-xxxx-682bdcacb76e", "Content-Type"=&amp;gt;"application/json"}, :message=&amp;gt;"Connection reset", :class=&amp;gt;"Manticore::SocketException", :backtrace=&amp;gt;nil, :will_retry=&amp;gt;true}&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:05:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434354#M75851</guid>
      <dc:creator>manderson7</dc:creator>
      <dc:date>2020-09-29T21:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem ingesting from HEC, sslv3 alert certificate unknown</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434355#M75852</link>
      <description>&lt;P&gt;Try with URL &lt;CODE&gt;&lt;A href="https://nattdip:8088/services/collector/raw" target="test_blank"&gt;https://nattdip:8088/services/collector/raw&lt;/A&gt;&lt;/CODE&gt;, additionally try header like this &lt;CODE&gt;headers =&amp;gt; ['Authorization' , 'Splunk d82a61dd-xxxx-xxxx-xxxx-682bdcacb76e']&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Unfortunately I don't have Logstash setup so I can't test in my lab environment but based on example given here &lt;A href="https://discuss.elastic.co/t/logstash-to-splunk-http-event-collector/130765/3"&gt;https://discuss.elastic.co/t/logstash-to-splunk-http-event-collector/130765/3&lt;/A&gt; it looks like that user is renaming &lt;CODE&gt;message&lt;/CODE&gt; to &lt;CODE&gt;event&lt;/CODE&gt;, which is require if you are sending data to &lt;CODE&gt;&lt;A href="https://URL:8088/services/collector" target="test_blank"&gt;https://URL:8088/services/collector&lt;/A&gt;&lt;/CODE&gt; , see example &lt;CODE&gt;curl -k "https://mysplunkserver.example.com:8088/services/collector" \&lt;BR /&gt;
    -H "Authorization: Splunk CF179AE4-xxxx-xxxx-xxxx-328xxxxx67" \&lt;BR /&gt;
    -d '{"event": "Hello, world!", "sourcetype": "manual"}'&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 15:23:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434355#M75852</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2018-08-30T15:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem ingesting from HEC, sslv3 alert certificate unknown</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434356#M75853</link>
      <description>&lt;P&gt;Considering a curl from one of my servers succeeded, but his failed, I'm asking our FW guys for some eyes before we attempt further on the logstash connection. Thanks very much for your help, and I'll come back to this when we get further in our connection.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 15:56:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434356#M75853</guid>
      <dc:creator>manderson7</dc:creator>
      <dc:date>2018-08-30T15:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem ingesting from HEC, sslv3 alert certificate unknown</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434357#M75854</link>
      <description>&lt;P&gt;Our firewall wasn't allowing the entire transmission through, as it's application based, and the wrong application was specified. We're able to transmit now, and ingest into Splunk. Thanks for your assistance in troubleshooting this.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 17:41:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434357#M75854</guid>
      <dc:creator>manderson7</dc:creator>
      <dc:date>2018-09-06T17:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem ingesting from HEC, sslv3 alert certificate unknown</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434358#M75855</link>
      <description>&lt;P&gt;It's good to hear that ELK is ingesting data in Splunk now. You can convert your last comment to answer and you can accept it.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 17:58:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-ingesting-from-HEC-sslv3-alert-certificate-unknown/m-p/434358#M75855</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2018-09-06T17:58:02Z</dc:date>
    </item>
  </channel>
</rss>

