How to change logstash default timezone

I am using Logstash to populate data to Elasticsearch server.
By default Elasticsearch using UTC format to populate the data.

How to change UTC to local time zone?

1 Like

elasticsearch always uses UTC. It is the job of the presentation layer (Kibana) to change that to the local time zone. You can lie to elasticsearch about what timezone your data is in, but do not be surprised if other parts of the elastic stack then get confused.

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