Wrong logstash log time

hi all,
Notably due to daylight savings time, the system clock has been adjusted forward one hour but the logstash log time did not changed. In the below example the time of log is "16:38:43" which should be "17:38:43". How can i handle this issue? any advice will be so appreciated. Many thanks.

[2019-03-22T16:38:43,139][INFO ][logstash.agent ] Successfully started Logstash API endpoint {:port=>9600}

If you tell the date filter the right timezone it should take care of daylight saving (if applicable) when converting to UTC.

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