Basta digitar no seu terminal:
1 |
$ curl -XGET 'localhost:9200' |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{ "status" : 200, "name" : "Venom", "cluster_name" : "elasticsearch", "version" : { "number" : "1.6.0", "build_hash" : "cdd3ac4dde4f69524ec0a14de3828cb95bbb86d0", "build_timestamp" : "2015-06-09T13:36:34Z", "build_snapshot" : false, "lucene_version" : "4.10.4" }, "tagline" : "You Know, for Search" } |
Sucesso,