Skip to content

Commit

Permalink
Resolves #487 - Create a hawtio ElasticSearch plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoulliard committed Aug 23, 2013
1 parent a9d8b6a commit 5cce3da
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion 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

0 comments on commit 5cce3da

Please sign in to comment.