[SIEM] Authentications table doesn't show 'Last Success/Failed Source' column if only 'source.ip' is present #56716
Labels
bug
Fixes for quality problems that affect the customer experience
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Team:SIEM
Team:Threat Hunting
Security Solution Threat Hunting Team
The
Authentications Table
on theHosts Page
will not show values forLast Success/Failed Source
when only a single source field (source.ip
) is present.Looks like we're trying to verify there's a
source
object before checking forsource.ip
, so in instances where the document only hassource.ip
, it'll come back as a single field instead of object, and this check will fail.kibana/x-pack/legacy/plugins/siem/public/components/page/hosts/authentications_table/index.tsx
Line 269 in 23a0513
Response resulting in the bug:
The text was updated successfully, but these errors were encountered: