🔎 Open source distributed and RESTful search engine.
Go to file
debadair 3aa3376ca6 Docs: Bumped version number to 2.1.0 and added 2.1.0 release notes.
Original commit: elastic/x-pack-elasticsearch@e39cf3e654
2015-11-23 11:55:40 -08: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 Docs: Bumped version number to 2.1.0 and added 2.1.0 release notes. 2015-11-23 11:55:40 -08: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 Docs: Bumped version number to 2.1.0 and added 2.1.0 release notes. 2015-11-23 11:55:40 -08: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

<<<<<<< HEAD

Testing/Installing Marvel 2.0.0

======= <<<<<<< HEAD

46ac02d... Docs: Bumped version number to 2.1.0 and added 2.1.0 release notes.

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.

<<<<<<< HEAD

  • 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 ======= 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): =======

Testing/Installing Marvel 2.1.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.1.0 release version of it.

  • Install the marvel plugin on kibana ./bin/kibana plugin -i elasticsearch/marvel/2.1.0
  • Install the License plugin on your cluster ./bin/plugin install license
  • Install the Marvel agent on your cluster ./bin/plugin install marvel-agent

44fbb83... Docs: Bumped version number to 2.1.0 and added 2.1.0 release notes. 46ac02d... Docs: Bumped version number to 2.1.0 and added 2.1.0 release notes.

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