Following this guide will set up Elasticsearch with Kibana and Marvel.
brew tap caskroom/cask
brew install brew-cask
brew cask install java
brew update
brew install elasticsearch
brew install kibana
cd /usr/local/Cellar/elasticsearch/<whatever version>
bin/plugin -i elasticsearch/marvel/latest
elasticsearch --config=/usr/local/opt/elasticsearch/config/elasticsearch.yml
kibana
- 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-pack
Thanks again, without this I would never have gotten it to work 👍