How to completely uninstall elasticsearch?

Find where is elasticsearch:

find / --name "elasticsearch"

Then remove the folders. Also, remove service script at

/etc/init.d/elasticsearch

It's just java files, no magic (almost).

3 Likes