Kibana 5.6.3: Short Links Not Working

Hi,
Short urls have stopped working in our kibana. The setting which enables this is set as follows:

state:storeInSessionStorage: true

However, following a shared short link displays:

Kibana did not load properly. Check the server output for more information.

There isn't a smoking gun log entry that I've yet seen that helps me with this. Can anyone help me to understand what may have changed?

Regards,
D

Enabling this setting stores part of the URL in your browser session to keep the URL short.

I don't think that setting affects the shortened export URLs, so if you've used the share menu to create the shortened URL, as seen below, it should continue to work even when that setting is off.

39

Those links should look like something like http://localhost:5601/goto/<some hash>.

However, if you are using that setting and just copying the URL (ones that look like http://localhost:5601/qzg/app/kibana#/discover?_g=h@xxx&_a=h@xxx), I believe the link will only work in the browser that the URL was copied from, not when you share it. Also, if you clear your browser settings, the links will stop working. Those sessions are only stored in the browser session storage (hence the name "storeInSessionStorage").

Which style of links are no longer working?

That looks like kibana 6.x. I'm on kibana 5.6.x atm...

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