From 5cce3dabfb38d0ce4642ddc5fd6f7fc8fe768caf Mon Sep 17 00:00:00 2001 From: Charles Mouliard Date: Fri, 23 Aug 2013 10:15:41 +0200 Subject: [PATCH] Resolves #487 - Create a hawtio ElasticSearch plugin --- hawtio-web/src/main/webapp/app/elasticsearch/doc/help.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hawtio-web/src/main/webapp/app/elasticsearch/doc/help.md b/hawtio-web/src/main/webapp/app/elasticsearch/doc/help.md index 526612349d..17d04c8b8c 100644 --- a/hawtio-web/src/main/webapp/app/elasticsearch/doc/help.md +++ b/hawtio-web/src/main/webapp/app/elasticsearch/doc/help.md @@ -1,3 +1,10 @@ ### Elasticsearch -TODO. +This hawtio plugin allows to connect to a ElasticSearch (http://www.elasticsearch.org/) server running on a machine (e.g : localhost:9200) and can be query to retrieve +documents from indices. By default the 'index Sample Docs' will populate an indice 'twitter' and create documents of type 'tweet'. + +Remarks : + + - Elasticsearch server must be started locally using command './elasticsearch -f' + - By default values can be changed in the config.js file +