Created
December 31, 2017 12:13
-
-
Save cengizhancaliskan/5ff35f441ed5eceda7cb72e10ee6ad74 to your computer and use it in GitHub Desktop.
os x clean remove kibana
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 kibana | |
# remove autostarts | |
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.kibana.plist | |
launchctl remove homebrew.mxcl.kibana | |
# remove all process | |
pkill -f kibana | |
rm -f ~/Library/LaunchAgents/homebrew.mxcl.kibana.plist | |
brew services stop kibana | |
brew uninstall kibana |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment