~evarlast/charms/trusty/elasticsearch/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: Luis Arias
  • Date: 2012-06-18 16:09:27 UTC
  • Revision ID: luis@balsamiq.com-20120618160927-dm787pv6ae74969f
If elasticsearch is exposed we will need port 9300 too which is the transport port.  I wish I could find if there are any other ports that need to be included.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
which should give you a similar json response.
24
24
 
25
25
  $ curl -XGET 'http://<ec2 dns or ip of a node>:9200/_cluster/health?pretty=true'
 
26
 
26
27
  {
27
28
    "cluster_name" : "es-demo",
28
29
    "status" : "green",