Kibana url saved redirection

Hello,
If we have a kibana url saved in the browser’s favorites, if i disconnect with ROR and reconnect using the favorites url, I will be redirected to the default url tenant instead of the favorites url (have another tenant)
How i can do to be redirected to the saved Url

Thank You

At the moment, just hitting “add to favourites”, won’t let you specify the tenancy. It’s actually a really good idea for a feature, to support adding a page+tenancy context to favourite. So thank you for raising the issue :slight_smile:

For now, you can buil the URL manually to something like:

https://kibana:5601/switch-group?group=TenancyName&redirectTo=urlEncode(anyKibanaPath)

Where urlEncode(anyKibanaPath) is any kibana path converted to url encoded format, i.e. with https://www.urlencoder.org/

Hi Simone,
can you notify us when you have a correction
Thank you