-
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
[SecuritySolution][Bug] Fix to add empty values to timeline #138510
[SecuritySolution][Bug] Fix to add empty values to timeline #138510
Conversation
Pinging @elastic/security-solution (Team: SecuritySolution) |
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
x-pack/plugins/security_solution/public/common/lib/cell_actions/add_to_timeline.tsx
Outdated
Show resolved
Hide resolved
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.
Nice fix!
💚 Build Succeeded
Metrics [docs]Async chunks
To update your PR or re-run it, just comment with: |
…138510) Fixes: elastic#118846 Issue: `Add to Timeline` action was not working for empty values. https://user-images.githubusercontent.com/61860752/142180967-972a0438-154e-47c7-b058-be3abc4ac353.mp4 Solution: Empty values can be added in timeline with condition of `NOT EXISTS` and hence on `Add to Timeline` click, data provider is modified to add `NOT EXISTS` condition to the timeline. Please see demo below: https://user-images.githubusercontent.com/7485038/183914875-0b3c7e5f-7e12-40f2-a0c2-8b773434480b.mov (cherry picked from commit 07d1ec8)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…138510) (elastic#138556) Fixes: elastic#118846 Issue: `Add to Timeline` action was not working for empty values. https://user-images.githubusercontent.com/61860752/142180967-972a0438-154e-47c7-b058-be3abc4ac353.mp4 Solution: Empty values can be added in timeline with condition of `NOT EXISTS` and hence on `Add to Timeline` click, data provider is modified to add `NOT EXISTS` condition to the timeline. Please see demo below: https://user-images.githubusercontent.com/7485038/183914875-0b3c7e5f-7e12-40f2-a0c2-8b773434480b.mov (cherry picked from commit 07d1ec8) Co-authored-by: Jatin Kathuria <[email protected]>
Fixes: #118846
Issue:
Add to Timeline
action was not working for empty values.timeline_investigation.mp4
Solution:
Empty values can be added in timeline with condition of
NOT EXISTS
and hence onAdd to Timeline
click, data provider is modified to addNOT EXISTS
condition to the timeline. Please see demo below:Screen.Recording.2022-08-10.at.15.33.35.mov