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!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...