logstash output file path 时区问题

vim $logstash_home/lib/logstash/event.rb 

.withZone(org.joda.time.DateTimeZone::UTC)

修改为

.withZone(org.joda.time.DateTimeZone.getDefault())

原文地址:https://www.cnblogs.com/DDSys/p/4200296.html