Following this guide will set up an (Elasticsearch) server with Kibana and Marvel.
brew updatebrew 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 👍