Skip to content

Instantly share code, notes, and snippets.

@cengizhancaliskan
Created December 31, 2017 12:13
Show Gist options
  • Save cengizhancaliskan/5ff35f441ed5eceda7cb72e10ee6ad74 to your computer and use it in GitHub Desktop.
Save cengizhancaliskan/5ff35f441ed5eceda7cb72e10ee6ad74 to your computer and use it in GitHub Desktop.
os x clean remove kibana
# 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