<?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: AppInspect failing to install despite following Splunk Dev document instructions in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/AppInspect-failing-to-install-despite-following-Splunk-Dev/m-p/516107#M9204</link>
    <description>&lt;P&gt;Check if you password has special characters that needs to be escaped in terminal.&lt;/P&gt;&lt;P&gt;set passwd=yourpassword&lt;/P&gt;&lt;P&gt;echo $passwd&lt;/P&gt;&lt;P&gt;see the complete password is echoing or breaking some where.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Aug 2020 18:17:40 GMT</pubDate>
    <dc:creator>thambisetty</dc:creator>
    <dc:date>2020-08-25T18:17:40Z</dc:date>
    <item>
      <title>AppInspect failing to install despite following Splunk Dev document instructions</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/AppInspect-failing-to-install-despite-following-Splunk-Dev/m-p/516064#M9201</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am currently running Splunk Enterprise 8.0.4 on an AWS EC2 instance, which already has Python 3.7 configured and pip-20.2.2 installed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I am planning to package and bundle our existing search app and other conf files into a private app for deployment to Splunk Cloud, I am trying to install and execute AppInspect beforehand.&lt;/P&gt;&lt;P&gt;I am following the instructions here, under the "Install AppInspect" section with the assumption that a virtualenv is created.&amp;nbsp; -&amp;nbsp;&lt;A href="https://dev.splunk.com/enterprise/docs/developapps/testvalidate/appinspect/splunkappinspectclitool/installappinspect/installappinspectonlinux/" target="_blank" rel="noopener"&gt;https://dev.splunk.com/enterprise/docs/developapps/testvalidate/appinspect/splunkappinspectclitool/installappinspect/installappinspectonlinux/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So far, I have the AppInspect tarball downloaded and was able to successfully run the following command, which allows me to upgrade pip:&lt;/P&gt;&lt;PRE&gt;[sudo] pip3 install --upgrade pip&lt;/PRE&gt;&lt;PRE&gt;[sudo] pip3 install splunk-appinspect-latest.tar.gz&lt;/PRE&gt;&lt;P&gt;However, when I ran the above command to install splunk-appinspect, I get the following error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/bin/bash: pip3: command not found&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions on how I can proceed from here?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 15:25:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/AppInspect-failing-to-install-despite-following-Splunk-Dev/m-p/516064#M9201</guid>
      <dc:creator>adnankhan5133</dc:creator>
      <dc:date>2020-08-25T15:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: AppInspect failing to install despite following Splunk Dev document instructions</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/AppInspect-failing-to-install-despite-following-Splunk-Dev/m-p/516086#M9202</link>
      <description>&lt;P&gt;That was the first of many problems I had when I tried to install AppInspect. IIRC, I resolved this problem by creating a link pip3-&amp;gt;pip.&amp;nbsp; I eventually gave up and used the on-line tool, instead. It's at &lt;A href="https://dev.splunk.com/enterprise/docs/developapps/testvalidate/appinspect/splunkappinspectapi/runappinspectrequestsapi" target="_blank" rel="noopener"&gt;https://dev.splunk.com/enterprise/docs/developapps/testvalidate/appinspect/splunkappinspectapi/runappinspectrequestsapi&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 17:17:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/AppInspect-failing-to-install-despite-following-Splunk-Dev/m-p/516086#M9202</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-08-25T17:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: AppInspect failing to install despite following Splunk Dev document instructions</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/AppInspect-failing-to-install-despite-following-Splunk-Dev/m-p/516105#M9203</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I'm trying the Splunk App Inspect API approach now, but ran into the following issue after trying to authenticate. I'm using my Splunk username and password , so I'm confused as to why I'm unable to connect to the URL.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;$ curl -X GET \&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;&amp;gt; -u john.smith \ --url "&lt;A href="https://api.splunk.com/2.0/rest/login/splunk" target="_blank" rel="noopener nofollow ugc"&gt;https://api.splunk.com/2.0/rest/login/splunk&lt;/A&gt;"&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Enter host password for user 'john.smith':&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;curl: (3) Host name ' --url' contains bad letter&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;{"status_code":401,"status":"error","msg":"Failed to authenticate user","errors":"401 - {\"status\":3, \"message\":[{\"major\":1,\"type\":\"User Error\",\"title\":\"UNAUTHORIZED\",\"short\":\"Could not authenticate user john.smith\",\"long\":\"\",\"hint\":\"\",\"stack\":\"\",\"product\":\"App - Core\",\"&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 18:04:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/AppInspect-failing-to-install-despite-following-Splunk-Dev/m-p/516105#M9203</guid>
      <dc:creator>adnankhan5133</dc:creator>
      <dc:date>2020-08-25T18:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: AppInspect failing to install despite following Splunk Dev document instructions</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/AppInspect-failing-to-install-despite-following-Splunk-Dev/m-p/516107#M9204</link>
      <description>&lt;P&gt;Check if you password has special characters that needs to be escaped in terminal.&lt;/P&gt;&lt;P&gt;set passwd=yourpassword&lt;/P&gt;&lt;P&gt;echo $passwd&lt;/P&gt;&lt;P&gt;see the complete password is echoing or breaking some where.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 18:17:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/AppInspect-failing-to-install-despite-following-Splunk-Dev/m-p/516107#M9204</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-08-25T18:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: AppInspect failing to install despite following Splunk Dev document instructions</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/AppInspect-failing-to-install-despite-following-Splunk-Dev/m-p/516114#M9205</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;Thanks - I resolved this. It turned out to be a spacing issue after all.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Aug 2020 18:32:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/AppInspect-failing-to-install-despite-following-Splunk-Dev/m-p/516114#M9205</guid>
      <dc:creator>adnankhan5133</dc:creator>
      <dc:date>2020-08-25T18:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: AppInspect failing to install despite following Splunk Dev document instructions</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/AppInspect-failing-to-install-despite-following-Splunk-Dev/m-p/516121#M9206</link>
      <description>&lt;P&gt;Please up vote the answer.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 18:36:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/AppInspect-failing-to-install-despite-following-Splunk-Dev/m-p/516121#M9206</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-08-25T18:36:54Z</dc:date>
    </item>
  </channel>
</rss>

