-
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] [Sourcerer] Timeline Reset button, bug fix #115113
Conversation
Pinging @elastic/security-solution (Team: SecuritySolution) |
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
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.
Thank you fox fixing this @stephmilovic, tested locally, all looked good!
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
…) (#115203) Co-authored-by: Steph Milovic <stephanie.milovic@elastic.co>
Fixes the timeline sourcerer bug in #98466 as well as another bug with timeline sourcerer options. Both of these bugs were on the
pick_events
componentThis fix does not need to go into
v8.0.0
as #114805 removes thepick_events
componentBug 1
Steps: Make changes to the timeline sourcerer from the "All data sources" default. Press save. Open and press "Reset" button.
Before: Observe UI does not reset to the "All data sources" default
After: Observe UI does reset to the "All data sources" default
Bug 1
Steps: Create a Kibana index pattern like
auditbeat-*,.siem-signals-default
. Open timeline sourcerer. Close box option for.siem-signals-default
Before: Observe sourcerer options do not update to include
.siem-signals-default
After: Observe sourcerer options update to include
.siem-signals-default
Checklist