[Core] Remove URL Overflow & Deprecate storeInSessionStorage setting#242972
Merged
ThomThomson merged 19 commits intoelastic:mainfrom Jan 30, 2026
Merged
[Core] Remove URL Overflow & Deprecate storeInSessionStorage setting#242972ThomThomson merged 19 commits intoelastic:mainfrom
storeInSessionStorage setting#242972ThomThomson merged 19 commits intoelastic:mainfrom
Conversation
Contributor
Author
|
/ci |
Contributor
🔍 Preview links for changed docs |
Contributor
Author
|
/ci |
Contributor
Author
|
/ci |
…ting' into deprecateHashUrlSetting
Contributor
Author
|
/ci |
Contributor
Author
|
/ci |
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
Author
|
/ci |
adcoelho
approved these changes
Jan 21, 2026
Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com>
florent-leborgne
approved these changes
Jan 21, 2026
Member
florent-leborgne
left a comment
There was a problem hiding this comment.
LGTM for docs (I pushed the quick change suggested by Shaina to the applies_to tagging)
src/core/packages/ui-settings/server-internal/src/settings/state.ts
Outdated
Show resolved
Hide resolved
…te.ts Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
Contributor
Author
|
@elasticmachine merge upstream |
kowalczyk-krzysztof
approved these changes
Jan 29, 2026
nreese
approved these changes
Jan 29, 2026
Contributor
nreese
left a comment
There was a problem hiding this comment.
kibana-presentation changes LGTM
code review only
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Async chunks
Page load bundle
History
|
TinaHeiligers
approved these changes
Jan 30, 2026
hannahbrooks
pushed a commit
to hannahbrooks/kibana
that referenced
this pull request
Jan 30, 2026
elastic#242972) Removes the artificial URL length limit from Kibana
mbondyra
added a commit
to mbondyra/kibana
that referenced
this pull request
Feb 2, 2026
…iew_cps * commit '32efd9b2fb078ade51073fd2d0068bc74c029d6b': (49 commits) [Security Solution] Rules exceptions subfeatures (elastic#245722) [BK] Upgrade axios (elastic#251150) Fix AI Connector form fields resetting to default value when cleared by user (elastic#251095) deduplicate otel dependencies (elastic#250841) Adds initial agents.md file (elastic#250833) [index management] Faster index list loading (elastic#246276) skip failing test suite (elastic#251086) skip failing test suite (elastic#251048) [Security Solutions] Trial Companion - adjust UX design (elastic#250910) [Traces][Discover] Prevent flyout remount when switching document types in Trace Waterfall (elastic#250406) [DOCS][Cases][9.4 & Serverless]: Doc new `Maximum amount of cases to open` setting for case action (elastic#250993) [Discover][Traces] Explore trace.id from logs in Discover (elastic#249632) Remove ! from SOs docs link (elastic#251097) [ML] Maps: Add telemetry events for file uploads (elastic#247543) [Fleet] Fix dupplicate ids when copying an integration policy or an agent policy (elastic#250971) [Dashboards as Code] Add snake case object keys util (elastic#250962) [Core] Remove URL Overflow & Deprecate `storeInSessionStorage` setting (elastic#242972) [One Workflow] fix: Fix Variable Retrieval in Workflow Execution Engine (elastic#250852) Rework Elastic Managed LLMs page (elastic#251069) [Lens powered by ES|QL] Update Switch to Query mode modal warning message (elastic#251051) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
URLs without limits
This PR removes the artificial URL length limit from Kibana. This was added when IE was part of the support matrix of Kibana, and when chromium based browsers had a hard URL length limit. This limit no longer exists anymore in our supported browsers, so it's high-time to remove our artificial limit.
Deprecation
This PR also deprecates the advanced setting which was advertised to work around our URL length limit. This advanced setting has been causing problems with Discover and Dashboards for quite some time, as it prevented the ability to copy paste URLs directly between tabs.
Follow up to #242788