How To Delete Kibana Service

How to delete Kibana Service?

  1. Delete the service from windows services. In order to do that, run the below command in command prompt.
    • Open command prompt by clicking "Run as administrator".
    • Type the following command sc delete servicename. For, example
      • sc delete kibana - if service name is just one word.
      • sc delete [elasticsearch kibana] - if service name is more that one word and with a space in between.
  2. Delete the Kibana folder from the system.