<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Slack Alerts via Web Proxy in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Slack-Alerts-via-Web-Proxy/m-p/376179#M45626</link>
    <description>&lt;P&gt;Is there a way to configure the Slack Alerts App to use a web proxy?  The search head is in a data center where internet access is restricted unless it goes through a web proxy.  The only settings I have found in Splunk are for sending all Splunkd communications through a proxy which is not ideal.  The search head is running on windows server 2012R2 so I did attempt to set the windows proxy but it does not seem like Splunk picks up on that for 80/443 connections.  Anyone know how to get this working?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 08 May 2018 01:02:43 GMT</pubDate>
    <dc:creator>nbonner</dc:creator>
    <dc:date>2018-05-08T01:02:43Z</dc:date>
    <item>
      <title>Slack Alerts via Web Proxy</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Slack-Alerts-via-Web-Proxy/m-p/376179#M45626</link>
      <description>&lt;P&gt;Is there a way to configure the Slack Alerts App to use a web proxy?  The search head is in a data center where internet access is restricted unless it goes through a web proxy.  The only settings I have found in Splunk are for sending all Splunkd communications through a proxy which is not ideal.  The search head is running on windows server 2012R2 so I did attempt to set the windows proxy but it does not seem like Splunk picks up on that for 80/443 connections.  Anyone know how to get this working?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 01:02:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Slack-Alerts-via-Web-Proxy/m-p/376179#M45626</guid>
      <dc:creator>nbonner</dc:creator>
      <dc:date>2018-05-08T01:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Slack Alerts via Web Proxy</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Slack-Alerts-via-Web-Proxy/m-p/376180#M45627</link>
      <description>&lt;P&gt;This is not possible with the current version of the app. Since this is a repeated ask, it is on the TODO list, though.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 11:47:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Slack-Alerts-via-Web-Proxy/m-p/376180#M45627</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2018-06-05T11:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Slack Alerts via Web Proxy</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Slack-Alerts-via-Web-Proxy/m-p/376181#M45628</link>
      <description>&lt;P&gt;I would also be very interested in if there is a possibility to use the Slack app via a web proxy.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 09:01:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Slack-Alerts-via-Web-Proxy/m-p/376181#M45628</guid>
      <dc:creator>simony</dc:creator>
      <dc:date>2018-06-18T09:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Slack Alerts via Web Proxy</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Slack-Alerts-via-Web-Proxy/m-p/376182#M45629</link>
      <description>&lt;P&gt;would be awesome to have the opportunity to configure a separate web proxy!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 18:02:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Slack-Alerts-via-Web-Proxy/m-p/376182#M45629</guid>
      <dc:creator>nschmalz</dc:creator>
      <dc:date>2018-12-04T18:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Slack Alerts via Web Proxy</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Slack-Alerts-via-Web-Proxy/m-p/376183#M45630</link>
      <description>&lt;P&gt;I fixed the issue for my slack alerts by adding the lines below in slack.py (splunk\etc\apps\slack_alerts\bin\slack.py)&lt;BR /&gt;
import os&lt;/P&gt;

&lt;P&gt;proxy = 'http://:@:'&lt;/P&gt;

&lt;P&gt;os.environ['http_proxy'] = proxy &lt;BR /&gt;
os.environ['HTTP_PROXY'] = proxy&lt;BR /&gt;
os.environ['https_proxy'] = proxy&lt;BR /&gt;
os.environ['HTTPS_PROXY'] = proxy&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:17:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Slack-Alerts-via-Web-Proxy/m-p/376183#M45630</guid>
      <dc:creator>ankit4817</dc:creator>
      <dc:date>2020-09-29T22:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Slack Alerts via Web Proxy</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Slack-Alerts-via-Web-Proxy/m-p/376184#M45631</link>
      <description>&lt;P&gt;Perfect, that works fine to me.&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 04:00:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Slack-Alerts-via-Web-Proxy/m-p/376184#M45631</guid>
      <dc:creator>season88481</dc:creator>
      <dc:date>2020-05-19T04:00:21Z</dc:date>
    </item>
  </channel>
</rss>

