I am trying to read some data from a database, but when i try to parse a date field i get _dateparsefailure while the field i am trying to convert is in ISO8601 format.
As mentioned in this duplicates post, the jdb input already converts date columns into timestamp values in Logstash.
So there is no need in using a date filter into those values and doing so results in this error as logstash is trying to conver a field into its internal date type, but the field is already converted.
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.