Sridhar
(Sridhar B)
January 29, 2018, 10:27am
1
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.
Sridhar
(Sridhar B)
January 29, 2018, 11:02am
3
have checked. no specific log for date in my log files. is there any issue in the config file? i.e.. syntax??
system
(system)
Closed
February 26, 2018, 11:03am
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.