Kibana logs

I have an ELK cluster that has a different time in the logs than the machine where it is installed. Does anyone have any idea how to resolve?

Below is an image of my server.

Welcome to our community! :smiley:
In future please don't post pictures of text, logs or code. They are difficult to read, impossible to search and replicate (if it's code), and some people may not be even able to see them.

Elasticsearch assumes that the timestamp data that it receives is in UTC, so if it's not you need to make sure that the timestamp contains an offset for it to add to the data.

Thank you warkolm

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