Hi,
I’m using Graylog 4x for quite some time now on my old server and I decided to give a try to the new v5.2.
I used the manual provided in the official documentation:
https://go2docs.graylog.org/5-2/downloading_and_installing_graylog/ubuntu_installation.html
Every time I got through all those instructions, I’m ending up with generic login window instead of the web interface login screen.
No matter which password I use, it does not accept it and once I cancel the login I’m getting this error message:
You cannot access this resource, missing authorization header!
I tried with Ubuntu 22.04 and 20.04.
Config is very basic:
is_leader = true
node_id_file = /etc/graylog/server/node-id
password_secret = K8x0MGrYqCIVSLxc4CZjKeRHbjW-hxlq3dcI7N1r1TF2rEPY170Sg01IOMRRGpDbiB5nybe8rRm7k0I3wZkEvt8wGw5lQk--
root_password_sha2 = 1bf6c330a7df182cf2a6b9067bfd72377024737c249f2d811f6c13c44b868a3e
bin_dir = /usr/share/graylog-server/bin
data_dir = /var/lib/graylog-server
plugin_dir = /usr/share/graylog-server/plugin
http_bind_address = 0.0.0.0:9000
Everything else is set to default.
I also tried with:
http_bind_address = 127.0.0.1:9000
http_bind_address = 10.1.1.61:9000
I also tried changing the ports, but nothing works…
I spent couple of hours on reading the forum and watching tutorials, but I always end up with the same login windows and not being able to sign in…