date { match => [ "Timestamp", "MM/dd/yyyy hh:mm:ss a" ] remove_field => ["Timestamp"] }
works for me
"@timestamp" => 2020-11-20T20:32:01.000Z
Do not use HH, since it will ignore the AM/PM if you tell it you have an hour in the range 0-23.
If the event is not visible in kibana check in elasticsearch directly. If it is not in elasticsearch then your problem is unrelated to the date filter.
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.