If I use the es streamer to import data directly from another ES cluster, everything works fine, and document IDs are kept the same as from the original source. But if I try to import using the stdin streamer, and the JSON file has document IDs, the import fails with errors like:
MapperParsingException[failed to parse [_id]]; nested: MapperParsingException[Provided id [AUmQO1aas8DAEaQxci0-] does not match the content one [Zwof6Y]]
If I use the
es
streamer to import data directly from another ES cluster, everything works fine, and document IDs are kept the same as from the original source. But if I try to import using thestdin
streamer, and the JSON file has document IDs, the import fails with errors like: