daily pastebin goal
22%
SHARE
TWEET

Untitled

a guest Sep 30th, 2013 2 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $ curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'
  2. {
  3.   "cluster_name" : "elasticsearch",
  4.   "status" : "green",
  5.   "timed_out" : false,
  6.   "number_of_nodes" : 2,
  7.   "number_of_data_nodes" : 1,
  8.   "active_primary_shards" : 0,
  9.   "active_shards" : 0,
  10.   "relocating_shards" : 0,
  11.   "initializing_shards" : 0,
  12.   "unassigned_shards" : 0
  13. }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
 
Top