Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. [root@manelasticshard01 ~]# netstat -tuplen
  2. Active Internet connections (only servers)
  3. Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name
  4. tcp 0 0 10.1.247.246:9200 0.0.0.0:* LISTEN 993 26721 3913/java
  5. tcp 0 0 10.1.247.246:9300 0.0.0.0:* LISTEN 993 23402 3913/java
  6. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 20731 1549/sshd
  7. tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 0 19136 2441/master
  8. tcp6 0 0 :::22 :::* LISTEN 0 20733 1549/sshd
  9. udp 0 0 127.0.0.1:323 0.0.0.0:* 994 16999 913/chronyd
  10. udp6 0 0 ::1:323 :::* 994 17000 913/chronyd
  11.  
  12. "cluster_name" : "PACMAN",
  13. "nodes" : {
  14. "NlrIawYrR1aq79P6F_Q3zA" : {
  15. "name" : "node3",
  16. "transport_address" : "manelasticshard03/10.1.247.244:9300",
  17. "host" : "10.1.247.244",
  18. "ip" : "10.1.247.244",
  19. "version" : "2.2.0",
  20. "build" : "8ff36d1",
  21. "http_address" : "manelasticshard03/10.1.247.244:9200",
  22. "process" : {
  23. "refresh_interval_in_millis" : 1000,
  24. "id" : 3968,
  25. "mlockall" : false
  26. }
  27. }
  28. }
  29. }
  30.  
  31. "cluster_name" : "PACMAN",
  32. "nodes" : {
  33. "9Sv2k73BTFSgxMDRDdpRgA" : {
  34. "name" : "node2",
  35. "transport_address" : "manelasticshard02/10.1.247.245:9300",
  36. "host" : "10.1.247.245",
  37. "ip" : "10.1.247.245",
  38. "version" : "2.2.0",
  39. "build" : "8ff36d1",
  40. "http_address" : "manelasticshard02/10.1.247.245:9200",
  41. "process" : {
  42. "refresh_interval_in_millis" : 1000,
  43. "id" : 3898,
  44. "mlockall" : false
  45. }
  46. }
  47. }
  48. }
  49.  
  50. "cluster_name" : "PACMAN",
  51. "nodes" : {
  52. "RborUe8CS_C7ynX_yFWJ6Q" : {
  53. "name" : "node1",
  54. "transport_address" : "manelasticshard01/10.1.247.246:9300",
  55. "host" : "10.1.247.246",
  56. "ip" : "10.1.247.246",
  57. "version" : "2.2.0",
  58. "build" : "8ff36d1",
  59. "http_address" : "manelasticshard01/10.1.247.246:9200",
  60. "process" : {
  61. "refresh_interval_in_millis" : 1000,
  62. "id" : 3913,
  63. "mlockall" : false
  64. }
  65. }
  66. }
  67. }
  68.  
  69. cluster.name: PACMAN
  70. node.name: "node3"
  71. # node.master: false
  72. # node.data: true
  73. network.host: manelasticshard03
  74. # http.port: 9230
  75. discovery.zen.ping.unicast.hosts: [manelasticshard01, manelasticshard02]
  76. discovery.zen.ping.multicast.enabled: false
  77. # discovery.zen.ping.unicast.enabled: true
  78. # discovery.zen.fd.ping_timeout: 30s
  79. # gateway.expected_nodes: 3
  80. # gateway.recover_after_time: 5m
  81. # gateway.recover_after_nodes: 2
  82. # discovery.zen.minimum_master_nodes: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement