my date which is in below format
"_messagetime" => "08/08/2022 22:18:17.254 +0530"
I am using date filter in my logstash
date {
match => ["_messagetime", "YYYY-MM-dd HH:mm:ss.SSS"]
}
but I am getting
"_dateparsefailure"
Can anyone plz suggest what might be wrong with my approach