Hello All,
I'm shipping data logs from filebeat to ELK v 7.6.2. The time filter refresh field used in my index pattern is the default @timestamp with timezone configured in Kibana as Mexico/General. The mapping set for the date field shipped is:
"ApiTimeStamp": {
"type": "date",
"format": "strict_date_optional_time"
}
ApiTimeStamp data log example : 2020-06-01T04:02:22.679Z
ApiTimeStamp data log on Kibana : May 31, 2020 @ 23:02:22.679
@timestamp: Jun 1, 2020 @ 16:02:29.880
For some reason all date data shipped are being subtracted minus few hrs against @timestamp. Anyway, what I'm looking for is just get the original date value from log, any suggestion to achieve it ?
Thanks & Regards,
Jorge