Re: [graylog2] graylog Bigger production setup

2016-07-22 Thread Marcus Franke
Hi, did you try to connect to the elasticsearch by _hand_, is your es setup reachable from the graylog server? you can test with a plain telnet on both graylog servers: telnet es_node1 9300 telnet es_node2 9300 telnet es_node3 9300 As your servers are located in different subnets, I assume you

[graylog2] graylog Bigger production setup

2016-07-22 Thread sangh
Hi I have two graylog server ( with mangodb) [192.168.80.125, 192.168.80.126], a cluster of three elasticsearch node [ 192.168.40.125, 192.168.40.126, 192.168.40.127]. curl -XGET 'http://192.168.40.125:9200/_cluster/health?pretty=true' { "cluster_name" : "graylog", "status" : "green",