I have created a index in elasticsearch with multiple date field and formatted the column as "yyyy-mm-dd HH:mm:ss". Eventually I found the date is malformed and was populating wrong data into the fields. The index has more than 6 lakh records and I don't want to leave any data. Now I need to create another field or new index with same date field and format as "YYYY-MM-ddTHH:mm:ss.Z" and populate all the records in to new index or new field. please let me know how can we achieve this
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.