<?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 How to install a remote app into a Splunk Search Head using REST API? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-install-a-remote-app-into-a-Splunk-Search-Head-using-REST/m-p/645662#M109847</link>
    <description>&lt;P&gt;I need to write a python script to install an app/add-on to the remote Splunk search head.&lt;/P&gt;
&lt;P&gt;The app file ".spl" and ".tgz" is in the server which hosts my python script.&lt;BR /&gt;&lt;BR /&gt;As far as i understand from all the errors that I got and from documentation, bot services/app/local and services/app/appinstall either searches for a local file or splunkbase but never from a remote server&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2023 14:14:39 GMT</pubDate>
    <dc:creator>sibiv196</dc:creator>
    <dc:date>2023-06-05T14:14:39Z</dc:date>
    <item>
      <title>How to install a remote app into a Splunk Search Head using REST API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-install-a-remote-app-into-a-Splunk-Search-Head-using-REST/m-p/645662#M109847</link>
      <description>&lt;P&gt;I need to write a python script to install an app/add-on to the remote Splunk search head.&lt;/P&gt;
&lt;P&gt;The app file ".spl" and ".tgz" is in the server which hosts my python script.&lt;BR /&gt;&lt;BR /&gt;As far as i understand from all the errors that I got and from documentation, bot services/app/local and services/app/appinstall either searches for a local file or splunkbase but never from a remote server&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 14:14:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-install-a-remote-app-into-a-Splunk-Search-Head-using-REST/m-p/645662#M109847</guid>
      <dc:creator>sibiv196</dc:creator>
      <dc:date>2023-06-05T14:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to install a remote app into a Splunk Search Head using REST API</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-install-a-remote-app-into-a-Splunk-Search-Head-using-REST/m-p/645732#M109860</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;based on documentation and other answers the local in this content means splunk SH server not the local server where you are running your python script! So you must 1st copy your app to target splunk SH server and then you can use a REST api to install it "locally" on that server. See e.g.&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/Using-the-REST-API-to-install-an-app-from-a-file/td-p/149034?_ga=2.153778992.903702070.1685952358-767476478.1685612786&amp;amp;_gl=1*168grqb*_ga*NzY3NDc2NDc4LjE2ODU2MTI3ODY.*_ga_5EPM2P39FV*MTY4NTk1MjM1Ni42LjEuMTY4NTk1NzA0My43LjAuMA.." target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/Using-the-REST-API-to-install-an-app-from-a-file/td-p/149034?_ga=2.153778992.903702070.1685952358-767476478.1685612786&amp;amp;_gl=1*168grqb*_ga*NzY3NDc2NDc4LjE2ODU2MTI3ODY.*_ga_5EPM2P39FV*MTY4NTk1MjM1Ni42LjEuMTY4NTk1NzA0My43LjAuMA..&lt;/A&gt;&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 09:26:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-install-a-remote-app-into-a-Splunk-Search-Head-using-REST/m-p/645732#M109860</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-05T09:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to install a remote app into a Splunk Search Head using REST API</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-install-a-remote-app-into-a-Splunk-Search-Head-using-REST/m-p/645740#M109862</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp; for the reply.&amp;nbsp;&lt;BR /&gt;But is there any known way to install an app from remote server. Thinking of ways even beyond REST API&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 10:57:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-install-a-remote-app-into-a-Splunk-Search-Head-using-REST/m-p/645740#M109862</guid>
      <dc:creator>sibiv196</dc:creator>
      <dc:date>2023-06-05T10:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to install a remote app into a Splunk Search Head using REST API</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-install-a-remote-app-into-a-Splunk-Search-Head-using-REST/m-p/645742#M109863</link>
      <description>&lt;P&gt;I think that only way to install into remote server is via GUI. Just login to remote server (SH or HF and if you have individual indexers then also those can use). &amp;nbsp;Then open Apps on top navigation bar and select Manage Apps. Then Install App from File and follow instructions.&lt;/P&gt;&lt;P&gt;If you have CI/CD pipeline or possibility to log on shell level to those server, then you can do a scripted installation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 11:09:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-install-a-remote-app-into-a-Splunk-Search-Head-using-REST/m-p/645742#M109863</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-05T11:09:59Z</dc:date>
    </item>
  </channel>
</rss>

