<?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 when importing Add-on in Add-on Builder in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332018#M39810</link>
    <description>&lt;P&gt;OK, it's not about KVStore then. Maybe we need more info about AoB version, logs or diags...&lt;/P&gt;</description>
    <pubDate>Thu, 08 Mar 2018 17:56:11 GMT</pubDate>
    <dc:creator>chli_splunk</dc:creator>
    <dc:date>2018-03-08T17:56:11Z</dc:date>
    <item>
      <title>Why an Error when importing Add-on in Add-on Builder?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332007#M39799</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;I'm trying to import an add-on made with Add-on builder but I get this error: &lt;BR /&gt;"The add-on project could not be imported because a problem occurred while loading the meta data."&lt;/P&gt;
&lt;P&gt;When I try to do it using the CLI an error 35 is returned too. Also when I make a new test project,I export it and get the same error when importing it.&lt;/P&gt;
&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 16:48:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332007#M39799</guid>
      <dc:creator>wazuhtest</dc:creator>
      <dc:date>2023-09-05T16:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error when importing Add-on in Add-on Builder</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332008#M39800</link>
      <description>&lt;P&gt;KVStore is required to load your AoB metadata. Is your KVStore working well? Sometimes your SSL key might be expired and there would be some errors in your internal logs. &lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 23:02:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332008#M39800</guid>
      <dc:creator>chli_splunk</dc:creator>
      <dc:date>2018-03-07T23:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error when importing Add-on in Add-on Builder</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332009#M39801</link>
      <description>&lt;P&gt;I've tried to search for KVStore in "Manage apps -&amp;gt; browse more apps" and I can't find it and I didn't find much information about it. Please, could you tell me more details about it?&lt;BR /&gt;
Thank you for your help&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 16:09:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332009#M39801</guid>
      <dc:creator>wazuhtest</dc:creator>
      <dc:date>2018-03-08T16:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error when importing Add-on in Add-on Builder</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332010#M39802</link>
      <description>&lt;P&gt;You can try:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -s &lt;A href="https://localhost:8089/services/server/info" target="test_blank"&gt;https://localhost:8089/services/server/info&lt;/A&gt; | grep kvstore
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;use this command on nix systems, which should return ready/starting/failed/disabled*&lt;/P&gt;

&lt;P&gt;More info:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/329766/what-is-the-command-to-check-kvstore-status.html"&gt;https://answers.splunk.com/answers/329766/what-is-the-command-to-check-kvstore-status.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/323356/kvstore-errors-does-not-start.html"&gt;https://answers.splunk.com/answers/323356/kvstore-errors-does-not-start.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 17:15:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332010#M39802</guid>
      <dc:creator>chli_splunk</dc:creator>
      <dc:date>2018-03-08T17:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error when importing Add-on in Add-on Builder</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332011#M39803</link>
      <description>&lt;P&gt;I tried it but there was an empty result. First the API returned a non-authorized type message, so I runned it like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -s &lt;A href="https://admin:pass@localhost:8089/services/server/info" target="test_blank"&gt;https://admin:pass@localhost:8089/services/server/info&lt;/A&gt; | grep kvstore
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I use Splunk 7.0.2 (build 03bbabbd5c0f)&lt;/P&gt;

&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 17:36:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332011#M39803</guid>
      <dc:creator>wazuhtest</dc:creator>
      <dc:date>2018-03-08T17:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error when importing Add-on in Add-on Builder</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332012#M39804</link>
      <description>&lt;P&gt;Are you sure you are running this command on your Splunk instance? It should return some basic info including KVStore status, otherwise your Splunk is not working well...&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 17:40:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332012#M39804</guid>
      <dc:creator>chli_splunk</dc:creator>
      <dc:date>2018-03-08T17:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error when importing Add-on in Add-on Builder</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332013#M39805</link>
      <description>&lt;P&gt;I'm sure, since I'm working with apps installed on it. The API returned info, but when pipelining the command and grep for 'kvstore' there are no coincidences.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 17:43:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332013#M39805</guid>
      <dc:creator>wazuhtest</dc:creator>
      <dc:date>2018-03-08T17:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error when importing Add-on in Add-on Builder</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332014#M39806</link>
      <description>&lt;P&gt;How about remove "| grep kvstore"? Can you get some info?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 17:44:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332014#M39806</guid>
      <dc:creator>chli_splunk</dc:creator>
      <dc:date>2018-03-08T17:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error when importing Add-on in Add-on Builder</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332015#M39807</link>
      <description>&lt;P&gt;Yes, sorry about not mentioning it before. I obtain a lot of info, do you want to post the content here?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 17:47:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332015#M39807</guid>
      <dc:creator>wazuhtest</dc:creator>
      <dc:date>2018-03-08T17:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error when importing Add-on in Add-on Builder</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332016#M39808</link>
      <description>&lt;P&gt;Can you find "kvStoreStatus" field?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 17:51:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332016#M39808</guid>
      <dc:creator>chli_splunk</dc:creator>
      <dc:date>2018-03-08T17:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error when importing Add-on in Add-on Builder</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332017#M39809</link>
      <description>&lt;P&gt;Of course: &lt;BR /&gt;
s:key name="kvStoreStatus"&amp;gt;ready&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 17:53:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332017#M39809</guid>
      <dc:creator>wazuhtest</dc:creator>
      <dc:date>2018-03-08T17:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error when importing Add-on in Add-on Builder</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332018#M39810</link>
      <description>&lt;P&gt;OK, it's not about KVStore then. Maybe we need more info about AoB version, logs or diags...&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 17:56:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332018#M39810</guid>
      <dc:creator>chli_splunk</dc:creator>
      <dc:date>2018-03-08T17:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error when importing Add-on in Add-on Builder</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332019#M39811</link>
      <description>&lt;P&gt;AoB version: 2.2.0&lt;BR /&gt;
I searched for information in /opt/splunk/var/log/splunk/splunk_app_addon-builder_ta_builder.log but I didn't find nothing about errors&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:21:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332019#M39811</guid>
      <dc:creator>wazuhtest</dc:creator>
      <dc:date>2020-09-29T18:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error when importing Add-on in Add-on Builder</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332020#M39812</link>
      <description>&lt;P&gt;This error happened to me when &lt;STRONG&gt;I was importing an app package instead of importing an app export.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;They are two different things.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;If you want to export your app from the addon builder so it can be imported into another add on builder&lt;/STRONG&gt;, then go here:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://localhost:8000/en-US/app/splunk_app_addon-builder/tab_home?view=main"&gt;http://localhost:8000/en-US/app/splunk_app_addon-builder/tab_home?view=main&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Select the "Created with Add-on Builder" tab, and click export there.&lt;/P&gt;

&lt;P&gt;If you dont have the app under that tab, then you need to export from the AoB you originally created the app with.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;If you want to package your app for upload to splunkbase&lt;/STRONG&gt; you go to the same link and click on "Validate &amp;amp; Package", then click on "Download Package" when it becomes available.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 21:05:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332020#M39812</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-12-27T21:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error when importing Add-on in Add-on Builder</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332021#M39813</link>
      <description>&lt;P&gt;Thank you this helped me&lt;/P&gt;</description>
      <pubDate>Sun, 04 Aug 2019 16:59:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332021#M39813</guid>
      <dc:creator>kkrishnan_splun</dc:creator>
      <dc:date>2019-08-04T16:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error when importing Add-on in Add-on Builder</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332022#M39814</link>
      <description>&lt;P&gt;Pleased it helped someone else!&lt;/P&gt;</description>
      <pubDate>Sun, 04 Aug 2019 18:40:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/332022#M39814</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2019-08-04T18:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error when importing Add-on in Add-on Builder</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/515319#M63096</link>
      <description>&lt;P&gt;this was really helpful thanks&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 22:28:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/515319#M63096</guid>
      <dc:creator>aa70627</dc:creator>
      <dc:date>2020-08-20T22:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error when importing Add-on in Add-on Builder</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/656666#M79708</link>
      <description>&lt;P&gt;There is no need to go back to the addon builder the app came from. As long as the app runs in a Splunk instance, this command can be used to generate an .spl that can be easily imported into any Splunk instance with Addon Builder:&lt;/P&gt;&lt;P&gt;sudo /opt/splunk/bin/splunk package app &amp;lt;PACKAGENAME&amp;gt;&lt;BR /&gt;Splunk username:&lt;BR /&gt;Splunk password:&lt;/P&gt;&lt;P&gt;All that is required is a Splunk UI account with admin rights from which the app is installed and is to be exported&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 11:06:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-an-Error-when-importing-Add-on-in-Add-on-Builder/m-p/656666#M79708</guid>
      <dc:creator>Marius732</dc:creator>
      <dc:date>2023-09-05T11:06:05Z</dc:date>
    </item>
  </channel>
</rss>

