<?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 uninstall Splunk add-ons without the help of CLI in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-uninstall-Splunk-add-ons-without-the-help-of-CLI/m-p/542955#M65072</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have installed a Splunk addon for e.g; Github add-on (&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/3739/" target="_blank" rel="noopener"&gt;https://splunkbase.splunk.com/app/3739/&lt;/A&gt;) and its no more supported now for Splunk version 8. Can you please let me know how i can delete this addon completely without using the help of CLI.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;From Splunk when i go to Apps--&amp;gt; Manage Apps , I could get an option only to Disable the addon, Edit properties etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could please guide me in uninstalling the addon completely add-on from my Splunk page.&lt;BR /&gt;&lt;BR /&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Mar 2021 13:42:35 GMT</pubDate>
    <dc:creator>Nith1</dc:creator>
    <dc:date>2021-03-09T13:42:35Z</dc:date>
    <item>
      <title>How to uninstall Splunk add-ons without the help of CLI</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-uninstall-Splunk-add-ons-without-the-help-of-CLI/m-p/542955#M65072</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have installed a Splunk addon for e.g; Github add-on (&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/3739/" target="_blank" rel="noopener"&gt;https://splunkbase.splunk.com/app/3739/&lt;/A&gt;) and its no more supported now for Splunk version 8. Can you please let me know how i can delete this addon completely without using the help of CLI.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;From Splunk when i go to Apps--&amp;gt; Manage Apps , I could get an option only to Disable the addon, Edit properties etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could please guide me in uninstalling the addon completely add-on from my Splunk page.&lt;BR /&gt;&lt;BR /&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 13:42:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-uninstall-Splunk-add-ons-without-the-help-of-CLI/m-p/542955#M65072</guid>
      <dc:creator>Nith1</dc:creator>
      <dc:date>2021-03-09T13:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to uninstall Splunk add-ons without the help of CLI</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-uninstall-Splunk-add-ons-without-the-help-of-CLI/m-p/542972#M65073</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231928"&gt;@Nith1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;please follow these steps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;access the Splunk installation by operative system (SSH for Linux or RDP for Windows),&lt;/LI&gt;&lt;LI&gt;go to $SPLUNK_HOME/etc/apps,&lt;/LI&gt;&lt;LI&gt;delete the app to remove,&lt;/LI&gt;&lt;LI&gt;restart Splunk on the machine.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 08:31:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-uninstall-Splunk-add-ons-without-the-help-of-CLI/m-p/542972#M65073</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-03-09T08:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to uninstall Splunk add-ons without the help of CLI</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-uninstall-Splunk-add-ons-without-the-help-of-CLI/m-p/542976#M65074</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231928"&gt;@Nith1&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.1.2/Admin/Managingappobjects#Uninstall_an_app_or_add-on" target="_self"&gt;Uninstalling&lt;/A&gt; an app/add-on from a standalone instance should be done on CLI to clean up all the related app assets/directories.&lt;BR /&gt;&lt;BR /&gt;But if you don't have access to CLI you can use REST API endpoint to delete the app.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;https://SPLUNK_SERVER_IP:8089/services/apps/local/app_directory_name&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;You can use &lt;STRONG&gt;CURL&lt;/STRONG&gt; or &lt;STRONG&gt;postman&lt;/STRONG&gt; tool to delete the app.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -k -u admin:changeme --request DELETE https://SPLUNK_SERVER_IP:8089/services/apps/local/app_directory_name&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this reply helps you, an upvote/like would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 08:46:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-uninstall-Splunk-add-ons-without-the-help-of-CLI/m-p/542976#M65074</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2021-03-09T08:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to uninstall Splunk add-ons without the help of CLI</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-uninstall-Splunk-add-ons-without-the-help-of-CLI/m-p/542992#M65076</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/129090"&gt;@manjunathmeti&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the information can you please let me know if we can delete the add-on using Splunk UI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 09:47:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-uninstall-Splunk-add-ons-without-the-help-of-CLI/m-p/542992#M65076</guid>
      <dc:creator>Nith1</dc:creator>
      <dc:date>2021-03-09T09:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to uninstall Splunk add-ons without the help of CLI</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-uninstall-Splunk-add-ons-without-the-help-of-CLI/m-p/542995#M65077</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231928"&gt;@Nith1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;no you cannot: you can remove an app or a TA only following the steps of my previous message or the REST API hinted by &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/129090"&gt;@manjunathmeti&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 09:50:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-uninstall-Splunk-add-ons-without-the-help-of-CLI/m-p/542995#M65077</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-03-09T09:50:10Z</dc:date>
    </item>
  </channel>
</rss>

