When I filter them through logstash with jdbc {} input plugin, the first column(utcDateTime) is decreases by another 3 hours (I'm at the UTC+3). And output looks like: {"@version":"1","utcdatetime":"2019-04-19T11:53:36.000Z","@timestamp":"2019-04-19T11:53:36.000Z"}
Config:
filter {
mutate {
convert => {"utcdatetime" => "string"}
}
date {
match => ["utcdatetime", "ISO8601"]
}
}
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.