Skip to content

Instantly share code, notes, and snippets.

@dbolser-ebi
Created February 17, 2015 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbolser-ebi/3ef0e26d21b2f08a489f to your computer and use it in GitHub Desktop.
Save dbolser-ebi/3ef0e26d21b2f08a489f to your computer and use it in GitHub Desktop.
dbolser@dbolser-laptop ~ $ time curl http://$mydomain:9213
{
"status" : 200,
"name" : "urgi_node3",
"cluster_name" : "urgi_tribe_demo",
"version" : {
"number" : "1.4.3",
"build_hash" : "36a29a7144cfde87a960ba039091d40856fcb9af",
"build_timestamp" : "2015-02-11T14:23:15Z",
"build_snapshot" : false,
"lucene_version" : "4.10.3"
},
"tagline" : "You Know, for Search"
}
real 0m0.269s
user 0m0.010s
sys 0m0.005s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment