### What is this? Following this guide will set up local [Elasticsearch](https://www.elastic.co/products/elasticsearch) with [Kibana](https://www.elastic.co/products/kibana) and [Marvel](https://www.elastic.co/products/marvel) using [Homebrew](http://brew.sh/) and [Homebrew Cask](http://caskroom.io/) ### Prerequisites If you already have Java installed on your system, skip `2`and `3` #### 1. Install Homebrew - `ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"` #### 2. Install Cask - `brew tap caskroom/cask` - `brew install brew-cask` #### 3. Install Java - `brew cask install java` ### Installation #### 1. Install Elasticsearch and Kibana - `brew install elasticsearch` - `brew install kibana` #### 2. Install Marvel - `cd /usr/local/Cellar/elasticsearch/` - `bin/plugin -i elasticsearch/marvel/latest` ### Usage #### Start Applications - `elasticsearch --config=/usr/local/opt/elasticsearch/config/elasticsearch.yml` - `kibana` ### Access - Elasticsearch: [http://localhost:9200](http://localhost:9200/) - Marvel: [http://localhost:9200/_plugin/marvel](http://localhost:9200/_plugin/marvel) - Kibana: [http://localhost:5601](http://localhost:5601/)