All Apps and Add-ons

"Connection to timed out. (connect timeout=60)" error when using Webtool TA

mhan_splunk
Splunk Employee
Splunk Employee

Currently, we are using the Webtool TA for invoking external REST APIs. We installed the TA on our DEV box and then we performed the following SPL command:

| curl method=get verifyssl=True uri=https:///v1///itemDefinitions?view=full&limit=20 debug=t

But for some reason, the curl_message returns a ‘Connection to timed out. (connect timeout=60)’ error. We checked the internal network team and they tell us access from our test Splunk servers to the servers are open for any port. Can you suggest ways to resolve this?

@jkat54

0 Karma

jkat54
SplunkTrust
SplunkTrust

Have you tried command line curl from the splunk server to the api?

I'm just assuming here but it sounds like the splunk server isn't able to resolve the fqdn to an IP.

If you know how to troubleshoot DNS that's your first step. Next step is to move the parameters into a datafield

| eval data="{\'view\':\'full\',\'limit\':\'20\'}" | curl ... datafield=data

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