It is happening in Safari as well as Firefox in Ubuntu. But could be happening in other browsers that I am not aware.
what version of ROR have you installed? Es and Kibana plugins
Version 1.49
what version of ES/KBN?
Version 7.16.3
can you reproduce this in chrome?
Will check.
can you provide a more precise reproducer script? I.e. what link to click
This type of links (the short links generated in Kibana): https://logs.xcade.net/s/testteam/goto/e0323b20-27bb-11ee-9e09-fd2bb6486a07
can you share the settings of your kibana.yml? i.e. session related parameters
The only setting related to session is readonlyrest_kbn.session_timeout_minutes: 720
Seems like, it’s a problem related to the Gmail and the way you open the link.
Generally speaking, in our cookies we have a sameSite: strict value defined in our rorCookie. However, if you left mouse click, the link in Gmail, opens something like https://www.google.com/url?q=https://localhost:5601/s/default/app/r/s/Uxo0E&source=gmail&ust=1692032548974000&usg=AOvVaw3E9LWSwc41dX7RAlfolDvf and in this case, rorCookie is not attached to the cookie header. If you open the link via Open link in new Tab option, it works as expected. To fix this issue, we can change rorCookie sameSiite to the Lax.
In our case, we are not using Gmail for sharing the links. Our use case is very similar to the one tested by @sscarduzio by posting a link in this thread.