mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
29a63e1fc9
1 changed files with 12 additions and 2 deletions
14
README.md
14
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"
|
||||
}
|
||||
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue