Getting Data In

No answer from service api

toja
New Member

I'm trying to use the rest api but all I get is an empty response.

This is what I try to do and the result you see on the row under.

curl -u username:password http://vm-splunk:8089/services/search/jobs
curl: (52) Empty reply from server
Tags (2)
0 Karma
1 Solution

dart
Splunk Employee
Splunk Employee

Try https://vm-splunk:8089/services/search/jobs

The REST API is provided by splunkd which is https by default.

View solution in original post

dart
Splunk Employee
Splunk Employee

Try https://vm-splunk:8089/services/search/jobs

The REST API is provided by splunkd which is https by default.

toja
New Member

Thanks. It worked as just fine when accessing it with curl over https but not when I used the postman plugin in chrome.

0 Karma

asemle
Explorer

In postman, disable certificate validation to get it to work. The -k in curl (curl -k -u ....) is ignoring the self-signed splunk cert.

Go to File->Settings

Under Request it's "SSL Certificate Validation". Just switch it off.

0 Karma
Get Updates on the Splunk Community!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...