a8e5dee9b5
Original commit: elastic/x-pack-elasticsearch@c983d808bb |
||
---|---|---|
watcher | ||
.agignore | ||
.eslintrc | ||
.jscsrc | ||
.jshintignore | ||
.jshintrc | ||
.jshintrc.browser | ||
.jshintrc.node | ||
CONTRIBUTING.md | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.md | ||
marvel_index_template.json |
README.md
WARNING THIS IS ALL IN FLUX
Testing/Installing Marvel 2.0.0
The easiest way to get to know the new Marvel is probably by reading the docs, the second easiest way, however, is probably to install the 2.0.0 release version of it.
- Install the marvel plugin on kibana
./bin/kibana plugin -i elasticsearch/marvel/2.0.0
- Install the License plugin on your cluster
./bin/plugin install license
- Install the Marvel agent on your cluster
./bin/plugin install marvel-agent
Once done, open up the following url (assuming standard kibana config): http://localhost:5601/app/marvel.
Deploying Marvel
The release task
creates archives and uploads them to download.elasticsearch.org/elasticsearch/marvel/VERSION. You will need S3 credentials in .aws-config.json. Format as so:
{
"key":"MY_KEY_HERE",
"secret":"your/long/secret/string"
}
To upload the current archive as the "latest" release, use:
gulp release