Getting Data In

No HTTP response from Splunk when sending data

bruceclarke
Contributor

All,

I'm trying to curl data to my Splunk indexer. The data is getting there, but I'm never receiving a response from Splunk that the data was received. This is causing issues, since I can't tell if the data was forwarded correctly. I receive a response from Splunk when I issue POSTs for searches, so this is NOT a connection issue.

Here is the curl command I'm issuing to a TCP enabled port. Like I say, the data is getting to Splunk, but I don't receive any response. Why might this be?

curl -k "http://MySplunkIndexer:515/services/receivers/simple" -d "Testkey=TestValue"

Thanks!

Tags (4)
0 Karma
1 Solution

acharlieh
Influencer

A TCP input, is simply that. It is a lower level than HTTP. A tool like netcat is more appropriate for testing sending data over TCP.

However it looks like you're attempting to use the Splunk REST API to send data. This goes over the Splunk management port (By default your URL should be: https://yourSplunkIndexer:8089/services/receivers/simple ) It's been a while since I've played with the REST API to send data, but you may or may not need to authenticate for this endpoint as well.

View solution in original post

acharlieh
Influencer

A TCP input, is simply that. It is a lower level than HTTP. A tool like netcat is more appropriate for testing sending data over TCP.

However it looks like you're attempting to use the Splunk REST API to send data. This goes over the Splunk management port (By default your URL should be: https://yourSplunkIndexer:8089/services/receivers/simple ) It's been a while since I've played with the REST API to send data, but you may or may not need to authenticate for this endpoint as well.

Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...