Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save tuyenv/3a5858eded3dc6ff35e8ada76d8260c8 to your computer and use it in GitHub Desktop.

Select an option

Save tuyenv/3a5858eded3dc6ff35e8ada76d8260c8 to your computer and use it in GitHub Desktop.
OS X installation instructions for Elasticsearch + Kibana + Marvel

What is this?

Following this guide will set up local Elasticsearch with Kibana and Marvel using Homebrew and Homebrew Cask

Prerequisites

Install Homebrew

  • ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install Cask

  • brew tap caskroom/cask
  • brew install brew-cask

Install Java

  • brew cask install java

Install Elasticsearch and Kibana

  • brew install elasticsearch
  • brew install kibana

Install Marvel

  • cd /usr/local/Cellar/elasticsearch/<whatever version>
  • bin/plugin -i elasticsearch/marvel/latest

Start Applications

  • elasticsearch --config=/usr/local/opt/elasticsearch/config/elasticsearch.yml
  • kibana

Usage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment