🔎 Open source distributed and RESTful search engine.
Go to file
Timothy Sullivan f7a69c4e02 Merge remote-tracking branch 'upstream/2.1'
Original commit: elastic/x-pack-elasticsearch@516478e333
2015-11-24 09:26:23 -07: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:53:43 -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 Fixing conflicts with Master 2015-11-23 14:00:48 -08:00
marvel_index_template.json Fixing issue with nodes 2015-11-19 17:27:42 -06:00

README.md

WARNING THIS IS ALL IN FLUX

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 is to just install 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

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