Following this guide will set up local Elasticsearch with Kibana and Marvel using Homebrew and Homebrew Cask
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap caskroom/caskbrew install brew-cask
brew cask install java
brew install elasticsearchbrew install kibana
cd /usr/local/Cellar/elasticsearch/<whatever version>bin/plugin -i elasticsearch/marvel/latest
elasticsearch --config=/usr/local/opt/elasticsearch/config/elasticsearch.ymlkibana
- Elasticsearch: http://localhost:9200
- Marvel: http://localhost:9200/_plugin/marvel
- Kibana: http://localhost:5601
Love this walkthrough. Helped me a lot.
But it looks like there's been a few changes:
bin/elasticsearch-plugin install x-packThanks again, without this I would never have gotten it to work 👍