All @timestamp are in UCT time

I have set in "advanced settings" under kibana to use US/Central time, yet all my timestamp fields are still showing UCT time. Does this require a restart of Kibana to go in effect or does it need to be changed at the ES level as well?

it is just reload of page.

but you have to explain in little more.

all timestamp gets save in UTC. and kibana will use browser timezone and do + or - of some hour accordingly.

i.e your US/Cenetral - 10:00am => 16:00 UTC

and when Kibana brings that record back it will remove -6 from it.

I have learned that docker logs, the type of logs I am indexing, cannot be set in anything other than UTC, so it's not an ELK issue but a docker issue

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