I'm a newby, so excuse if I ask a dummy question, but I got to start somewhere, and being able to log in is, well, prerequisite...
So on my server, let's call it 10.0.0.1 I have installed the Elasticsearch and kibana packages. I modified in /etc/kibana/kibana.yml the server.host: 0.0.0.0
So, on 10.0.0.1 I can connect to http://10.0.0.1:5601/
and get a login prompt, and I can log in successfully with the elastic superuser user ID and password. So far so good.
On another host on the LAN, lets call it 10.0.0.2, I can also connect to http://10.0.0.1:5601/
and I get the same login prompt. BUT when I try to login, the browser goes blank for second, then comes the loading animation, and then I'm right back to the login prompt.
In the /var/log/kibana/kibana.log there are no relevant errors, the login looks the same when made on both hosts, with only expected differences (pid, trace-id, transaction-id, timestamp, etc.)
So, obviously something either prevents successful login (without throwing an error logged in the log file), or triggers an instant automatic log out after the login.
Any clues as to where I should start looking, appreciated. As I said, I'm new, just trying to get my bearings, but being able to use the web interface in a responsive browser, rather than via a sluggish browser in an xrdp session (as the server has no keyboard/screen attached), would be an important first step...