mallocator / Elasticsearch-Exporter

A small script to export data from one Elasticsearch cluster into another.
Apache License 2.0
593 stars 112 forks source link

Options file not found #138

Closed PosicubeBeege closed 9 months ago

PosicubeBeege commented 5 years ago

In options.js line 227, the parameter to fs.existsSync() is incorrect. It should be scriptOptions.optionsfile, not scriptOptions.optionsfile.value.

Otherwise, value is undefined, and the tool reports that the option file could not be found.

mallocator commented 9 months ago

Yes, a little late, but I've moved on to other projects. Unfortunately, I can't point you to any other repo that forked and continued the work here, so you'll have to look for another solution, although I believe AI will soon make all of these little tools obsolete.

Most functionality was broken when ES moved to v6, and I don't even know what version we're on today, so it's no surprise it's broken. If there's huge demand I may come back to this as I was working on a more generic implementation with drivers for different DBs, a web GUI, and other little improvements. For now, consider this project abandoned 😢. One person can only do so much.