Problem with sharing kibana link after enabling state:storeInSessionStorage

Hi,

I have created a filter in kibana which makes the URL very big so I enabled state:storeInSessionStorageand it works fine.

The problem though is that when I share this link or paste it into another tab I have an error restoring state for the URL.

I know it is experimental but is it going to be fixed in the future?
Thank you in advance!

/Angelos

Session storage is not shared between tabs. from MDN

  • Whenever a document is loaded in a particular tab in the browser, a unique page session gets created and assigned to that particular tab. That page session is valid only for that particular tab.

Users on other devices do not have access to session storage on your device either.

Have you tried to use Share > Permalinks > Short URL instead? See the doc

1 Like

Hi Mikhail,

Thank you for your response.
Permalinks work fine!

/Angelos

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.