Timestamp is incorret in message

Hi,
I install graylog 2.2.3, found the EventReceivedTime different from timestamp in message. they phase difference 8 hours.
How this fix?

Overview time is corret!
System > Overview

User admin:2017-04-12 13:21:27 +08:00
Your web browser:2017-04-12 13:21:27 +08:00
Graylog server:2017-04-12 13:21:27 +08:00

=====================

EventReceivedTime
2017-04-12 11:51:54

FileName

/tmp/test.log
SourceModuleName

58ed9bca86415d3756b05e9c
SourceModuleType

im_file
level

6
message

aaaaa

source

beta01
timestamp
2017-04-12T03:51:54.000Z

The timestamp “2017-04-12 11:51:54” in the timezone UTC+08:00 is identical to the timestamp “2017-04-12T03:51:54.000Z” in UTC.

https://github.com/Graylog2/graylog2-server/issues/2689

@jochen thank you so much!

But I need the timestamp field is same as UTC+08:00, How will i configure ?

That’s currently not possible (see the referenced GitHub issue).

1 Like

Thank you again !
get it!