[SIEM] @timestamp values without timezone designator are instantiated in browser local time #57649
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
v7.6.0
As highlighted in this discuss topic, when
@timestamp
values are in a format that do not contain timezone designators, they will be instantiated in browser local time before being formatted as per the usersdateFormat:tz
Kibana Advanced Setting, which can result in incorrect datetimes throughout the SIEM App.This can be resolved similarly to what
Discover
does by specifyingwhen querying ES, that way we ensure a consistent date format.
Note: This should be the case for all
datetime
fields not explicitly mapped to ISO 8601 with timezone designators.Steps to reproduce
Run these commands in
Kibana Dev Tools
@timestamp
mapping that doesn't contain timezone indicatorstimestamp-without-tz-designator
index tosiem:defaultIndex
dateformat:tz
is not set toBrowser
(useUTC
for full effect :)Hosts
->Events Table
and verify time difference between Table & Inspect/Network PanelThe text was updated successfully, but these errors were encountered: