Dateparsefailure - error Logstash

I'm getting [0] "_dateparsefailure" while running logstash

config file:
date {
match => ["date_time", "dd-MM-yyyy hh:mm:ss"]
target => "date_time"
}

Input CSV file:
29-01-2018 00:10:01

Am I missing something here? time format is 24 hrs I have used H also instead of h.

Please Help Me
Thanks,

If the date filter fails it'll log details about the failure.

have checked. no specific log for date in my log files. is there any issue in the config file? i.e.. syntax??

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