All Apps and Add-ons

How to uninstall Splunk add-ons without the help of CLI

Nith1
Path Finder

Hi,

I have installed a Splunk addon for e.g; Github add-on ( https://splunkbase.splunk.com/app/3739/) 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. 

From Splunk when i go to Apps--> Manage Apps , I could get an option only to Disable the addon, Edit properties etc. 

Could please guide me in uninstalling the addon completely add-on from my Splunk page.

Thanks 

Labels (1)
Tags (1)

Nith1
Path Finder

Hi @gcusello  and @manjunathmeti ,

 

Thanks for the information can you please let me know if we can delete the add-on using Splunk UI.

 

Thanks

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @Nith1,

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 @manjunathmeti .

Ciao.

Giuseppe

manjunathmeti
Champion

hi @Nith1,

Uninstalling an app/add-on from a standalone instance should be done on CLI to clean up all the related app assets/directories.

But if you don't have access to CLI you can use REST API endpoint to delete the app.

https://SPLUNK_SERVER_IP:8089/services/apps/local/app_directory_name


You can use CURL or postman tool to delete the app. 

curl -k -u admin:changeme --request DELETE https://SPLUNK_SERVER_IP:8089/services/apps/local/app_directory_name

 

If this reply helps you, an upvote/like would be appreciated.

 

gcusello
SplunkTrust
SplunkTrust

Hi @Nith1,

please follow these steps:

  • access the Splunk installation by operative system (SSH for Linux or RDP for Windows),
  • go to $SPLUNK_HOME/etc/apps,
  • delete the app to remove,
  • restart Splunk on the machine.

Ciao.

Giuseppe

Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...