I found that the @timestamp always show UTC time,
i tried to using date filter to match my timezone ("Asia/Shanghai")
timestamp as follows,
"@timestamp" => "2016-04-21T08:39:35.884Z"
my date filter ,
date {
match => [ "timestamp" , "yyyy-mm-dd'T'HH:MM:ss'Z' +0800" ]
timezone => "UTC"
}
but the date filter seems not working ,
any help would be appreciated.