Server node unavailable

Server was just upgraded to latest version from 3.0.xx (please see screen shots)

server appears to be taking in data and also malfunctioning at the same time.

unable to click on server node info/view plugins/etc.

I guess something is wrong with the configuration

attached is my configuration (also placed inline)

(Attachment server.conf is missing)

server log:

https://drive.google.com/open?id=1GIk6-H3PsbjL7sF2Juh_0ZKpjk09tg0A

server config:

https://drive.google.com/open?id=1ra1cnSyNy1lJuzwuv1xDBlwttNJl0Chb

you have:

http_bind_address = 10.10.101.210:9000
http_publish_uri = http://199.73.52.33:9000/

I would suggest reading the comments in the configuration file for this two settings OR the documentation page

https://docs.graylog.org/en/3.2/pages/configuration/server.conf.html#web-rest-api

#### HTTP bind address
#
# The network interface used by the Graylog HTTP interface.
#
# This network interface must be accessible by all Graylog nodes in the cluster and by all clients
# using the Graylog web interface.
#
# If the port is omitted, Graylog will use port 9000 by default.
#
# Default: 127.0.0.1:9000
http_bind_address = 10.10.101.210:9000
#http_bind_address = [2001:db8::1]:9000

#### HTTP publish URI
#
# 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://199.73.52.33:9000/

That did the trick! commented out the publish uri. Thank you so much ! =)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.