-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reports cannot be generated using ultra long urls #20037
Comments
We're going to take this on as a short term task. The plan will be to use the same @stacey-gammon @kobelb Do either of you have recollection of any reasons why the POST URL for report generation has worked by including My thinking is that it happened accidentally because it wouldn't have been a problem with the original implementation, that parsed SavedObject data from Type and ID. |
It was mostly precedent... It always bothered me, and I really wanted to change it, but I never got around to it. |
We had some difficulty tracking various issues on this that are actually all the same problem. I'm closing this as a duplicate of the more-visible #27728 |
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).
The text was updated successfully, but these errors were encountered: