I have a working Graylog 5.0.9 cluster that I am unable to upgrade to 5.1.5. When I upgrade, the web UI does not load. The service starts without issue. The logs are clear of errors and yet the UI does not load. I have checked by attempting to connect to the first node in the cluster directly from my computer. I attempt to connect to the first node directly from itself. All I get is connection refused. I can see from nmap that the server does not have port 9000 open. I checked that I didn’t mistaken overwrite the server.conf and it is still my previous config.
I am at a loss as to what to check.
Here are my specs for each node in the cluster.
Ubuntu 22.04.3 LTS
MongoDB 6.0.8
Opensearch 2.8.0
UFW Disabled
Can you view the page source to see if it shows anything? How about the developer console (f12 for chromium browsers like Chrome, Edge) (I think this may also work for firefox).
what are the last lines in /var/log/graylog-server/server.log ?
I can remember an instance of 5.1 not booting up after an upgrade, after a single mongodb on one of the nodes was stuck. The others were fine. Could you check all your mongodbs and maybe restart them?