Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cengizhancaliskan/f76efdf35a508aa026cf62e58cc49b75 to your computer and use it in GitHub Desktop.
Save cengizhancaliskan/f76efdf35a508aa026cf62e58cc49b75 to your computer and use it in GitHub Desktop.
os x clean remove elasticsearch
# 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