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!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI! Discover how Splunk’s agentic AI ...

[Puzzles] Solve, Learn, Repeat: Dereferencing XML to Fixed-length events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

Stay Connected: Your Guide to December Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...