<?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: Getting a 403 error trying to install the Splunk Add-on for AWS in Splunk on a cloud server with an assigned name. How to troubleshoot this? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-a-403-error-trying-to-install-the-Splunk-Add-on-for-AWS/m-p/283691#M33689</link>
    <description>&lt;P&gt;Now this error seems to have got resolved, but still the connection configuration did not get through. Below is the error&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;06-09-2016 09:33:20.807 +0100 ERROR AdminManagerExternal - External handler failed with code '1' and output: 'Splunk Add-on REST Handler ERROR[400]: Bad Request - Splunkd daemon is not responding: ('Error connecting to /servicesNS/-/Splunk_TA_aws/storage/passwords/_aws_proxy%3Adefault%3A: [Errno 111] Connection refused',)'.  See splunkd.log for stderr output.

06-09-2016 09:33:20.800 +0100 ERROR ScriptRunner - stderr from '/opt/splunk/bin/python /opt/splunk/bin/runScript.py execute':  BaseException: Splunk Add-on REST Handler ERROR[400]: Bad Request - Splunkd daemon is not responding: ('Error connecting to /servicesNS/-/Splunk_TA_aws/storage/passwords/_aws_proxy%3Adefault%3A: [Errno 111] Connection refused',)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 09 Jun 2016 09:05:01 GMT</pubDate>
    <dc:creator>sashikalavenkat</dc:creator>
    <dc:date>2016-06-09T09:05:01Z</dc:date>
    <item>
      <title>Getting a 403 error trying to install the Splunk Add-on for AWS in Splunk on a cloud server with an assigned name. How to troubleshoot this?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-a-403-error-trying-to-install-the-Splunk-Add-on-for-AWS/m-p/283688#M33686</link>
      <description>&lt;P&gt;Splunk has been installed in a cloud server. Network team has assigned a name to the server, hence referral to the server works only with the assigned name and does not work when referred to as 'localhost' or '127.0.0.1'.&lt;/P&gt;

&lt;P&gt;Tried installing the Splunk Add-on for Amazon Web Services, but there is a 403 error in the REST API call:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;tid=MainThread file=rest.py:do_splunkd_request:91 | Failed to send rest request=https://127.0.0.1:8089/services/server/info, errcode=unknown, reason=Traceback (most recent call last):
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any idea on how to change the splunkd_uri value? Assigning value to splunkd_uri in the rest.py, configure.py with the TA_AWS package is not working. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:52:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-a-403-error-trying-to-install-the-Splunk-Add-on-for-AWS/m-p/283688#M33686</guid>
      <dc:creator>sashikalavenkat</dc:creator>
      <dc:date>2020-09-29T09:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a 403 error trying to install the Splunk Add-on for AWS in Splunk on a cloud server with an assigned name. How to troubleshoot this?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-a-403-error-trying-to-install-the-Splunk-Add-on-for-AWS/m-p/283689#M33687</link>
      <description>&lt;P&gt;Setting server name should not cause 127.0.0.1 to be inaccessible. it should always be accessible otherwise this could indicate network configuration issue. also, 403 is indicative of authentication failure and not access issue. &lt;BR /&gt;
What happens if you ping 127.0.0.1 from the server itself. do you get any reply? &lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 15:41:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-a-403-error-trying-to-install-the-Splunk-Add-on-for-AWS/m-p/283689#M33687</guid>
      <dc:creator>ehaddad_splunk</dc:creator>
      <dc:date>2016-06-08T15:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a 403 error trying to install the Splunk Add-on for AWS in Splunk on a cloud server with an assigned name. How to troubleshoot this?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-a-403-error-trying-to-install-the-Splunk-Add-on-for-AWS/m-p/283690#M33688</link>
      <description>&lt;P&gt;I am getting a response for the ping command. There is a proxy server which filters all traffic to this server, unsure why even internal calls are going through the proxy.&lt;/P&gt;

&lt;P&gt;This is the error at the end of the stack of errors i have posted above:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; File "/opt/splunk/etc/apps/Splunk_TA_aws/bin/splunktalib/httplib2/__init__.py", line 1060, in connect
    raise socket.error, msg
error: [Errno 111] Connection refused
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 09 Jun 2016 08:33:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-a-403-error-trying-to-install-the-Splunk-Add-on-for-AWS/m-p/283690#M33688</guid>
      <dc:creator>sashikalavenkat</dc:creator>
      <dc:date>2016-06-09T08:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a 403 error trying to install the Splunk Add-on for AWS in Splunk on a cloud server with an assigned name. How to troubleshoot this?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-a-403-error-trying-to-install-the-Splunk-Add-on-for-AWS/m-p/283691#M33689</link>
      <description>&lt;P&gt;Now this error seems to have got resolved, but still the connection configuration did not get through. Below is the error&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;06-09-2016 09:33:20.807 +0100 ERROR AdminManagerExternal - External handler failed with code '1' and output: 'Splunk Add-on REST Handler ERROR[400]: Bad Request - Splunkd daemon is not responding: ('Error connecting to /servicesNS/-/Splunk_TA_aws/storage/passwords/_aws_proxy%3Adefault%3A: [Errno 111] Connection refused',)'.  See splunkd.log for stderr output.

06-09-2016 09:33:20.800 +0100 ERROR ScriptRunner - stderr from '/opt/splunk/bin/python /opt/splunk/bin/runScript.py execute':  BaseException: Splunk Add-on REST Handler ERROR[400]: Bad Request - Splunkd daemon is not responding: ('Error connecting to /servicesNS/-/Splunk_TA_aws/storage/passwords/_aws_proxy%3Adefault%3A: [Errno 111] Connection refused',)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:05:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-a-403-error-trying-to-install-the-Splunk-Add-on-for-AWS/m-p/283691#M33689</guid>
      <dc:creator>sashikalavenkat</dc:creator>
      <dc:date>2016-06-09T09:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a 403 error trying to install the Splunk Add-on for AWS in Splunk on a cloud server with an assigned name. How to troubleshoot this?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-a-403-error-trying-to-install-the-Splunk-Add-on-for-AWS/m-p/283692#M33690</link>
      <description>&lt;P&gt;@sashikalavenkatesh Did you ever get this resolved?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 00:50:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-a-403-error-trying-to-install-the-Splunk-Add-on-for-AWS/m-p/283692#M33690</guid>
      <dc:creator>rkantamaneni_sp</dc:creator>
      <dc:date>2019-07-02T00:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a 403 error trying to install the Splunk Add-on for AWS in Splunk on a cloud server with an assigned name. H</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-a-403-error-trying-to-install-the-Splunk-Add-on-for-AWS/m-p/676953#M80207</link>
      <description>&lt;P&gt;Now it's 2024, did you find a solution? I'm facing the same problem right now.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 09:46:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Getting-a-403-error-trying-to-install-the-Splunk-Add-on-for-AWS/m-p/676953#M80207</guid>
      <dc:creator>firas_noun</dc:creator>
      <dc:date>2024-02-08T09:46:04Z</dc:date>
    </item>
  </channel>
</rss>

