I input
2021-04-01 00:00 173 173
Hi,
your timestamp filter is:
match => ["timestamp", "yyyy-MM-dd hh:mm"]
it should be :
match => ["timestamp", "yyyy-MM-dd HH:mm"]
it should be on capital HH for our according to the Date filter docs
any feedback?

