-
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
[Security Solution][Notes] - update notes management page columns #194860
[Security Solution][Notes] - update notes management page columns #194860
Conversation
Pinging @elastic/security-threat-hunting-investigations (Team:Threat Hunting:Investigations) |
7158ae9
to
41ab859
Compare
41ab859
to
15c50f2
Compare
b9cbe8c
to
c5853ff
Compare
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: |
c5853ff
to
309020a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Desk tested and LGTM!
Do you think it would be better to open the notes tab when user clicks expand?
I made a related comment in the other PR, if users can assess the notes easily, then the note content popover wouldn't need to show all the content? just a thought!
309020a
to
8a21394
Compare
We could open the notes tab, but we do not have the ability yet to scroll to the correct note, so if a user had many notes on that document, we would see a bunch of notes in the Notes tab... I will improve the UI of the popover though per your comment on the other PR. Paul and I were discussing it this morning. I have an idea on how to make it look better! |
💛 Build succeeded, but was flaky
Failed CI StepsTest FailuresMetrics [docs]Module Count
Async chunks
History
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11263516126 |
…astic#194860) (cherry picked from commit 3fa70e1)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…ns (#194860) (#195683) # Backport This will backport the following commits from `main` to `8.x`: - [[Security Solution][Notes] - update notes management page columns (#194860)](#194860) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Philippe Oberti","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-09T21:41:02Z","message":"[Security Solution][Notes] - update notes management page columns (#194860)","sha":"3fa70e122c6a3c77edea3f2c47980403c1835256","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["backport","release_note:skip","v9.0.0","Team:Threat Hunting:Investigations","v8.16.0"],"title":"[Security Solution][Notes] - update notes management page columns","number":194860,"url":"https://github.com/elastic/kibana/pull/194860","mergeCommit":{"message":"[Security Solution][Notes] - update notes management page columns (#194860)","sha":"3fa70e122c6a3c77edea3f2c47980403c1835256"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/194860","number":194860,"mergeCommit":{"message":"[Security Solution][Notes] - update notes management page columns (#194860)","sha":"3fa70e122c6a3c77edea3f2c47980403c1835256"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Philippe Oberti <[email protected]>
Summary
This PR makes a small change to the Notes management page. It focuses on the following items:
eventId
property, we display the icon, otherwise we don't.Timeline
columns that contained theOpen timeline
links with another new open timeline icon in the actions column, to let the user open the saved timeline associated with the note. If the note has a value in itstimelineId
propterty, we display the icon, otherwise we don't.Note: one difference with the mocks is we do not render the 3-dot menu, because at this time we do not have the
Export note
functionality, so having a dropdown menu with a single entry does not make senseView event and open timeline actions
Screen.Recording.2024-10-03.at.4.28.56.PM.mov
Delete notes in notes management, flyout and timeline
Screen.Recording.2024-10-03.at.4.32.17.PM.mov
Checklist
#189879