-
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
[Discuss] Improve long URL handling in Kibana #111303
Comments
Pinging @elastic/kibana-app-services (Team:AppServices) |
Pinging @elastic/kibana-core (Team:Core) |
From the description it sounds like this was an experiment:
But it's not clear to me why we thought this wouldn't work for users or why there needed to be a way to opt-out. Also it seems to have been around since at least 2018. Related: #67454 |
This was moved from legacy to core during the platform migration without any functional changes. I agree that an arbitrary limit doesn't really make any sense. Ihmo, we should/could either
Some pointers: kibana/src/core/public/core_app/errors/error_application.tsx Lines 57 to 67 in 4584a8b
kibana/src/core/public/core_app/errors/url_overflow.tsx Lines 51 to 55 in 4584a8b
kibana/src/core/public/core_app/core_app.ts Lines 82 to 87 in 6ba26db
kibana/src/core/public/core_app/errors/url_overflow.tsx Lines 27 to 28 in 4584a8b
|
Dropping the error and leaving the warning for now could be a good first step. |
Thank you for contributing to this issue, however, we are closing this issue due to inactivity as part of a backlog grooming effort. If you believe this feature/bug should still be considered, please reopen with a comment. |
To improve how long URLs are treated in Kibana, please consider below points for discussion:
state:storeInSessionStorage
UI Setting. Instead, for each user session (each browser) detect the actual maximum URL length supported by that browser.state:storeInSessionStorage
is applied to all users and all their devices, but each browser (even for the same user) may have different maximum URL length limits.The text was updated successfully, but these errors were encountered: