Splunk Cloud Platform

Is it Possible to Send Data to Splunk Without SSL Handshake?

rake
Engager

Hi,

I’m currently setting up a pipeline to send logs from AWS Kinesis Firehose to Splunk. I'm using Splunk’s Cloud Trial version as the destination endpoint, and my goal is to send data without requiring an SSL handshake.

Here's a summary of my setup:

  • Service: AWS Kinesis Firehose
  • Destination: Splunk Cloud Trail (using Splunk HEC URL)
  • Goal: Send data directly from Firehose to Splunk without SSL validation, if possible.
    "errorCode": "Splunk.SSLHandshake",
    "errorMessage": "Could not connect to the HEC endpoint. Make sure that the certificate and the host are valid."

    To troubleshoot, I also tested sending a record with the following command:

    aws firehose put-record --delivery-stream-name FirehoseSplunkDeliveryStream \
    --record='{"Data":"eyJldmVudCI6eyJrZXkxIjoidmFsdWUxIiwia2V5MiI6InZhbHVlMiJ9fQ=="}'

     The SSL handshake error persists when connecting to the Splunk HEC endpoint.

    Has anyone configured a similar setup, or is there a workaround to disable SSL validation for the Splunk endpoint? I'm new to splunk and just trying it out, any insights or suggestions would be greatly appreciated!

    Thanks!

Labels (1)
0 Karma
1 Solution

sainag_splunk
Splunk Employee
Splunk Employee

 Hello @rake This could be the issue because you are on trial version (firehose has another endpoint) .


Deploying this add-on to free trial Splunk Cloud deployments is not supported at this time.

Refer: https://docs.splunk.com/Documentation/AddOns/released/Firehose/Installationoverview


Note: Disabling SSL validation is not recommended for production environments..

If this helps, please Upvote.

If this helps, Upvote!!!!
Together we make the Splunk Community stronger 

View solution in original post

0 Karma

sainag_splunk
Splunk Employee
Splunk Employee

 Hello @rake This could be the issue because you are on trial version (firehose has another endpoint) .


Deploying this add-on to free trial Splunk Cloud deployments is not supported at this time.

Refer: https://docs.splunk.com/Documentation/AddOns/released/Firehose/Installationoverview


Note: Disabling SSL validation is not recommended for production environments..

If this helps, please Upvote.

If this helps, Upvote!!!!
Together we make the Splunk Community stronger 
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...