UnInstall Kibana - How To

Please follow the below steps.

  1. Run command window - execute service.msc
    image

  2. Search for “Elasticsearch Kibana” . Note down the full name with version .
    image

  3. Note the path where the service is located . Right click on service → properties → Path to Executable → Note the path .

  4. Open the “CMD” window with elevated privileges.
    Execute command : sc delete [Elasticsearch Kibana 5.2.2]

  5. Delete the folder where the service is located .

This will uninstall Kibana from the system .

1 Like

If anyone looking at this thread; one correction to the sc command, surround the name of the service within double quotes instead of square brackets:

sc delete “Elasticsearch Kibana 5.2.2”

2 Likes