[SIEM] Network TLS table using wrong fields for drag and drop to timelines #67299
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
Kibana version:
7.7.0
Elasticsearch version:
7.7.0
Server OS version:
CentOS 7
Browser version:
Chrome 83
Browser OS version:
Ubuntu 18.04
Original install method (e.g. download page, yum, from source, etc.):
Official Elastic Docker containers
Describe the bug:
#60854 changed TLS table on the Network tab to use ECS fields, however somehow the fields used during drag and drop were not updated and continue to use the old fields.
As Packetbeat has not used the old field names since 7.6, fields in the TLS table dragged to a Timeline will not return any results. This differs from the behaviour in Kibana 7.6 where the TLS table was not populated as both the table and the drag and drop were using the old field names.
The same problem may also apply to the Process fields that were also updated in the same PR, not tested.
Steps to reproduce:
2.Send som TLS traffic
3.Open the TLS tab on the Network tab in SIEM
4.Drag a certificate issuer
5.Observe that the field expanded is
tls.server_certificate.issuer
6.Drag the field to a timeline
tls.server.issuer
and see the expected results.Expected behavior:
Field used for display in TLS tab and dragging to the timeline are the same, and use ECS fields.
Any additional context:
I also note that the fields in the row renderers themselves, such as certificate fingerprint, were not updated so do not display.
See also: #60026, #43649, #60854
Migrating version labels to description:
Affected versions include:
v7.7.0
,v7.8.0
,v8.0.0
The text was updated successfully, but these errors were encountered: