I'm getting the date parse failure error., Please help me on this
{:timestamp=>"2016-04-16T15:21:57.639000-0400", :message=>"Failed parsing date from field", :field=>"timestamp", :value=>"2016-04-16 19:21:54", :exception=>"Invalid format: "2016-04-16 19:21:54" is too short", :config_parsers=>"yyyy-MM-dd HH:mm:ss,SSS", :config_locale=>"default=en_US", :level=>:warn}
If this is an example of a date in your logfile "2016-04-16 19:21:54".
You should use this format "yyyy-MM-dd HH:mm:ss" and not "yyyy-MM-dd HH:mm:ss,SSS".
I didn't test this out but you can find all the information at this website about custom date formats.
If this is your sample date 2016-04-16 19:21:54
and this is your format yyyy-MM-dd HH:mm:ss,SSS
You need to delete the miliseconds (SSS) --> yyyy-MM-dd HH:mm:ss
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.