<?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 Hangs in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/530919#M64275</link>
    <description>&lt;P&gt;This did not fix my issue&lt;/P&gt;</description>
    <pubDate>Thu, 26 Nov 2020 00:00:16 GMT</pubDate>
    <dc:creator>girishkalamati</dc:creator>
    <dc:date>2020-11-26T00:00:16Z</dc:date>
    <item>
      <title>Splunk Add-on for AWS Hangs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/316801#M37942</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm having issues getting the Splunk Add-on for AWS to work on a completely clean installation of Splunk.&lt;/P&gt;

&lt;P&gt;I'm using the latest version of the Add-on from Splunkbase (v4.4.0) and I've tried on both Splunk 6.6.6 and 7.0.2&lt;/P&gt;

&lt;P&gt;The problem I'm having is that if you go to either the 'Inputs' or 'Configuration' pages, the web interface just hangs with a spinning 'Loading' icon.&lt;/P&gt;

&lt;P&gt;This is similar to this question: &lt;A href="https://answers.splunk.com/answers/338274/splunk-app-for-aws-configuration-page-hangs.html"&gt;https://answers.splunk.com/answers/338274/splunk-app-for-aws-configuration-page-hangs.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;But unfortunately there's no accepted answer for this.&lt;/P&gt;

&lt;P&gt;Looking in splunkd.log&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source="/opt/splunk/var/log/splunk/splunkd.log" sourcetype=splunkd ERROR aws
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It appears to be a whole host of REST errors. &lt;/P&gt;

&lt;P&gt;Has anyone else come across this issue? And perhaps has a solution?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 11:53:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/316801#M37942</guid>
      <dc:creator>grahmorl</dc:creator>
      <dc:date>2018-03-01T11:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for AWS Hangs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/316802#M37943</link>
      <description>&lt;P&gt;Hey grahmorl,&lt;/P&gt;

&lt;P&gt;What is the hardware specification you are using? Are you using EBS volumes or are you using local storage?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 12:11:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/316802#M37943</guid>
      <dc:creator>deepashri_123</dc:creator>
      <dc:date>2018-03-05T12:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for AWS Hangs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/316803#M37944</link>
      <description>&lt;P&gt;I encountered a similar issue - removed everything in the /local - restarted splunk and it stopped hanging . &lt;/P&gt;

&lt;P&gt;From there reconfigured my inputs and all was well - &lt;/P&gt;</description>
      <pubDate>Sat, 31 Mar 2018 14:26:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/316803#M37944</guid>
      <dc:creator>klaxdal</dc:creator>
      <dc:date>2018-03-31T14:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for AWS Hangs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/316804#M37945</link>
      <description>&lt;P&gt;After a few months of back and forth with Splunk Support, we got to the root cause.&lt;/P&gt;

&lt;P&gt;The credit for this goes to the unnamed (sorry, I don't know their name) AWS Add-on developer, who the support case got escalated to. They flagged that there was a global boto configuration file (/etc/boto.cfg) which was causing a conflict with some assumed defaults which the AWS Add-on relies on.&lt;/P&gt;

&lt;P&gt;To summarise:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;BR /&gt;
- This problem presented as a hanging / spinning ‘Loading’ icon in the Splunk AWS Add-on Inputs and Configuration views.&lt;BR /&gt;
- A search in the _internal index for “aws ERROR” showed python stack trace error messages.&lt;BR /&gt;
- The problem appears to be configuration in the /etc/boto.cfg file. This is a global configuration file, so the settings in here are conflicting with the defaults (if there was no config file), which the Splunk AWS Add-on relies on.&lt;BR /&gt;
- The file is created due to the default installation of Google’s gcloud / gsutil command line tools. The tools are installed by default on Google Cloud Compute (GCP) hosted servers.&lt;BR /&gt;
 - Our initial AWS integration testing was using GCP account to host the HFs, whilst waiting for access to a different AWS account.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt;&lt;BR /&gt;
- You don't really want remove the /etc/boto.cfg configuration file because those servers might need these tools to access GCP services / APIs.&lt;BR /&gt;
- In addition, even if we removed it, there is the possibility that other tools could create it in the future.&lt;BR /&gt;
- Therefore the fix is to do something which will only affect Splunk.&lt;BR /&gt;
- What we did was, in the $SPLUNK_HOME/etc/splunk-launch.conf file we added the environment variable:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;BOTO_CONFIG=/tmp/does_not_exist
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;- This sets the BOTO_CONFIG variable for just the Splunk process specifically to a file which doesn’t exist.&lt;BR /&gt;
- Because the files doesn’t exist, the defaults, as opposed to the global /etc/boto.cfg are used.&lt;BR /&gt;
- Therefore there is now no conflict for the Splunk AWS Add-on, which runs under the Splunk process.&lt;/P&gt;

&lt;P&gt;I hope this helps others who may be having similar issues. Or at least points them in a direction to look into.&lt;/P&gt;

&lt;P&gt;Graham.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 12:47:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/316804#M37945</guid>
      <dc:creator>grahmorl</dc:creator>
      <dc:date>2018-04-26T12:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for AWS Hangs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/316805#M37946</link>
      <description>&lt;P&gt;@grahmorl  If your problem is resolved, please accept an answer to help future readers.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 14:55:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/316805#M37946</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-04-26T14:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for AWS Hangs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/316806#M37947</link>
      <description>&lt;P&gt;@richgalloway - Of course. I was just waiting to my answer to be approved by the moderator. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 14:57:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/316806#M37947</guid>
      <dc:creator>grahmorl</dc:creator>
      <dc:date>2018-04-26T14:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for AWS Hangs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/316807#M37948</link>
      <description>&lt;P&gt;@deepashri_123 - Thanks for your comment. The issue was somewhat more involved and not hardware related (i.e. not a performance issue). But thank your message.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 14:59:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/316807#M37948</guid>
      <dc:creator>grahmorl</dc:creator>
      <dc:date>2018-04-26T14:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for AWS Hangs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/316808#M37949</link>
      <description>&lt;P&gt;@klaxdal - My issue was actually happening on a completely new install of Splunk and the AWS components. So nothing configured or in /local&lt;/P&gt;

&lt;P&gt;So I think my problem was a little different to yours.&lt;/P&gt;

&lt;P&gt;But many thanks for your comment.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 15:01:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/316808#M37949</guid>
      <dc:creator>grahmorl</dc:creator>
      <dc:date>2018-04-26T15:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for AWS Hangs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/530915#M64274</link>
      <description>&lt;P&gt;what does '&lt;SPAN&gt; /local &lt;/SPAN&gt;' means , I can go to this location '&lt;SPAN&gt;$SPLUNK_HOME/etc/&lt;/SPAN&gt;' though. Thanks if you can explain how I can reach to /local and empty files if anything persist so that I can fix this loading issue.&lt;/P&gt;&lt;P&gt;Is the also a possible reason : SSL certificatse ?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 23:40:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/530915#M64274</guid>
      <dc:creator>girishkalamati</dc:creator>
      <dc:date>2020-11-25T23:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for AWS Hangs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/530919#M64275</link>
      <description>&lt;P&gt;This did not fix my issue&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 00:00:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/530919#M64275</guid>
      <dc:creator>girishkalamati</dc:creator>
      <dc:date>2020-11-26T00:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for AWS Hangs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/550019#M65502</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this has fixed the problem, thanks&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 14:01:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/550019#M65502</guid>
      <dc:creator>splunkcol</dc:creator>
      <dc:date>2021-04-30T14:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for AWS Hangs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/559819#M66118</link>
      <description>&lt;P&gt;You saved me, at first I applied the process mentioned in this thread, but today for some reason the problem returned&lt;/P&gt;&lt;P&gt;I ran the command in linux &lt;STRONG&gt;df -h&lt;/STRONG&gt; and a folder was full.&lt;/P&gt;&lt;P&gt;After deleting junk information and restarting Splunk I have solved it&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 14:43:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-AWS-Hangs/m-p/559819#M66118</guid>
      <dc:creator>splunkcol</dc:creator>
      <dc:date>2021-07-16T14:43:53Z</dc:date>
    </item>
  </channel>
</rss>

