Skip to content

Instantly share code, notes, and snippets.

@w3b1sh
Created July 9, 2014 07:19
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 w3b1sh/f7a727b1bae53772e56d to your computer and use it in GitHub Desktop.
Save w3b1sh/f7a727b1bae53772e56d to your computer and use it in GitHub Desktop.
curl -XGET 'http://localhost:9200/'
{
"status" : 200,
"name" : "Eddie Brock",
"version" : {
"number" : "1.1.0",
"build_hash" : "2181e113dea80b4a9e31e58e9686658a2d46e363",
"build_timestamp" : "2014-03-25T15:59:51Z",
"build_snapshot" : false,
"lucene_version" : "4.7"
},
"tagline" : "You Know, for Search"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment