Created
December 22, 2017 18:21
-
-
Save cengizhancaliskan/f76efdf35a508aa026cf62e58cc49b75 to your computer and use it in GitHub Desktop.
os x clean remove elasticsearch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# checks to see if running | |
launchctl list | grep elasticsearch | |
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.elasticsearch.plist | |
launchctl remove homebrew.mxcl.elasticsearch | |
pkill -f elasticsearch | |
rm -f ~/Library/LaunchAgents/homebrew.mxcl.elasticsearch.plist | |
brew services stop elasticsearch | |
brew uninstall elasticsearch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment