guilhemmarchand / TA-jira-service-desk-simple-addon

Atlasian JIRA add-on for Splunk alert actions
11 stars 8 forks source link

Connect JIRA Splunk GCP #143

Closed Aiv4n7 closed 2 years ago

Aiv4n7 commented 2 years ago

Hi [guilhemmarchand.

We are trying to connect our instace of splunk in GCP with JIRA, but we have the next issue:

ConnectionError at "/opt/splunk/lib/python3.7/site-packages/requests/adapters.py", line 516 : HTTPSConnectionPool(host='200.XX.XX.XXX', port=9090): Max retries exceeded with url: /rest/api/2/project (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out'))

Can ypu help us, if you know about a similar topic!

Thanks, regards

guilhemmarchand commented 2 years ago

Hi @Aiv4n7

The Python exception is pretty clear, from the network perspective the connection cannot be established.

Either the outgoing traffic is restricted, either the target doesn't let you in. If you have backend access you can simple use a curl and you will the same, if you are on Splunk Cloud because the port is not a standard port you need to request a firewall rule or use ACS to allow the outgoing traffic.

Guilhem

guilhemmarchand commented 2 years ago

I assume you could fix your issue @Aiv4n7