<?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: Error while saving information using setup.xml in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Error-while-saving-information-using-setup-xml/m-p/525888#M9035</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/172955"&gt;@jwhughes58&lt;/a&gt;&amp;nbsp;- sorry for not directly answering your question, but we're recommending that app developers migrate to using setup pages instead of setup.xml. You can learn more about setup pages here:&amp;nbsp;&lt;A href="https://dev.splunk.com/enterprise/docs/developapps/manageknowledge/setuppage" target="_blank"&gt;https://dev.splunk.com/enterprise/docs/developapps/manageknowledge/setuppage&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You should also check out the weather_app_example in this repo:&amp;nbsp;&lt;A href="https://github.com/splunk/splunk-app-examples/" target="_blank"&gt;https://github.com/splunk/splunk-app-examples/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Oct 2020 18:53:42 GMT</pubDate>
    <dc:creator>thellmann</dc:creator>
    <dc:date>2020-10-21T18:53:42Z</dc:date>
    <item>
      <title>Error while saving information using setup.xml</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Error-while-saving-information-using-setup-xml/m-p/504457#M9034</link>
      <description>&lt;P&gt;I've got this in my default/setup.xml:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;setup&amp;gt;
   &amp;lt;block title="F5 API Gateway Key" endpoint="storage/passwords" entity="_new"&amp;gt;
      &amp;lt;text&amp;gt;Enter F5 API Gateway Key User&amp;lt;/text&amp;gt;
      &amp;lt;input field="gw_user"&amp;gt;
         &amp;lt;label&amp;gt;F5 API Gateway Key Username (enter gw_key as the username)&amp;lt;/label&amp;gt;
         &amp;lt;type&amp;gt;text&amp;lt;/type&amp;gt;
      &amp;lt;/input&amp;gt;
      &amp;lt;text&amp;gt;Enter F5 API Gateway Key&amp;lt;/text&amp;gt;
      &amp;lt;input field="gw_key"&amp;gt;
         &amp;lt;label&amp;gt;F5 API Gateway Key&amp;lt;/label&amp;gt;
         &amp;lt;type&amp;gt;password&amp;lt;/type&amp;gt;
      &amp;lt;/input&amp;gt;
   &amp;lt;/block&amp;gt;
   &amp;lt;block title="Username/Password" endpoint="storage/passwords" entity="_new"&amp;gt;
      &amp;lt;text&amp;gt;Enter Username&amp;lt;/text&amp;gt;
      &amp;lt;input field="name"&amp;gt;
         &amp;lt;label&amp;gt;Username&amp;lt;/label&amp;gt;
         &amp;lt;type&amp;gt;text&amp;lt;/type&amp;gt;
      &amp;lt;/input&amp;gt;
      &amp;lt;text&amp;gt;Enter Password&amp;lt;/text&amp;gt;
      &amp;lt;input field="password"&amp;gt;
         &amp;lt;label&amp;gt;Password&amp;lt;/label&amp;gt;
         &amp;lt;type&amp;gt;password&amp;lt;/type&amp;gt;
      &amp;lt;/input&amp;gt;
   &amp;lt;/block&amp;gt;
&amp;lt;/setup&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get this error when I enter data and try to save it:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Encountered the following error while trying to update: Error while posting to url=/servicesNS/nobody/TA-kp_f5_api_inputs/storage/passwords/&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not certain why I'm getting the error or how to resolve it.&amp;nbsp; Any suggestions?&lt;/P&gt;
&lt;P&gt;TIA&lt;/P&gt;
&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 19:35:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Error-while-saving-information-using-setup-xml/m-p/504457#M9034</guid>
      <dc:creator>jwhughes58</dc:creator>
      <dc:date>2020-06-15T19:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error while saving information using setup.xml</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Error-while-saving-information-using-setup-xml/m-p/525888#M9035</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/172955"&gt;@jwhughes58&lt;/a&gt;&amp;nbsp;- sorry for not directly answering your question, but we're recommending that app developers migrate to using setup pages instead of setup.xml. You can learn more about setup pages here:&amp;nbsp;&lt;A href="https://dev.splunk.com/enterprise/docs/developapps/manageknowledge/setuppage" target="_blank"&gt;https://dev.splunk.com/enterprise/docs/developapps/manageknowledge/setuppage&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You should also check out the weather_app_example in this repo:&amp;nbsp;&lt;A href="https://github.com/splunk/splunk-app-examples/" target="_blank"&gt;https://github.com/splunk/splunk-app-examples/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 18:53:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Error-while-saving-information-using-setup-xml/m-p/525888#M9035</guid>
      <dc:creator>thellmann</dc:creator>
      <dc:date>2020-10-21T18:53:42Z</dc:date>
    </item>
  </channel>
</rss>

