[Security Solution][Resolver] Only shows the first process.args entry in the array #84773
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Resolver
Security Solution Resolver feature
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
Team:Threat Hunting
Security Solution Threat Hunting Team
v7.11.1
Kibana version: master
Describe the bug:
When analyzing an event, the process details view in the panel only shows the first entry for the
process.args
field, which is normally an array.The code is here: https://github.com/elastic/kibana/blob/master/x-pack/plugins/security_solution/common/endpoint/models/event.ts#L160
We should be using the
values
method instead.The text was updated successfully, but these errors were encountered: