Error while parsing date with Date filter

Hi,

I am trying to parse date "Jan 21, 2020 1:02:24 PM". But I am getting _dateparsefailure. I am using below conf in filter

     date {
          match => ["DateTime", "MMM d, yyyy h:mm a"]
                    target => "@timestamp"
         }

You forgot your seconds :ss

Thanks Jenni for your help