时间戳未在kibana中转换为utc

时间:2019-11-20 10:31:45

标签: elasticsearch logstash kibana elasticsearch-opendistro

以下是我的logstash会议日期

date {
            match   => [ "my_time", "yyyy-MM-dd HH:mm:s.SSS" ]
            target => my_time



          }

问题出在kibana中,它显示为@timestamp的24小时格式,而不转换为UTC

example of mytime before ingest to logstash : 2019-10-25 18:35:43.240

example of @timestamp in kibana : 2019-10-25 18:35:43.240

example mytime in kibana would be : 2019-10-26 02:35:43.240

我们可以看到@timestamp未转换为UTC。知道为什么会这样吗? 我需要添加-0800,因为我的位置比UTC晚8个小时。 如我们所见,当我将字段设置为日期时,时间转换不正确。有什么想法吗?

0 个答案:

没有答案