graylog-labs / graylog2-puppet

[DEPRECATED] Puppet module to install and manage a Graylog 1.x system.
https://www.graylog.org/
MIT License
10 stars 28 forks source link

Enable the special-case operation for rest_transport_uri when rest_liste... #17

Closed gdhbashton closed 8 years ago

gdhbashton commented 9 years ago

...n_uri = 0.0.0.0

Hullo - I spent ages on this trying to figure out why my three-node cluster in AWS was never able to properly function as a cluster - each node would only ever see itself in System -> Nodes, despite the fact that only one of the three was marked as 'master'.

The existing logic in the graylog/server/server.conf does not permit the documented case in the config file where rest_listen_url is set to a wildcard IP address for the rest_transport_uri to be commented out and automatically inherit the first IP address on the machine.

eljohnson92 commented 8 years ago

I ran into this problem as well, can we please get this merged with master.

bernd commented 8 years ago

Thank you!