🔎 Open source distributed and RESTful search engine.
Go to file
Khalah Jones-Golden a8e5dee9b5 Merge remote-tracking branch 'upstream/master'
Original commit: elastic/x-pack-elasticsearch@c983d808bb
2015-11-09 16:31:58 -04:00
watcher Moving everythign to the new data format 2015-08-06 15:30:05 -07:00
.agignore Moving everythign to the new data format 2015-08-06 15:30:05 -07:00
.eslintrc Adding cluster home screen; cleaning up cluster_state; removing cluster_state service 2015-08-17 11:20:32 -07:00
.jscsrc Moving the source to app; setup jsx parsing 2015-07-17 16:32:40 -07:00
.jshintignore Ignoring the Gruntfile.js for JSHint 2014-05-28 10:27:00 -07:00
.jshintrc Adding shard_allocation vis 2015-07-16 13:59:09 -07:00
.jshintrc.browser Adding shard_allocation vis 2015-07-16 13:59:09 -07:00
.jshintrc.node Adding shard_allocation vis 2015-07-16 13:59:09 -07:00
CONTRIBUTING.md [cleanup] used less variables, cleaned up and made more clean Contributing.md 2015-09-24 09:21:26 -04:00
LICENSE.txt Initial X-Pack commit 2018-04-20 14:16:58 -07:00
NOTICE.txt Initial working ExporingService, plugin + an ESExport implementation 2013-05-22 11:12:09 +02:00
README.md [Readme] Closes elastic/elasticsearch#575. Updated the readme to accomodate for new design 2015-10-27 14:49:38 -04:00
marvel_index_template.json Closes elastic/elasticsearch#534 - Remove marvel_ prefix for all doc types 2015-09-22 10:48:29 -07:00

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