Hi @Lj231 This app uses the python requests library, therefore you should be able to set a HTTP_PROXY/HTTPS_PROXY in $SPLUNK_HOME/etc/splunk-launch.conf HTTP_PROXY="http://user:pass@proxy_ip:proxy_port"
HTTPS_PROXY="http://user:pass@proxy_ip:proxy_port" Note that this will apply to the whole instance, not just that specific app. You will need to restart Splunk after configuring this. 🌟 Did this answer help you? If so, please consider: Adding karma to show it was useful Marking it as the solution if it resolved your issue Commenting if you need any clarification Your feedback encourages the volunteers in this community to continue contributing.
... View more