Restoring elasticsearch-marvel "module" under common git repo

This commit is contained in:
Geoff Bourne 2014-06-01 19:41:10 +00:00
parent ab95a411f5
commit 97ebcb0fd9
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
FROM dockerfile/elasticsearch
MAINTAINER itzg
RUN /elasticsearch/bin/plugin -i elasticsearch/marvel/latest

View File

@ -0,0 +1 @@
This image extends the official elasticsearch image by adding the Marvel Sense plugin. This will get you a system ready to use with the [ElasticSearch Getting Started Guide](http://www.elasticsearch.org/guide/en/elasticsearch/guide/current).