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 an (Elasticsearch) server with Kibana and Marvel.

Install Elasticsearch and Kibana

  • brew update
  • 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