I have a time field like this:
"time_local" => "23/Nov/2017:18:54:31 +0800"
And i want to use date filter to extract it to field @timestamp, so i have the filter pattern like this:
date {
match => [ "time_local", "dd/MMM/yyyy:HH:mm:ss Z" ]
}
But what i got the result looks like this:
"time_local" => "23/Nov/2017:18:54:31 +0800",
"@timestamp" => 2017-11-23T10:54:31.000Z,
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.