Changes

Jump to navigation Jump to search
363 bytes added ,  18:29, 12 December 2017
adds example curl commands
Maybe you installed elasticsearch, but have no idea where it resides on your system. Try this:
<source lang="bash">
curl -XGET "http://localhost:9200/_nodes/settings?pretty=true"</source>Other direct commands<source lang="bash">curl 'localhost:9200/_tasks?pretty'curl 'localhost:9200/_cat/nodes?pretty'curl 'localhost:9200/_nodes?pretty'curl 'localhost:9200/_nodes/settings?pretty=true'curl 'localhost:9200/_cat/health?pretty'curl 'localhost:9200/_cluster/health?pretty=true'curl 'localhost:9200/_cluster/state?pretty'
</source>
4,558

edits

Navigation menu