Advertisement
Guest User

elasticsearch_cluster_red

a guest
Apr 24th, 2014
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     cluster_name: "elasticsearch",
  3.     status: "red",
  4.     timed_out: false,
  5.     number_of_nodes: 4,
  6.     number_of_data_nodes: 1,
  7.     active_primary_shards: 0,
  8.     active_shards: 0,
  9.     relocating_shards: 0,
  10.     initializing_shards: 0,
  11.     unassigned_shards: 1,
  12.     indices: {
  13.         usa-en: {
  14.             status: "red",
  15.             number_of_shards: 1,
  16.             number_of_replicas: 0,
  17.             active_primary_shards: 0,
  18.             active_shards: 0,
  19.             relocating_shards: 0,
  20.             initializing_shards: 0,
  21.             unassigned_shards: 1,
  22.             shards: {
  23.                 0: {
  24.                     status: "red",
  25.                     primary_active: false,
  26.                     active_shards: 0,
  27.                     relocating_shards: 0,
  28.                     initializing_shards: 0,
  29.                     unassigned_shards: 1
  30.                 }
  31.             }
  32.         }
  33.     }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement