<?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 Re: Bad gateway ERROR in Security</title>
    <link>https://community.splunk.com/t5/Security/Bad-gateway-ERROR/m-p/250631#M6912</link>
    <description>&lt;P&gt;Hello again, I prefer to use DNS when possible but if you must use IP address, that is fine too&lt;/P&gt;

&lt;P&gt;こんにちは、私は可能な場合は、DNSを使用することを好むが、あなたはIPアドレスを使用する必要がある場合は、それも結構です。&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2016 12:25:25 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2016-05-18T12:25:25Z</dc:date>
    <item>
      <title>Bad gateway ERROR</title>
      <link>https://community.splunk.com/t5/Security/Bad-gateway-ERROR/m-p/250628#M6909</link>
      <description>&lt;P&gt;いつもお世話になっております。&lt;/P&gt;

&lt;P&gt;Splunk &amp;gt; Splunk Apps をクリックすると、添付のエラーとなり、&lt;BR /&gt;
Splunk Appsの画面が表示されない状況です。&lt;/P&gt;

&lt;P&gt;社内のSplunkサーバからプロキシサーバ経由で、&lt;BR /&gt;
Splunk社のサーバと通信させ、APPをダウンロード＆インストールしたいと考えております。&lt;/P&gt;

&lt;P&gt;社内のSplunkサーバの以下の設定ファイルにプロキシを設定しましたが、&lt;BR /&gt;
エラーとなります。&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc&lt;BR /&gt;
splunk-launch.conf&lt;/P&gt;

&lt;P&gt;解決する方法はなにかありませんでしょうか。&lt;/P&gt;

&lt;P&gt;よろしくお願いします。&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1360iAD2719D0EB694071/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 09:20:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Bad-gateway-ERROR/m-p/250628#M6909</guid>
      <dc:creator>notchie0322</dc:creator>
      <dc:date>2016-05-16T09:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Bad gateway ERROR</title>
      <link>https://community.splunk.com/t5/Security/Bad-gateway-ERROR/m-p/250629#M6910</link>
      <description>&lt;P&gt;Is your splunk server behind a http or https proxy?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;http_proxy=proxyIP:proxyPort
https_proxy=SSLproxyIP:proxyPort
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;/opt/splunk/etc/splunk-launch.conf is the correct file.&lt;/P&gt;

&lt;P&gt;Please be sure to restart splunk after making the change too.&lt;/P&gt;

&lt;P&gt;Does your proxy require user/pass?  If yes, then do this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;http_proxy=user:pass@proxyIP:proxyPort
https_proxy=user:pass@SSLproxyIP:proxyPort
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;HTTPまたはHTTPSプロキシの背後にあるあなたのSplunkサーバーはありますか？&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;HTTP_PROXY = proxyIP ： proxyPortの
HTTPS_PROXY = SSLproxyIP ： proxyPortの
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;正しいファイルが/opt/splunk/etc/splunk-launch.confです。&lt;/P&gt;

&lt;P&gt;あまりにも変更を行った後にSplunkを再起動するようにしてください。&lt;/P&gt;

&lt;P&gt;プロキシは、ユーザーが必要としています/渡しますか？ yesの場合は、次の操作を行います。&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;HTTP_PROXY =ユーザー：パス@のproxyIP ： proxyPortの
HTTPS_PROXY =ユーザー：パス@のSSLproxyIP ： proxyPortの
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 16 May 2016 14:05:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Bad-gateway-ERROR/m-p/250629#M6910</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-16T14:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bad gateway ERROR</title>
      <link>https://community.splunk.com/t5/Security/Bad-gateway-ERROR/m-p/250630#M6911</link>
      <description>&lt;P&gt;ご連絡頂き、ありがとうございます。&lt;/P&gt;

&lt;P&gt;以下の設定ファイルについては、&lt;BR /&gt;
設定ができておりました。&lt;BR /&gt;
/opt/splunk/etc/splunk-launch.conf&lt;/P&gt;

&lt;P&gt;DNSの設定に問題があるということがわかりました。&lt;BR /&gt;
SPLUNKには、&lt;BR /&gt;
DNSの参照先サーバを参照する設定はありますか？&lt;BR /&gt;
もしないのであれば、&lt;BR /&gt;
OSの設定を確認してみようと思います。&lt;/P&gt;

&lt;P&gt;よろしくお願いします。&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 04:52:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Bad-gateway-ERROR/m-p/250630#M6911</guid>
      <dc:creator>notchie0322</dc:creator>
      <dc:date>2016-05-18T04:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Bad gateway ERROR</title>
      <link>https://community.splunk.com/t5/Security/Bad-gateway-ERROR/m-p/250631#M6912</link>
      <description>&lt;P&gt;Hello again, I prefer to use DNS when possible but if you must use IP address, that is fine too&lt;/P&gt;

&lt;P&gt;こんにちは、私は可能な場合は、DNSを使用することを好むが、あなたはIPアドレスを使用する必要がある場合は、それも結構です。&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 12:25:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Bad-gateway-ERROR/m-p/250631#M6912</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-18T12:25:25Z</dc:date>
    </item>
  </channel>
</rss>

