Hello all,
i am having problems trying to parse this date field and set as @timestamp
{
"field_date" => "2020-09-08 0:00:00.0"
}
This try is not running
date {
timezone => "UCT"
match => ["field_date", "yyyy MM dd HH:mm:ss"]
target => "@timestamp"
}
Regards