How can I match timestamp

It a result

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?

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.