-
Notifications
You must be signed in to change notification settings - Fork 509
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
Add timeline_id to detection rules #95
Conversation
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.
@dcode looks like this branched from main
, which is actually targeting 7.10.
If you want it in 7.9, you'll have to branch from 7.9 and target 7.9 with this PR
3617781
to
872469e
Compare
blocked on elastic/kibana#74161 |
* Restructure commands under more specific click groups * standardize CLI error handling * add global debug options * move es and kibana clients into their click groups * move commands and groups to dedicated files * distinguish variable names for better env/config parsing
Co-authored-by: Ross Wolf <31489089+rw-access@users.noreply.github.com> Co-authored-by: Justin Ibarra <brokensound77@users.noreply.github.com>
- Uses the ID for the 'Generic Network Timeline' from Elastic
- Uses the ID for the 'Generic Endpoint Timeline' from Elastic
- Uses the ID for the 'Generic Process Timeline' from Elastic
685bede
to
1e48bd1
Compare
…o dcode/add-timeline-ids
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.
cool beans
We're actually good on this now. I met with @XavierM this morning and discussed. When a user clicks to "investigate in timeline" on an alert, the datetime range is updated to fit the current time window being investigated. I'll re-merge and push back to the branch to bring it up to date. |
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.
LGTM
Issues
Summary
Kibana 7.9 adds support for timeline templates (elastic/kibana#67496). This PR associates the default generic templates with rules where they make sense. This should make the analytic workflow smoother when analyzing detections that we ship out of the box.
Contributor checklist