Hey there,
I’m currently running a Graylog OVA and everything is smooth, perfect.
I would like to add a second nodes to my project however I can’t seem to be able to find proper documentation on the subject.
Could anyone be able to help me a little bit?
I’m currently running two OVA and my goal is to make the node from the second OVA accessible in the first OVA.
To my understanding, from reading the config files it should be simple. But somehow I can’t get the second node to show up.
Is the following the only line to change in the graylog.config files?
# The HTTP URI of this Graylog node which is used to communicate with the other Graylog nodes in the cluster and by all
# clients using the Graylog web interface.
#
# The URI will be published in the cluster discovery APIs, so that other Graylog nodes will be able to find and connect to this Graylog node.
#
# This configuration setting has to be used if this Graylog node is available on another network interface than $http_bind_address,
# for example if the machine has multiple network interfaces or is behind a NAT gateway.
#
# If $http_bind_address contains a wildcard IPv4 address (0.0.0.0), the first non-loopback IPv4 address of this machine will be used.
# This configuration setting must not contain a wildcard address!
#
# Default: http://$http_bind_address/
http_publish_uri = http://x.x.x.x:9000/ (Proper ip here)
Please, help a noob out