Hi Team,
I am using following CURL command
Connection reset means that the other end either completely refused to connect or for some reason decided that the connection is erroneous and closed it abruptly.
It is fairly uncommon for a HTTP server to properly respond to a request and close the connection abruptly like that (although it's not unheard of) - typically the server, even if the HTTP response contains an errorcode, closes the connection gracefully. Also in such case you'd see some response.
So it's more probable that either the TLS handshake is terminated due to some error in connection negotiation or there is some network-level problem or you are simply connecting to a wrong port.
The easiest way to troubleshoot would be to check network traffic on both ends during such curl request.
Hi @akanksha01
The ECONNRESET error indicates that the TCP connection was abruptly closed by the Splunk server or an intermediary network device (like a firewall or load balancer) before the request could be fully processed or the response sent. The curl command syntax itself for disabling the saved search appears correct.
Troubleshooting steps:
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing