I want to know if there is any server-side timeout that a response must complete in for a call to the endpoint Get /services/saved/searches. Does Splunk have a default timeout for handling these API calls?
Hello
Maybe you need to edit /opt/splunk/etc/system/local/web.conf
adding the stanza:
splunkdConnectionTimeout = 120
More HERE.
I believe this only applies to how Splunk Web (UI) interacts with splunkd not how direct REST API calls are made to splunkd on port 8089.
I am trying to determine if I should just use a client side timeout for the endpoint call.
You're correct. The splunkdConnectionTimeout setting in web.conf primarily affects how Splunk Web (UI) interacts with splunkd. For direct REST API calls made to splunkd on port 8089, the timeout behavior can be different.
If you need more detailed information, you can refer to the Splunk REST API
Solved: How do I change the REST API execution timeout? - Splunk Community
Access endpoint descriptions - Splunk Documentation
I appreciate the reply, but this is why I am asking the question I cannot find any information about a timeout in the documentation for this.
If there is no timeout that is fine, just want to know.