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!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...