I am using Logstash to parse some install logs. I have a field named LOG_DATE and the grok pattern is correct but I need to change the field from a string to a date. I am using the date filter plugin to do this. I have used this correctly before but I cannot seem to get the Joda abbreviations correct.
Here is what the LOG_DATE field looks like:
Mon Sep 11 13:49:24 EDT 2017
Here is what I am currently trying in the date filter:
To be able to use this special time zone I have added a date pattern that has the abbreviation statically defined if Joda does not detect the given time zone.
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.