All Apps and Add-ons

Splunk Add-on for Atlassian JIRA Alerts: How to configure the add-on to enable proxy setup?

ianbow
Explorer

Does anyone know how to amend the Splunk Add-on for Atlassian JIRA Alerts to support outbound proxies? We have a public jira instance which can only be access via a proxy and need to fix the code to support this?

1 Solution

masonmorales
Influencer

If you define the proxy in $SPLUNK_HOME/etc/splunk-launch.conf on the search head, it will use that proxy by default after a Splunk restart.

splunk-launch.conf

NO_PROXY = 127.0.0.1
HTTP_PROXY = 1.2.3.4:9999
HTTPS_PROXY = 1.2.3.4:9999

You can also blacklist any destinations that it should not use a proxy for in the "NO_PROXY" section.

View solution in original post

0 Karma

masonmorales
Influencer

If you define the proxy in $SPLUNK_HOME/etc/splunk-launch.conf on the search head, it will use that proxy by default after a Splunk restart.

splunk-launch.conf

NO_PROXY = 127.0.0.1
HTTP_PROXY = 1.2.3.4:9999
HTTPS_PROXY = 1.2.3.4:9999

You can also blacklist any destinations that it should not use a proxy for in the "NO_PROXY" section.

0 Karma

ianbow
Explorer

thanks for the answer as a work around however I believe it would be better to make the python scripts proxy aware? The app is quite old so not too sure if it is still under active development?

0 Karma

ejwade
Contributor

I'm having the same problem. My Splunk server lives in a network that can only leave via an outbound web proxy (squid). @gmelnik, @gmelnik_splunk, @zenmoto, @zenmoto-1, or @ziegfried - you are all contributors to the git code - are you able to confirm that this add-on is not compatible with the http_proxy setting?

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...