i have date field called case_start_time in format of date and time .
i am trying to add new field called case_day which will cut the date without the time from case_start_time .
I've noticed that the date format i was using were wrong ..
this is the correct date format yyyy-mm-ddTHH:mm:ss.SSSZ
i changed the match field . match => ["case_start_time","yyyy-mm-dd HH:mm:ss.SSSZ"]
and got the same error
i tried also to use match => ["case_start_time","yyyy-mm-dd HH:mm:ss.SSSZ" , " ISO8601"]
but with no luck ..
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.