Kibana and System time mismatch

Hello, I'm just starting to develop a system where I'll will have a few sensors sending data to elasticsearch+kibana. The problem I'm facing right now is since Kibana time is off my data timestamps will always have an offset of 3 hours.

I tried changing the timezone on Management > Advanced settings > dateFormat::tz but I either get the right time for "now" and then the sent data is "now"-3 or I get the right time for the data and "now" is system time+3

So I noticed that right on startup Kibana time is wrong, I'd like to know if there is anything I can do about it.

The Kibana log timestamps are in UTC. There is an open issue to customize this so it shows the server's timezone - https://github.com/elastic/kibana/issues/8499.

Changing dateFormat::tz in Advanced Settings will change what time is shown in the Kibana timepicker, on the client. Changing that shouldn't affect the timestamp that shows up in the logs, which is always in UTC.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.