I have my splunk instance hosted azure and i wanted to connect to it via splunkSDK but it is giving timeout error for 8089 port and 443 it is giving connection reset.
import splunklib.client as client
service = client.connect(host='IP-Address', port=8089,
username='admin', password='...')
I have checked firewall and also tried executing this in azure databricks, still issue is present and HTTPS on 443 is also enabled in azure hosted splunk instance. In web browser the ip is accessible via https like.. https://ip-address But http://ip-address:443 is giving no response. Can someone help solve this issue.