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

If you already have Java installed on your system, skip 2and 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/<whatever version you have>
  • bin/plugin -i elasticsearch/marvel/latest

Usage

Start Applications

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

Access

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