Getting Data In

Splunk Rest calls not available

rbathla
New Member

We have splunk enterprise 6.5.2.

We are trying to access Splunk Rest API

curl -u : -k http://:8089/services/alerts/fired_alerts

This is the error I get while running the above command with the updated hostname and credentials.
curl: (56) Failure when receiving data from the peer

Can you suggest what is wrong and do I have to enable anything to access splunk API?

0 Karma

abhutiani
Explorer

By default the REST API is run over SSL, so try this:

curl -u : -k https://[hostname]:8089/services/alerts/fired_alerts
0 Karma

rbathla
New Member

Can someone suggest what are we missing?

0 Karma
Get Updates on the Splunk Community!

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...