From 52801c99b356180bff3ad308d0598ca4392bf832 Mon Sep 17 00:00:00 2001 From: Boaz Leskes Date: Tue, 7 Jan 2014 23:29:57 +0100 Subject: [PATCH] Added plugin installation instructions Original commit: elastic/x-pack-elasticsearch@55b7cd933149d5118ef1212949ab3ab32f49bdb2 --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9395c8d7b51..4ceb7c55b30 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ +# Installing the last release of Marvel + +The easiest way to play/get to know Marvel is to install the latest release version of it. To do so, just run the following command on every node on your cluster (restart node for it to have effect): + +``` +./bin/plugin -i elasticsearch/marvel/latest +``` + +Once done, open up the following url (assuming standard ES config): http://localhost:9200/_plugin/marvel . This will take you to the Overview Dashboard. Use Kibana's Load dashboard menu to navigate to the Cluster Pulse dashboard + -## Grunt build system +## Grunt build system (for running the UI from a code checkout) This grunt-based build system handles Kibana development environment setup for Marvel as well as building, packaging and distribution of the Marvel plugin. Note that you **must** run *grunt setup* before any other tasks as this build system reuses parts of the Kibana build system that must be fetched ### Installing @@ -43,4 +53,4 @@ Uploads created archives to download.elasticsearch.org/elasticsearch/marvel/marv "secret":"your/long/secret/string" } -``` \ No newline at end of file +```