splunk / splunk-add-on-jira-alerts

Splunk custom alert action for Atlassian JIRA
18 stars 19 forks source link

Is this compatible with http_proxy setting in Splunk? #9

Open joepalm4 opened 5 years ago

joepalm4 commented 5 years ago

My Splunk server lives in a network that can only leave via an outbound web proxy (squid). Are you able to confirm that this add-on is not compatible with Splunk's http_proxy setting?

vlours commented 5 years ago

Not sure if Splunk is sharing the http_proxy setting to the Apps. For sure the jira.py python script is not calling any proxy config. requests.post(url=jira_url, data=body, headers=headers, auth=(username, password)) If Splunk is settings Proxy variables passed to its children, it should work.

Please feel free to share your experience if you've tried to use this App.

Cheers,