Getting Data In

REST API to push data into Splunk

dhavamanis
Builder

We are trying to push the application real time data into Splunk as part of code base, Do we have any REST API to push the data into Splunk instead of pushing through forwarder.

Tags (2)
0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

You can stream data to Splunk using the REST API endpoint /services/receivers/stream - see http://docs.splunk.com/Documentation/Splunk/6.1.1/RESTAPI/RESTinput#receivers.2Fstream for reference.

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

You can stream data to Splunk using the REST API endpoint /services/receivers/stream - see http://docs.splunk.com/Documentation/Splunk/6.1.1/RESTAPI/RESTinput#receivers.2Fstream for reference.

japala
Path Finder

Hello i tried using the same, but i don't know where i am doing the mistake, and when the client is trying to send data from their server, it says following error.

~$ curl -kv -H "Accept: application/json" "https://localhost:8089/services/receivers/simple"
* getaddrinfo(3) failed for localhost:8089
* Couldn't resolve host 'localhost'
* Closing connection #0
curl: (6) Couldn't resolve host 'localhost'

Any idea what is happening here..?

***our server changed to localhost

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...