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!

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 ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...