Advertisement
jdeanpaste

ESStatus

May 11th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. [root@ucloggingfast01 ~]# curl -XGET 'http://10.80.1.93:9200/_cluster/state?human&pretty'
  2. {
  3. "cluster_name" : "UC-GraylogCL",
  4. "version" : 3,
  5. "state_uuid" : "CmFuG6XzR7uNNDIt-M_GOQ",
  6. "master_node" : "4X8wowL3Q2C6MCI127nlfA",
  7. "blocks" : { },
  8. "nodes" : {
  9. "OwJpEEZFQ1uqpuEyjCpGhg" : {
  10. "name" : "ucloggingfast01.amd.appriver.corp",
  11. "transport_address" : "10.80.1.91:9300",
  12. "attributes" : {
  13. "master" : "true"
  14. }
  15. },
  16. "4X8wowL3Q2C6MCI127nlfA" : {
  17. "name" : "ucloggingfast02.amd.appriver.corp",
  18. "transport_address" : "10.80.1.92:9300",
  19. "attributes" : {
  20. "master" : "true"
  21. }
  22. },
  23. "2IiLiNGqTOOtsRmaboLSQw" : {
  24. "name" : "ucloggingfast03.amd.appriver.corp",
  25. "transport_address" : "10.80.1.93:9300",
  26. "attributes" : {
  27. "master" : "true"
  28. }
  29. }
  30. },
  31. "metadata" : {
  32. "cluster_uuid" : "T2qpgRrARGinV7HTX4cMRw",
  33. "templates" : { },
  34. "indices" : { }
  35. },
  36. "routing_table" : {
  37. "indices" : { }
  38. },
  39. "routing_nodes" : {
  40. "unassigned" : [ ],
  41. "nodes" : {
  42. "OwJpEEZFQ1uqpuEyjCpGhg" : [ ],
  43. "2IiLiNGqTOOtsRmaboLSQw" : [ ],
  44. "4X8wowL3Q2C6MCI127nlfA" : [ ]
  45. }
  46. }
  47. }
  48. [root@ucloggingfast01 ~]# curl -XGET 'http://10.80.1.93:9200/_cluster/health?human&pretty'
  49. {
  50. "cluster_name" : "UC-GraylogCL",
  51. "status" : "green",
  52. "timed_out" : false,
  53. "number_of_nodes" : 3,
  54. "number_of_data_nodes" : 3,
  55. "active_primary_shards" : 0,
  56. "active_shards" : 0,
  57. "relocating_shards" : 0,
  58. "initializing_shards" : 0,
  59. "unassigned_shards" : 0,
  60. "delayed_unassigned_shards" : 0,
  61. "number_of_pending_tasks" : 0,
  62. "number_of_in_flight_fetch" : 0,
  63. "task_max_waiting_in_queue" : "0s",
  64. "task_max_waiting_in_queue_millis" : 0,
  65. "active_shards_percent" : "100.0%",
  66. "active_shards_percent_as_number" : 100.0
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement