[Security Solution][Timeline Templates] Threshold Rule Investigate in Timeline
action doesn't use Template Columns
#129966
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Threshold Rule
Security Solution Threshold rule type
Feature:Timeline
Security Solution Timeline feature
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Team:Threat Hunting:Investigations
Security Solution Investigations Team
Originally discovered in
8.1.2
and raised from the discuss forums, it was noticed that when using theInvestigate in Timeline
action on a Threshold Rule Alert, the columns from the Timeline Template would not be copied over, e.g.Upon reviewing the source of this action, there is special logic if the alert was created by a Threshold Rule, and it looks as if the template
columns
are not provided to thecreatTimeline()
call when duplicating from the template, and so the default columns are used instead.kibana/x-pack/plugins/security_solution/public/detections/components/alerts_table/actions.tsx
Lines 442 to 463 in eb0ef19
Note: The see this issue for the KQLSyntaxError seen in the above screenshot #129958
The text was updated successfully, but these errors were encountered: