1. Describe your incident:
I have a new setup of Graylog on Ubuntu and am having issues logging into the web portal. It just loops back to the login screen. I used the guide here: Ubuntu installation on a fresh install of Ubuntu Server
2. Describe your environment:
OS Information: Ubuntu 20.04 with Opensearch
3. What steps have you already taken to try and solve the problem?
I’ve tried to generate everything and kicked back to a different password. I have set the root_password_sha2 as per the documentation using:
When I type in the incorrect password, I get the “invalid credentials” error, the correct password throws below on the first time and then just loops back to the login screen.
loading streams failed with the status fetcherror there was an error fetching a resource unauthorized
In the Graylog log, when I type in the incorrect password, I get the top line, corrrect password the bottom line:
2023-08-09T14:33:55.207+10:00 INFO [SessionCreator] Invalid credentials in session create request. Actor: "urn:graylog:user:admin"
2023-08-09T14:33:58.905+10:00 INFO [connection] Opened connection [connectionId{localValue:10, serverValue:36}] to localhost:27017
I ended up rebuilding my enviroment to 5.1 I noted that when in installed opensearch, it install 2.9 and not 2.5.
Rebuilt it all and able to log in now.