From d15b6da5afd7f5c67d167d13ed1e701c8677c830 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 1 Jun 2014 17:20:00 -0500 Subject: [PATCH] Added Marvel Sense URL info to README --- elasticsearch-marvel/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/elasticsearch-marvel/README.md b/elasticsearch-marvel/README.md index 037f73af..287e818c 100644 --- a/elasticsearch-marvel/README.md +++ b/elasticsearch-marvel/README.md @@ -1 +1,7 @@ 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). + +With Marvel Sense installed you can access it using a URL like: + + http://192.168.1.216:9200/_plugin/marvel/sense/index.html + +(replacing the IP address shown here with your Docker host's)