<?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: Inputs and Configuration pages stuck on &amp;quot;Loading&amp;quot; in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Inputs-and-Configuration-pages-stuck-on-quot-Loading/m-p/406022#M49514</link>
    <description>&lt;P&gt;Im having this issue in several apps - but they are fresh installs (no local dir created yet)&lt;/P&gt;</description>
    <pubDate>Thu, 07 May 2020 05:25:20 GMT</pubDate>
    <dc:creator>mjm295</dc:creator>
    <dc:date>2020-05-07T05:25:20Z</dc:date>
    <item>
      <title>Why is the Inputs and Configuration pages stuck on "Loading"?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Inputs-and-Configuration-pages-stuck-on-quot-Loading/m-p/406019#M49511</link>
      <description>&lt;P&gt;I've noticed that the Inputs and Configuration pages of the TA get stuck on Loading with the animated circle. We seem to have successfully configured the TA with config files, but I wanted to check some settings in the GUI due to another issue I'm having. I'm running Splunk 7.0.2 and 6.1.1 of the TA. Anyone else see this?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 23:35:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Inputs-and-Configuration-pages-stuck-on-quot-Loading/m-p/406019#M49511</guid>
      <dc:creator>_smp_</dc:creator>
      <dc:date>2020-08-06T23:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs and Configuration pages stuck on "Loading"</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Inputs-and-Configuration-pages-stuck-on-quot-Loading/m-p/406020#M49512</link>
      <description>&lt;P&gt;Yes I've seen this issue before. Generally it means there is a miss match in the values from Splunk_TA_paloalto/local and what was configured with the GUI. It is easier to just back up the local directory and clear it out. Then restart Splunk and reconfigure the app through the GUI. The inputs.conf file should be the only file you could modify outside the GUI.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:03:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Inputs-and-Configuration-pages-stuck-on-quot-Loading/m-p/406020#M49512</guid>
      <dc:creator>panguy</dc:creator>
      <dc:date>2020-09-30T01:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs and Configuration pages stuck on "Loading"</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Inputs-and-Configuration-pages-stuck-on-quot-Loading/m-p/406021#M49513</link>
      <description>&lt;P&gt;@scottprigge  - For me its passwords.conf causing problems in the app. After commenting everything in file including stanza and restarting splunk, I was able to see the inputs and configs on Splunk GUI.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 20:57:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Inputs-and-Configuration-pages-stuck-on-quot-Loading/m-p/406021#M49513</guid>
      <dc:creator>Vijeta</dc:creator>
      <dc:date>2019-04-11T20:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs and Configuration pages stuck on "Loading"</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Inputs-and-Configuration-pages-stuck-on-quot-Loading/m-p/406022#M49514</link>
      <description>&lt;P&gt;Im having this issue in several apps - but they are fresh installs (no local dir created yet)&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 05:25:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Inputs-and-Configuration-pages-stuck-on-quot-Loading/m-p/406022#M49514</guid>
      <dc:creator>mjm295</dc:creator>
      <dc:date>2020-05-07T05:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs and Configuration pages stuck on "Loading"</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Inputs-and-Configuration-pages-stuck-on-quot-Loading/m-p/512816#M62817</link>
      <description>&lt;P&gt;If you run into this page because like me you just built a modular input using the Add-on Builder App and this seems to be the only topic on found on the issue. I would like to point out this command which helped me find (and fix) my issue.&lt;BR /&gt;&lt;BR /&gt;There is a developer command that can debug a modinput (&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/latest/AdvancedDev/ModInputsDevTools" target="_self"&gt;documentation here&lt;/A&gt;) props to &lt;A href="https://community.splunk.com/t5/Developing-for-Splunk-Enterprise/Getting-configuration-errors-when-installing-modular-input-on/m-p/458212/highlight/true#M3887" target="_self"&gt;this post&lt;/A&gt; for pointing me to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#this will run on all modinputs if you aren't sure about your scheme
$SPLUNK_HOME/bin/splunk cmd splunkd print-modinput-config --debug .

#otherwise just to see your scheme and input
$SPLUNK_HOME/bin/splunk cmd splunkd print-modinput-config --debug &amp;lt;myscheme&amp;gt; &amp;lt;mystanza&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My inputs page was stuck on loading and running this showed me a missing package it was trying to load for my input command. Once I added the Python package my command was missing the message changed to "Introspection setup completed for scheme " and I was able to load the inputs page again.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 17:02:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Inputs-and-Configuration-pages-stuck-on-quot-Loading/m-p/512816#M62817</guid>
      <dc:creator>worshamn</dc:creator>
      <dc:date>2020-08-06T17:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs and Configuration pages stuck on "Loading"</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Inputs-and-Configuration-pages-stuck-on-quot-Loading/m-p/535336#M64593</link>
      <description>&lt;P&gt;I have the same problem - but with fresh installs, when is no passwords set up. We only started having the problem since upgrading to Splunk 8. I was able to workaround it by placing an account/password file manually in the inputs dir. It wasn't a valid hash but it was enough to get the GUI to load and then I could change the password to a correct one.&lt;/P&gt;&lt;P&gt;This workaround was straightforward as I already had a working version on splunk 7. However it doesn't work for installing something for the first time on V8 as I don't know what a valid account/password file looks like.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 11:34:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Inputs-and-Configuration-pages-stuck-on-quot-Loading/m-p/535336#M64593</guid>
      <dc:creator>rickybails</dc:creator>
      <dc:date>2021-01-11T11:34:23Z</dc:date>
    </item>
  </channel>
</rss>

