You can use Kibana with super long URLs using the storeStateInSessionStorage but reports won't work because they use the fully qualified url in order to pass all the information to the server.
If we implemented #14455 then we'd have a work around and it should work for reports generated in view mode (reporting should arguably only be available in view mode anyway, since the object has to be saved and it shows up as it would in view mode).
You can use Kibana with super long URLs using the
storeStateInSessionStoragebut reports won't work because they use the fully qualified url in order to pass all the information to the server.If we implemented #14455 then we'd have a work around and it should work for reports generated in view mode (reporting should arguably only be available in view mode anyway, since the object has to be saved and it shows up as it would in view mode).