The timezone of Linux system is +0800,but the timezone of Logstash is +0000.How can I change the logstash timezone?
You can use logstash date filter https://www.elastic.co/guide/en/logstash/current/plugins-filters-date.html
The timezone of @timestamp
is always UTC and cannot be changed to UTC+8 or anything else.
THK a lot.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.