While using the reindexing API, I am running into 4 indices that are giving me errors.
It seems like the date in the document matches the template but I guess it is not.
I don't really know how to tackle this. I looked for a template for that index but there's nothing that seems related.
Preview of field's value: '2019-04-15T18:33:05Z'","caused_by":{"type":"illegal_argument_exception","reason":"failed to parse date field [2019-04-15T18:33:05Z] with format [yyyy-MM-dd'T'HH:mm:ssZ]","caused_by":{"type":"date_time_parse_exception","reason":"date_time_parse_exception: Text '2019-04-15T18:33:05Z' could not be parsed at index 19"}}},"status":400},{"index":"reindexed-v7-hpcarchive","type":"_doc","id":"xbRGImoBl-KJ5-6JLaQg","cause":
Create the destination index with correct mappings and settings before reindexing
The destination should be configured as wanted before calling _reindex . Reindex does not copy the settings from the source or its associated template.
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.