[9.1] [SecuritySolution] [Bug] Hide timeline for priv mon onboarding (#225442)#228252
Merged
machadoum merged 1 commit intoelastic:9.1from Jul 16, 2025
Merged
[9.1] [SecuritySolution] [Bug] Hide timeline for priv mon onboarding (#225442)#228252machadoum merged 1 commit intoelastic:9.1from
machadoum merged 1 commit intoelastic:9.1from
Conversation
…ic#225442) ## Summary Fix the bug that caused the timeline to overlap with the onboarding components on the privileged user monitoring page. Since the timeline is not required on an onboarding page, we decided to hide it. For now, I decided to implement the simplest change to fix the bug, which is adding a URL param (`hideTimeline`) exclusively for hiding the timeline. I also considered updating the existing `timeline` URL parameter, but that seems too complicated for a bug fix, especially since it would require updating the timeline Redux store, which already has a `show` property used for other purposes. If this use case becomes widely used, we can refactor it to be part of the timeline core implementation. ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: Sergi Massaneda <sergi.massaneda@elastic.co> (cherry picked from commit fbbef67)
2 tasks
Contributor
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
|
jaredburgettelastic
approved these changes
Jul 16, 2025
Contributor
jaredburgettelastic
left a comment
There was a problem hiding this comment.
Confirmed that changes are exactly the same as https://github.com/elastic/kibana/pull/225442/files, looks good!
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.
Backport
This will backport the following commits from
mainto9.1:Questions ?
Please refer to the Backport tool documentation