Hello,
I want to parse a date String like 2019-10-23 07:58:53 and receive a dateparsefailure...
The date filter looks like the following:
date {
match => ["timestamp" , "yyyy-MM-dd HH:mm:ss"]
target => "@timestamp"
timezone => "CET"
remove_field => "timestamp"
}
=> tags _dateparsefailure
(So he doesn't remove the timestamp field)
Has anybody an idea?