Kibana represents diferente datetime

Hi folks,
Someone can help me with this issue ?

issue

I did everything that I found in internet about this subject, but didn't succeed.

Kibana version : kibana-6.3.1-linux-x86_64

Tks

Hi,

So what Kibana is showing by default is your browser time. You need to check your es server time and configure the setting here to display the same time.

Thanks,
Bhavya

1 Like

Thank you @bhavyarm,
I did this, but didn't working.

In ES Server the datetime it's correct, include the date inside the ES.

My time is GMT-0300

[user@server elasticsearch]$ date +"%Z %z"
BRT -0300

And I changed to

But the issue persists

Tks

Your Elasticsearch data 2018-07-17T11:08:59 is a date format that does not include timezone information. By default Elasticsearch will assume UTC. So to match the data, change Kibana's dateFormat:tz to also be UTC.

1 Like

Wow Thanks @jen-huang

It's work !

I changed to UTC

Tks for Help !

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