logstash output file path 时区问题
vim $logstash_home/lib/logstash/event.rb
.withZone(org.joda.time.DateTimeZone::UTC)
修改为
.withZone(org.joda.time.DateTimeZone.getDefault())
vim $logstash_home/lib/logstash/event.rb
.withZone(org.joda.time.DateTimeZone::UTC)
修改为
.withZone(org.joda.time.DateTimeZone.getDefault())