<?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: Splunk Add-on for AWS is not loading Proxy Settings to connect to AWS SQS Queue in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-is-not-loading-Proxy-Settings-to-connect/m-p/534969#M64557</link>
    <description>&lt;P&gt;Hi&lt;BR /&gt;I think there was a UI bug in version 5.0.1 of the Addon, so best use the 5.0.3 version.&lt;/P&gt;&lt;P&gt;Or you may be able to update&amp;nbsp;&lt;SPAN&gt;by upgrading httplib2 in&amp;nbsp;bin/3rdparty/python/httplib2 but I think upgrade to 5.0.3 is the easier option.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jan 2021 15:34:25 GMT</pubDate>
    <dc:creator>dwest_splunk</dc:creator>
    <dc:date>2021-01-06T15:34:25Z</dc:date>
    <item>
      <title>Splunk Add-on for AWS is not loading Proxy Settings to connect to AWS SQS Queue</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-is-not-loading-Proxy-Settings-to-connect/m-p/517422#M63273</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using the Splunk Add-on for AWS app (5.01) to ingest data from SQS/S3 to Splunk 8.0.3 on-prem.&lt;/P&gt;&lt;P&gt;Our network gateway requirements is that the traffic is going through a proxy.&lt;/P&gt;&lt;P&gt;For some reason, this add-on is not able to communicate with proxy setting to establish connection to AWS SQS queue. It's keep hitting the below errors:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="t"&gt;level=ERROR&lt;/SPAN&gt; &lt;SPAN class="t"&gt;pid=14252&lt;/SPAN&gt; &lt;SPAN class="t"&gt;tid=MainThread&lt;/SPAN&gt; &lt;SPAN class="t"&gt;logger=splunk_ta_aws.modinputs.sqs.aws_sqs_data_loader&lt;/SPAN&gt; &lt;SPAN class="t"&gt;pos=aws_sqs_data_loader.py:log:93&lt;/SPAN&gt; | | &lt;SPAN class="t"&gt;message=&lt;/SPAN&gt;"&lt;SPAN class="t"&gt;Failed&lt;/SPAN&gt; &lt;SPAN class="t"&gt;to&lt;/SPAN&gt; &lt;SPAN class="t"&gt;get&lt;/SPAN&gt; &lt;SPAN class="t"&gt;SQS&lt;/SPAN&gt; &lt;SPAN class="t"&gt;queue&lt;/SPAN&gt; &lt;SPAN class="t"&gt;url&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;..............................&lt;/P&gt;&lt;P&gt;&lt;SPAN class="t"&gt;Files\\Splunk\\etc\\apps\\Splunk_TA_aws\\bin\\3rdparty\\python3\\botocore\\httpsession.py\&lt;/SPAN&gt;", &lt;SPAN class="t"&gt;line&lt;/SPAN&gt; &lt;SPAN class="t"&gt;283&lt;/SPAN&gt;, &lt;SPAN class="t"&gt;in&lt;/SPAN&gt; &lt;SPAN class="t"&gt;send\n&lt;/SPAN&gt; &lt;SPAN class="t"&gt;raise&lt;/SPAN&gt; &lt;SPAN class="t"&gt;EndpointConnectionError&lt;/SPAN&gt;(&lt;SPAN class="t"&gt;endpoint_url=request.url&lt;/SPAN&gt;, &lt;SPAN class="t"&gt;error=e&lt;/SPAN&gt;)&lt;SPAN class="t"&gt;\nbotocore.exceptions.EndpointConnectionError:&lt;/SPAN&gt; &lt;SPAN class="t"&gt;Could&lt;/SPAN&gt; &lt;SPAN class="t"&gt;not&lt;/SPAN&gt; &lt;SPAN class="t"&gt;connect&lt;/SPAN&gt; &lt;SPAN class="t"&gt;to&lt;/SPAN&gt; &lt;SPAN class="t"&gt;the&lt;/SPAN&gt; &lt;SPAN class="t"&gt;endpoint&lt;/SPAN&gt; &lt;SPAN class="t"&gt;URL:&lt;/SPAN&gt; &lt;SPAN class="t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="t"&gt;&lt;A href="https://sts.amazonaws.com/" target="_blank" rel="noopener"&gt;https://sts.amazonaws.com/\&lt;/A&gt;&lt;/SPAN&gt;"&lt;SPAN class="t"&gt;\n&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;==========&lt;/P&gt;&lt;P&gt;However, I am able to get SQS queue URL when I use AWS CLI in windows power-shell and CMD respectively:&lt;/P&gt;&lt;P&gt;PS C:\&amp;gt; aws sqs get-queue-url --queue-name C*******-Sqs&lt;BR /&gt;{&lt;BR /&gt;"QueueUrl": "&lt;A href="https://sqs.ap-southeast-2.amazonaws.com/1*************/C***********-Sqs" target="_blank" rel="noopener"&gt;https://sqs.ap-southeast-2.amazonaws.com/1*************/C***********-Sqs&lt;/A&gt;"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;I noticed from the Splunk Add-on for AWS web UI there are proxy settings. When set, it generates a passwords.conf file containing a hash - I am guessing that it is the Proxy URL hashed.&lt;/P&gt;&lt;P&gt;As we do everything via configuration management, it would be awesome to just have this in the conf file.&lt;/P&gt;&lt;P&gt;I did notice that in Splunk Add-on for AWS's&amp;nbsp;aws_settings.conf&amp;nbsp;file, there is a Proxy stanza. When I set the options in this it doesn't take effect in the Web UI.&lt;/P&gt;&lt;P&gt;Where can I find the proxy conf file for this addon? How can I identify whether this addon is using my proxy settings at all?&lt;/P&gt;&lt;P&gt;I am stuck with this issue for days, and please help!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 08:06:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-is-not-loading-Proxy-Settings-to-connect/m-p/517422#M63273</guid>
      <dc:creator>augrw</dc:creator>
      <dc:date>2020-09-02T08:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for AWS is not loading Proxy Settings to connect to AWS SQS Queue</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-is-not-loading-Proxy-Settings-to-connect/m-p/534969#M64557</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;I think there was a UI bug in version 5.0.1 of the Addon, so best use the 5.0.3 version.&lt;/P&gt;&lt;P&gt;Or you may be able to update&amp;nbsp;&lt;SPAN&gt;by upgrading httplib2 in&amp;nbsp;bin/3rdparty/python/httplib2 but I think upgrade to 5.0.3 is the easier option.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 15:34:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-is-not-loading-Proxy-Settings-to-connect/m-p/534969#M64557</guid>
      <dc:creator>dwest_splunk</dc:creator>
      <dc:date>2021-01-06T15:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for AWS is not loading Proxy Settings to connect to AWS SQS Queue</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-is-not-loading-Proxy-Settings-to-connect/m-p/544540#M65196</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225721"&gt;@augrw&lt;/a&gt;&amp;nbsp;. Were you ever able to solve this issue. I'm currently facing it at the moment.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 16:32:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-is-not-loading-Proxy-Settings-to-connect/m-p/544540#M65196</guid>
      <dc:creator>sososplunks</dc:creator>
      <dc:date>2021-03-19T16:32:14Z</dc:date>
    </item>
  </channel>
</rss>

